]> git.pld-linux.org Git - packages/glib2.git/blobdiff - glib2.spec
- s/bcond_without static/bcond_without static_libs/
[packages/glib2.git] / glib2.spec
index 64b7005794a6eae0496d5c7b1f2473a03ccee762..3cc6c4d9d1a93191a34d8a1430a484fbfe42a00c 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static  # don't build static library
+%bcond_without static_libs     # don't build static library
 Summary:       Useful routines for 'C' programming
 Summary(cs):   ©ikovná knihovna s funkcemi pro pomocné programy
 Summary(da):   Nyttige biblioteksfunktioner
@@ -153,7 +153,7 @@ Bibliotecas est
        --enable-static \
        --enable-debug=%{?debug:yes} \
        --enable-man \
-       %{!?with_static:--disable-static}
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -196,7 +196,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_aclocaldir}/*
 %{_mandir}/man?/*
 
-%if %{with static}
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.141399 seconds and 4 git commands to generate.