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

libcddb.spec

index 2f1c2a612e62c56d699d147f302123f8c33fd6ce..e03fddb5bd3fd7dfac42e2aeccebd7061cd88cea 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 to access data on a CDDB server
 Summary(pl):   Biblioteka dostêpu do danych na serwerze CDDB
 Name:          libcddb
@@ -60,7 +60,7 @@ Statyczna biblioteka libcddb.
 %{__autoconf}
 %{__automake}
 %configure \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -88,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/cddb
 %{_pkgconfigdir}/*.pc
 
-%if %{with static}
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.099569 seconds and 4 git commands to generate.