fix: I'm not the vendor ;)
This commit is contained in:
+21
-1
@@ -1,3 +1,23 @@
|
||||
# This is the list file neccessary for generating packages with EPM
|
||||
# EPM is available from http://www.easysw.com/epm
|
||||
# Up to now this file is only tested for generating RPM on Mdk 8.1
|
||||
|
||||
# Copyright (C) 2001 Rene Wagner <reenoo@gmx.de>
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# any later version.
|
||||
|
||||
# This file is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this file; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
|
||||
$prefix=/usr
|
||||
$bin=${prefix}/bin
|
||||
$sbin=${prefix}/sbin
|
||||
@@ -8,7 +28,7 @@ $version=devel
|
||||
|
||||
%product LCDproc
|
||||
%copyright (C) 1999-2001 William Ferrell, Scott Scriven and several other contributors see README and CREDITS for details
|
||||
%vendor Rene Wagner reenoo@gmx.de
|
||||
%vendor EPM list file generated by Rene Wagner
|
||||
%license ${srcdir}/COPYING
|
||||
%readme ${srcdir}README
|
||||
%description LCDproc mainly consists of the server (LCDd) which makes it
|
||||
|
||||
Reference in New Issue
Block a user