]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- renamed static_libs -> static
authorwitekfl <witekfl@pld-linux.org>
Tue, 14 Jun 2005 19:33:48 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2.spec -> 1.88

GConf2.spec

index 7eaddbe77df41d81dc23e6f71ff0f20c0613f84b..1b5b50986ae70decc4d5643c8525a2e5e727e0a9 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static_libs     # don't build static libraries
+%bcond_without static  # don't build static libraries
 Summary:       GNOME2 configuration database system
 Summary(pl):   System konfiguracyjnej bazy danych dla GNOME 2
 Summary(pt_BR):        Sistema de ConfiguraĆ§Ć£o do GNOME 2
@@ -96,7 +96,7 @@ rm -f acinclude.m4
 %{__automake}
 %configure \
        --with-html-dir=%{_gtkdocdir} \
-       %{!?with_static_libs:--disable-static} \
+       %{!?with_static:--disable-static} \
 %ifarch ppc
        --disable-gtk-doc
 %else
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/*.pc
 %{_gtkdocdir}/gconf
 
-%if %{with static_libs}
+%if %{with static}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.168055 seconds and 4 git commands to generate.