]> git.pld-linux.org Git - packages/LPRng.git/blobdiff - LPRng.spec
- rediff patches, rel 5
[packages/LPRng.git] / LPRng.spec
index 78ae1ce0f9ee420057429a8f57b21ed239fc06d8..5fdd05d0c8022fbaa0e85d58a2c7096dd70c452e 100644 (file)
@@ -1,3 +1,8 @@
+# NOTE: a bit newer fork is hosted at lprng.sourceforge.net (latest release 3.8.C from 2012)
+#
+# Conditional build:
+%bcond_with    kerberos5       # build with kerberos5 support
+#
 Summary:       A next-generation printing system for UNIX
 Summary(pl.UTF-8):     System drukowania nowej generacji
 Summary(pt_BR.UTF-8):  Gerenciador de impressão para UNIX e NT
@@ -5,12 +10,12 @@ Summary(ru.UTF-8):   Спулер печати LPRng
 Summary(uk.UTF-8):     Спулер друку LPRng
 Summary(zh_CN.UTF-8):  LPRng--打印程序
 Name:          LPRng
-Version:       3.8.32
-Release:       3
+Version:       3.8.35
+Release:       5
 License:       GPL v2 with OpenSSL exception or Artistic
 Group:         Applications/System
-Source0:       ftp://ftp.lprng.com/pub/LPRng/LPRng/%{name}-%{version}.tgz
-# Source0-md5: edbd3a381a0cc6843df7507e8f9103f1
+Source0:       http://www.lprng.com/DISTRIB/LPRng/%{name}-%{version}.tgz
+# Source0-md5: aaf76e4a94300352514d23bdfa66f0e7
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-pl-man-pages.tar.bz2
 # Source1-md5: 4771b1c3598677a8201a9e203235dff3
 Source2:       %{name}.init
@@ -22,13 +27,14 @@ Patch4:             %{name}-pl.po.patch
 Patch5:                %{name}-types.patch
 Patch6:                %{name}-shell.patch
 Patch7:                %{name}-as-needed.patch
-Patch8:                %{name}-DESTDIR.patch
-Patch9:                %{name}-lpd.conf.patch
+Patch8:                %{name}-lpd.conf.patch
+Patch9:                %{name}-format.patch
+Patch10:       %{name}-openssl1.1.patch
 URL:           http://www.lprng.com/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: heimdal-devel
+BuildRequires: gettext-tools
+%{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: libtool
 BuildRequires: libwrap-devel
 BuildRequires: openssl-devel >= 0.9.7d
@@ -36,12 +42,14 @@ BuildRequires:      rpmbuild(macros) >= 1.315
 Requires(post):        /sbin/ldconfig
 Requires(post,preun):  /sbin/chkconfig
 Requires:      rc-scripts >= 0.2.0
-Obsoletes:     printingclient
-Obsoletes:     printingdaemon
 Provides:      printingclient
 Provides:      printingdaemon
+Obsoletes:     printingclient
+Obsoletes:     printingdaemon
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                lpfiltersdir    %{_libexecdir}/lpfilters
+
 %description
 The LPRng software is an enhanced, extended, and portable
 implementation of the Berkeley LPR print spooler functionality. While
@@ -170,9 +178,10 @@ Support та аутентикацію PGP. LPRng прийнято за стан
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
-mv PrintingCookbook/{HTML,PrintingCookbook}
-rm -f po/stamp-po
+%{__mv} PrintingCookbook/{HTML,PrintingCookbook}
+%{__rm} po/stamp-po
 
 %build
 %{__autoconf}
@@ -184,24 +193,26 @@ rm -f po/stamp-po
        --enable-shared \
        --with-userid=lp \
        --with-groupid=lp \
-       --with-filterdir=%{_libdir}/lpfilters \
+       --with-filterdir=%{lpfiltersdir} \
        --with-lockfile=%{_var}/spool/lpd/lpd \
        --with-lpd_conf_path=%{_sysconfdir}/lpd.conf \
        --with-lpd_perms_path=%{_sysconfdir}/lpd.perms \
        --with-done_jobs=0 \
+       --disable-static \
        --disable-werror \
-       --enable-kerberos \
+       %{?with_kerberos5:--enable-kerberos} \
+       %{!?with_kerberos5:--disable-kerberos} \
        --enable-tcpwrappers \
        --enable-ssl
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_var}/spool/lpd/lp} \
        $RPM_BUILD_ROOT%{_sysconfdir}/lpd/ssl.{ca,crl,server}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT \
        POSTINSTALL="NO"
 
@@ -209,7 +220,7 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/lpd
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-rm $RPM_BUILD_ROOT%{_libdir}/liblpr.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/liblpr.{so,la}
 
 %find_lang %{name}
 
@@ -243,12 +254,43 @@ fi
 %attr(750,root,lp) %dir %{_sysconfdir}/lpd/ssl.crl
 %attr(750,root,lp) %dir %{_sysconfdir}/lpd/ssl.server
 %attr(754,root,root) /etc/rc.d/init.d/lpd
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%dir %{_libdir}/lpfilters
-%attr(755,root,root) %{_libdir}/lpfilters/*
+%attr(755,root,root) %{_bindir}/cancel
+%attr(755,root,root) %{_bindir}/lp
+%attr(755,root,root) %{_bindir}/lpq
+%attr(755,root,root) %{_bindir}/lpr
+%attr(755,root,root) %{_bindir}/lprm
+%attr(755,root,root) %{_bindir}/lpstat
+%attr(755,root,root) %{_sbindir}/checkpc
+%attr(755,root,root) %{_sbindir}/lpc
+%attr(755,root,root) %{_sbindir}/lpd
+%attr(755,root,root) %{_sbindir}/lprng_certs
+%attr(755,root,root) %{_sbindir}/lprng_index_certs
+%attr(755,root,root) %{_libdir}/liblpr.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblpr.so.0
+%dir %{lpfiltersdir}
+%attr(755,root,root) %{lpfiltersdir}/lpbanner
+%attr(755,root,root) %{lpfiltersdir}/lpf
+%attr(755,root,root) %{lpfiltersdir}/pclbanner
+%attr(755,root,root) %{lpfiltersdir}/psbanner
 %dir %attr(750,root,lp) %{_var}/spool/lpd
 %dir %attr(770,root,lp) %{_var}/spool/lpd/lp
-%{_mandir}/man[158]/*
+%{_mandir}/man1/cancel.1*
+%{_mandir}/man1/lp.1*
+%{_mandir}/man1/lpbanner.1*
+%{_mandir}/man1/lpf.1*
+%{_mandir}/man1/lpq.1*
+%{_mandir}/man1/lpr.1*
+%{_mandir}/man1/lprm.1*
+%{_mandir}/man1/lprng_certs.1*
+%{_mandir}/man1/lprng_index_certs.1*
+%{_mandir}/man1/lpstat.1*
+%{_mandir}/man1/monitor.1*
+%{_mandir}/man1/pclbanner.1*
+%{_mandir}/man1/psbanner.1*
+%{_mandir}/man5/lpd.conf.5*
+%{_mandir}/man5/lpd.perms.5*
+%{_mandir}/man5/printcap.5*
+%{_mandir}/man8/checkpc.8*
+%{_mandir}/man8/lpc.8*
+%{_mandir}/man8/lpd.8*
 %lang(pl) %{_mandir}/pl/man[158]/*
This page took 0.059016 seconds and 4 git commands to generate.