SPECS: cups.spec - added missing enable/disable in cups-clients. r...

marcus marcus at pld-linux.org
Fri Aug 4 10:02:30 CEST 2006


Author: marcus                       Date: Fri Aug  4 08:02:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added missing enable/disable in cups-clients. rel.2.

---- Files affected:
SPECS:
   cups.spec (1.166 -> 1.167) 

---- Diffs:

================================================================
Index: SPECS/cups.spec
diff -u SPECS/cups.spec:1.166 SPECS/cups.spec:1.167
--- SPECS/cups.spec:1.166	Thu Aug  3 12:22:02 2006
+++ SPECS/cups.spec	Fri Aug  4 10:02:25 2006
@@ -17,7 +17,7 @@
 Summary(pt_BR):	Sistema Unix de Impressăo
 Name:		cups
 Version:	1.2.2
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL/LGPL
 Group:		Applications/Printing
@@ -343,6 +343,10 @@
 # post-strip can't work on readonly files
 chmod u+w $RPM_BUILD_ROOT%{perl_vendorarch}/auto/CUPS/CUPS.so
 
+# links to enable/disable (compatibility!)
+ln -s accept $RPM_BUILD_ROOT/usr/sbin/enable
+ln -s accept $RPM_BUILD_ROOT/usr/sbin/disable
+
 # check-files cleanup
 rm -rf $RPM_BUILD_ROOT%{_mandir}/{,es/,fr/}cat?
 rm -rf $RPM_BUILD_ROOT/etc/{init.d,rc?.d}/*
@@ -480,6 +484,10 @@
 %attr(755,root,root) %{_bindir}/lpstat
 %attr(755,root,root) %{_sbindir}/accept
 %attr(755,root,root) %{_sbindir}/cupsaddsmb
+%attr(755,root,root) %{_sbindir}/cupsenable
+%attr(755,root,root) %{_sbindir}/cupsdisable
+%attr(755,root,root) %{_sbindir}/disable
+%attr(755,root,root) %{_sbindir}/enable
 %attr(755,root,root) %{_sbindir}/lpadmin
 %attr(755,root,root) %{_sbindir}/lpc
 %attr(755,root,root) %{_sbindir}/lpinfo
@@ -562,6 +570,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.167  2006/08/04 08:02:25  marcus
+- added missing enable/disable in cups-clients. rel.2.
+
 Revision 1.166  2006/08/03 10:22:02  charles
 - -devel R: gnutls-devel or openssl-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cups.spec?r1=1.166&r2=1.167&f=u



More information about the pld-cvs-commit mailing list