]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- renamed static_libs -> static
authorwitekfl <witekfl@pld-linux.org>
Tue, 14 Jun 2005 19:33:48 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2.spec -> 1.105

glib2.spec

index 3cc6c4d9d1a93191a34d8a1430a484fbfe42a00c..64b7005794a6eae0496d5c7b1f2473a03ccee762 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static_libs     # don't build static library
+%bcond_without static  # 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_libs:--disable-static}
+       %{!?with_static:--disable-static}
 %{__make}
 
 %install
@@ -196,7 +196,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_aclocaldir}/*
 %{_mandir}/man?/*
 
-%if %{with static_libs}
+%if %{with static}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.320656 seconds and 4 git commands to generate.