From 2683dc1e0313a09395bf1e781a438019a9f10754 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: libcddb.spec -> 1.11 --- libcddb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 2f1c2a6..e03fddb 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -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 -- 2.44.0