OBS User unknown 2009-06-12 15:24:31 +00:00 committed by Git OBS Bridge
parent d5920985fc
commit 22e0bb0805
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 8 15:09:10 CEST 2009 - crrodriguez@suse.de
remove static libraries, see also bnc#509945
-------------------------------------------------------------------
Wed Jun 3 14:20:36 CEST 2009 - jsmeix@suse.de

View File

@ -30,7 +30,7 @@ License: GPL v2 or later
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.3.9
Release: 12
Release: 13
Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux /usr/bin/pdftops
@ -245,7 +245,7 @@ KRB5CONFIG=${PWD}/krb5-config ./configure \
--enable-pie \
--enable-relro \
--enable-gssapi \
--enable-static \
--disable-static \
--without-rcdir \
--enable-dbus \
--enable-ldap \
@ -441,8 +441,6 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%files devel
%defattr(-,root,root)
%{_includedir}/cups
%attr(0644,root,root) %{_libdir}/libcups.a
%attr(0644,root,root) %{_libdir}/libcupsimage.a
%{_libdir}/libcups.so
%{_libdir}/libcupsimage.so
@ -460,6 +458,8 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%{_datadir}/locale/*/cups_*
%changelog
* Mon Jun 08 2009 crrodriguez@suse.de
remove static libraries, see also bnc#509945
* Wed Jun 03 2009 jsmeix@suse.de
- Set BROADCAST="ipp" in cups.SuSEfirewall2 source file (which
gets installed as /etc/sysconfig/SuSEfirewall2.d/services/cups)