]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- release 5, LPRng-3_8_1-5
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Jun 2002 10:01:15 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- security fix: change default policy in lpd.perms for allow local job
  submissions only (patch from RH),
- merge pr patch from RH (fix path to pr program).

Changed files:
    LPRng.spec -> 1.91

LPRng.spec

index 774e2e78fc9bd4d0fef81a35ba16c8ea1afdd8da..a2eb2cbc410df97e5ac92e96b76d8b999a20d212 100644 (file)
@@ -6,7 +6,7 @@ Summary(uk):    
 Summary(zh_CN):        LPRng--´òÓ¡³ÌÐò
 Name:          LPRng
 Version:       3.8.1
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.astart.com/pub/LPRng/LPRng/%{name}-%{version}.tgz
@@ -19,6 +19,8 @@ Patch1:               %{name}-ac_fixes.patch
 Patch2:                %{name}-manpage.patch
 Patch3:                %{name}-shutdown.patch
 Patch4:                %{name}-nproc-unlimited.patch
+Patch5:                %{name}-lpd-perms.patch
+PAtch6:                %{name}-pr.patch
 URL:           http://www.astart.com/lprng/LPRng.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -156,13 +158,16 @@ Support 
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 rm -f missing acinclude.m4
 gettextize --copy --force
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
 %{__autoconf}
+cp -f /usr/share/automake/{config.,missing}* .
 PSHOWALL="-ax"; export PSHOWALL
 %configure \
        --disable-setuid \
This page took 0.103472 seconds and 4 git commands to generate.