]> git.pld-linux.org Git - packages/libbonobomm.git/blobdiff - libbonobomm.spec
- s/bcond_without static/bcond_without static_libs/
[packages/libbonobomm.git] / libbonobomm.spec
index c1ad5c7484295c527b5ecf5a16dc653a6a609962..3e446137d5dbaf49db375e3c61bc5278b3ec8987 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static  # don't build static library
+%bcond_without static_libs     # don't build static library
 Summary:       A C++ interface for the libbonobo
 Summary(pl):   Interfejs C++ dla libbonobo
 Name:          libbonobomm
@@ -67,7 +67,7 @@ Biblioteki statyczne libbonobomm.
 %{__automake}
 %configure \
        --enable-static \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libbonobomm-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.09637 seconds and 4 git commands to generate.