]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fixed build: gdbm subdir no longer exists; BR: procps; release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 May 2002 11:23:08 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng.spec -> 1.86

LPRng.spec

index 1e076f07b3379183bb8838a6c1ef8ff34ac3bc85..1beee9df9543d0a7a71fc2552ce7b1a75591291b 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    System drukowania nowej generacji
 Summary(zh_CN):        LPRng--´òÓ¡³ÌÐò
 Name:          LPRng
 Version:       3.8.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.astart.com/pub/LPRng/LPRng/%{name}-%{version}.tgz
@@ -22,6 +22,7 @@ BuildRequires:        automake
 BuildRequires: gettext-devel
 BuildRequires: libtool
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: procps
 Prereq:                /sbin/ldconfig
 Prereq:                /sbin/chkconfig
 Prereq:                rc-scripts >= 0.2.0
@@ -99,10 +100,6 @@ gettextize --copy --force
 libtoolize --copy --force
 aclocal
 autoconf
-cd gdbm-1.8.0
-       aclocal
-       autoconf
-cd ..
 %configure \
        --disable-setuid \
        --with-userid=lp \
@@ -125,7 +122,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/lpd
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lpd.conf
 echo "default_printer = lp" >>$RPM_BUILD_ROOT%{_sysconfdir}/lpd.conf
 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/printcap
-install lpd.perms $RPM_BUILD_ROOT%{_sysconfdir}/
+install lpd.perms $RPM_BUILD_ROOT%{_sysconfdir}
 # default spool
 
 rm -fr TESTSUPPORT/{Makefile*,LPD}
This page took 0.044866 seconds and 4 git commands to generate.