Author: darekr Date: Sat Mar 5 17:06:23 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added config file - missing man pages - fixed %%install - added patch0
---- Files affected: SPECS: plp.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/plp.spec diff -u SPECS/plp.spec:1.23 SPECS/plp.spec:1.24 --- SPECS/plp.spec:1.23 Wed May 28 15:01:18 2003 +++ SPECS/plp.spec Sat Mar 5 18:06:17 2005 @@ -9,7 +9,7 @@ Source0: ftp://ftp.informatik.uni-hamburg.de/ftpmnt/inf1/pub/os/unix/utils/plp-unibwhh/%{name}-lpd-%{version}.tar.gz # Source0-md5: c971f3458619a287ce5d8ac93a3d6baf Source1: lpd.init -#Patch0: %{name}-%{version}-rh.patch +Patch0: %{name}-Makefile.patch BuildRequires: autoconf PreReq: rc-scripts Requires(post,preun): /sbin/chkconfig @@ -27,7 +27,7 @@ %prep %setup -q -#%patch -p1 +%patch0 -p1 %build cd src @@ -52,8 +52,9 @@ INSTALL_MAINT=$RPM_BUILD_ROOT%{_bindir} \ INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir} -install plp.conf $RPM_BUILD_ROOT%{_sysconfdir}/plp.conf -install printer_perms $RPM_BUILD_ROOT%{_sysconfdir}/printer_perms +install test/plp.conf* $RPM_BUILD_ROOT%{_sysconfdir}/plp.conf +install test/printer_perms* $RPM_BUILD_ROOT%{_sysconfdir}/printer_perms +install test/printcap* $RPM_BUILD_ROOT%{_sysconfdir}/printcap install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/lpd @@ -77,6 +78,7 @@ %doc FEATURES HINTS README LICENSE doc/{%-escapes,README.lp-pipes,plp.xpm} doc/PLP/manual.txt %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/plp.conf %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/printer_perms +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/printcap %attr(754,root,root) /etc/rc.d/init.d/lpd %attr(755,root,root) %{_sbindir}/lpd %attr(755,root,root) %{_bindir}/lpr @@ -93,7 +95,9 @@ %{_mandir}/man1/lpq.1* %{_mandir}/man1/lpr.1* %{_mandir}/man1/lprm.1* +%{_mandir}/man1/printer*.1* %{_mandir}/man5/printcap.5* +%{_mandir}/man5/plp.conf.5* %{_mandir}/man8/checkpc.8* %{_mandir}/man8/lpd.8* %{_mandir}/man8/pac.8* @@ -105,6 +109,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2005/03/05 17:06:17 darekr +- added config file +- missing man pages +- fixed %%install +- added patch0 + Revision 1.23 2003/05/28 13:01:18 malekith - massive attack: source-md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/plp.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
