From 3c2555720036c0cb66385b405dedb6dbba33177f Mon Sep 17 00:00:00 2001 From: witekfl Date: Wed, 15 Jun 2005 17:30:50 +0000 Subject: [PATCH] - s/bcond_without static/bcond_without static_libs/ Changed files: GConf2.spec -> 1.89 --- GConf2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index 1b5b509..7eaddbe 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -1,4 +1,4 @@ -%bcond_without static # don't build static libraries +%bcond_without static_libs # 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:--disable-static} \ + %{!?with_static_libs:--disable-static} \ %ifarch ppc --disable-gtk-doc %else @@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT %{_pkgconfigdir}/*.pc %{_gtkdocdir}/gconf -%if %{with static} +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/lib*.a -- 2.44.0