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

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.035442 seconds and 4 git commands to generate.