SPECS: cups.spec - static subpackage is back; client.conf is back

arekm arekm at pld-linux.org
Fri May 12 10:03:42 CEST 2006


Author: arekm                        Date: Fri May 12 08:03:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- static subpackage is back; client.conf is back

---- Files affected:
SPECS:
   cups.spec (1.145 -> 1.146) 

---- Diffs:

================================================================
Index: SPECS/cups.spec
diff -u SPECS/cups.spec:1.145 SPECS/cups.spec:1.146
--- SPECS/cups.spec:1.145	Fri May 12 09:59:03 2006
+++ SPECS/cups.spec	Fri May 12 10:03:36 2006
@@ -250,6 +250,8 @@
 %{__autoconf}
 %configure \
 	--libdir=%{_ulibdir} \
+	--enable-shared \
+	--enable-static \
 	--enable-ssl \
 	--enable-openssl \
 	--disable-gnutls \
@@ -321,7 +323,7 @@
 
 touch $RPM_BUILD_ROOT/var/log/cups/{access_log,error_log,page_log}
 touch $RPM_BUILD_ROOT/etc/security/blacklist.cups
-touch $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{classes,printers}.conf
+touch $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{classes,printers,client}.conf
 
 # windows drivers can be put there.
 install -d $RPM_BUILD_ROOT%{_datadir}/cups/drivers
@@ -459,7 +461,7 @@
 
 %files clients
 %defattr(644,root,root,755)
-#%attr(644,root,lp) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/client.conf
+%attr(644,root,lp) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/client.conf
 %attr(755,root,root) %{_bindir}/cancel
 %attr(755,root,root) %{_bindir}/lp
 %attr(755,root,root) %{_bindir}/lpoptions
@@ -509,9 +511,9 @@
 #%lang(fr) %{_mandir}/fr/man1/cups-config*
 #%lang(es) %{_mandir}/es/man1/cups-config*
 
-#%files static
-#%defattr(644,root,root,755)
-#%{_libdir}/*.a
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
 
 %if %{with perl}
 %files -n perl-cups
@@ -549,6 +551,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.146  2006/05/12 08:03:36  arekm
+- static subpackage is back; client.conf is back
+
 Revision 1.145  2006/05/12 07:59:03  qboosh
 - sorted BRs
 
================================================================

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



More information about the pld-cvs-commit mailing list