]> git.pld-linux.org Git - packages/libbonoboui.git/commitdiff
- s/bcond_without static/bcond_without static_libs/
authorwitekfl <witekfl@pld-linux.org>
Wed, 15 Jun 2005 17:30:50 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libbonoboui.spec -> 1.78

libbonoboui.spec

index 42fa15ed7bbed17eb11e8e7aa852d391d63f3f27..6f176a009062de8ca2b52efb92432349cedd1a1e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with    xlibs   # with xlibs
-%bcond_without static  # don't build static library
+%bcond_without static_libs     # don't build static library
 #
 Summary:       Bonobo user interface components
 Summary(pl):   Komponenty interfejsu u¿ytkownika do Bonobo
@@ -110,7 +110,7 @@ sed -ie \
 %configure \
        --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir} \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 
 %{__make}
 
@@ -152,7 +152,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libbonoboui-2.0
 %{_gtkdocdir}/%{name}
 
-%if %{with static}
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.032689 seconds and 4 git commands to generate.