]> git.pld-linux.org Git - packages/libbinio.git/blobdiff - libbinio.spec
- s/bcond_without static/bcond_without static_libs/
[packages/libbinio.git] / libbinio.spec
index 6293072a5ec0067b42ddcbeca29258a287c9e95d..4d3eaa0653dc6643f59a415ccddc6b7c249c4314 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static  # don't build static library
+%bcond_without static_libs     # don't build static library
 Summary:       Binary I/O stream class library
 Summary(pl):   Biblioteka klas C++ dla strumieniowych binarnych operacji I/O
 Name:          libbinio
@@ -69,7 +69,7 @@ Statyczna biblioteka libbinio.
 %{__autoconf}
 %{__automake}
 %configure \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_infodir}/*.info*
 
-%if %{with static}
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.630235 seconds and 4 git commands to generate.