]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- updated to 3.6.8, LPRng-3_6_8-1
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Aug 1999 05:05:51 +0000 (05:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed install patch,
- added --disable-setuid and --without-included-gettext to ./cinfigure
  parameters,
- added missing filters (in %%{_libexecdir}/filters).

Changed files:
    LPRng.spec -> 1.17

LPRng.spec

index 8799a269f7ed4f6f1676e155f454f590591548eb..8dd5a538bba4dee1003cd03961b59295796dce36 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       A next-generation printing system for UNIX
 Summary(pl):   System drukowania nowej generacji
 Name:          LPRng
-Version:       3.6.2
+Version:       3.6.8
 Release:       1
 Copyright:     GPL
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
 Source0:       ftp://ftp.astart.com/pub/LPRng/LPRng/%{name}-%{version}.tgz
 Source1:       lpd.init
-Patch0:                LPRng-install.patch
-Patch1:                LPRng-autoconf.patch
+Patch0:                LPRng-autoconf.patch
 Requires:      /sbin/chkconfig
 URL:           http://www.astart.com/lprng/LPRng.html
 Provides:      lpr
@@ -19,8 +18,30 @@ BuildRoot:   /tmp/%{name}-%{version}-root
 %define                _libdir %{_sbindir}
 
 %description
-LPRng is the "next generation" printing system for UNIX, featuring
-enhanced reliability and security.
+The LPRng software is an enhanced, extended, and portable implementation of
+the Berkeley LPR print spooler functionality. While providing the same
+interface and meeting RFC1179 requirements, the implementation is completely
+new and provides support for the following features: lightweight (no
+databases needed) lpr, lpc, and lprm programs; dynamic redirection of print
+queues; automatic job holding; highly verbose diagnostics; multiple printers
+serving a single queue; client programs do not need to run SUID root;
+greatly enhanced security checks; and a greatly improved permission and
+authorization mechanism.
+
+The source software compiles and runs on a wide variety of UNIX systems, and
+is compatible with other print spoolers and network printers that use the
+LPR interface and meet RFC1179 requirements.  LPRng provides emulation
+packages for the SVR4 lp and lpstat programs, eliminating the need for
+another print spooler package. These emulation packages can be modified
+according to local requirements, in order to support vintage printing
+systems.
+
+For users that require secure and/or authenticated printing support, LPRng
+supports Kerberos V, MIT Kerberos IV Print Support, and PGP authentication. 
+LPRng is being adopted by MIT for use as their Campus Wide printing support
+system. Additional authentication support is extremely simple to add.  LPRng
+is Open Source Software, and the current public distribution is available
+from the listed FTP and Web Sites.
 
 %description -l pl
 LPRng jest systemem drukowania nowej generacji zwiêkszaj±cym niezawodno¶æ 
@@ -28,8 +49,7 @@ i bezpiecze
 
 %prep
 %setup  -q
-%patch0 -p0
-%patch1 -p1
+%patch0 -p1
 
 %build
 gettextize --copy --force
@@ -38,7 +58,8 @@ autoconf
 LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-nls \
-       --with-included-gettext
+       --disable-setuid \
+       --without-included-gettext
 
 make
 
@@ -49,8 +70,7 @@ install -d  $RPM_BUILD_ROOT/etc/rc.d/init.d
 make install \
        DESTDIR=$RPM_BUILD_ROOT \
        LPD_CONF_PATH=$RPM_BUILD_ROOT/etc/lpd.conf \
-       LPD_PERMS_PATH=$RPM_BUILD_ROOT/etc/lpd.perms \
-       SUID_ROOT_PERMS="755"
+       LPD_PERMS_PATH=$RPM_BUILD_ROOT/etc/lpd.perms
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/lpd
 
@@ -88,4 +108,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(754,root,root) /etc/rc.d/init.d/lpd
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
+%dir %{_libexecdir}/filters
+%attr(755,root,root) %{_libexecdir}/filters/*
 %{_mandir}/man[158]/*
This page took 0.114 seconds and 4 git commands to generate.