]> git.pld-linux.org Git - packages/libart_lgpl.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:
    libart_lgpl.spec -> 1.31

libart_lgpl.spec

index d114ff1a3710f9e776968e7d8cd75abc9c5531ae..b1d09ffa3b5126d20cbc51962deb3ab74dd6cedf 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static  # don't build static library
+%bcond_without static_libs     # don't build static library
 Summary:       Library of graphics routines used by libgnomecanvas
 Summary(pl):   Biblioteka funkcji graficznych u¿ywanych przez libgnomecanvas
 Name:          libart_lgpl
@@ -60,7 +60,7 @@ Statyczna wersja biblioteki libart_lgpl.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -89,7 +89,7 @@ rm -rf %{buildroot}
 %{_includedir}/libart-2.0
 %{_pkgconfigdir}/*.pc
 
-%if %{with static}
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.106144 seconds and 4 git commands to generate.