SPECS: GConf2.spec - fixed with static libs
witekfl
witekfl at pld-linux.org
Tue Jun 14 16:14:11 CEST 2005
Author: witekfl Date: Tue Jun 14 14:14:11 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed with static libs
---- Files affected:
SPECS:
GConf2.spec (1.85 -> 1.86)
---- Diffs:
================================================================
Index: SPECS/GConf2.spec
diff -u SPECS/GConf2.spec:1.85 SPECS/GConf2.spec:1.86
--- SPECS/GConf2.spec:1.85 Mon Jun 13 21:38:22 2005
+++ SPECS/GConf2.spec Tue Jun 14 16:14:06 2005
@@ -97,7 +97,7 @@
%{__automake}
%configure \
--with-html-dir=%{_gtkdocdir} \
- %{!?with_static_libs:--disable-static} \
+ %{!?with static_libs:--disable-static} \
%ifarch ppc
--disable-gtk-doc
%else
@@ -149,7 +149,7 @@
%{_pkgconfigdir}/*.pc
%{_gtkdocdir}/gconf
-%if %{with_static_libs}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -161,6 +161,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.86 2005/06/14 14:14:06 witekfl
+- fixed with static libs
+
Revision 1.85 2005/06/13 19:38:22 witekfl
- added bcond_without static_libs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/GConf2.spec?r1=1.85&r2=1.86&f=u
More information about the pld-cvs-commit
mailing list