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

lib765.spec

index eda79c6f149915de602fdc1623061364669bf306..7a55b0e191a291b651ce075e51f78c13e8a7e5f8 100644 (file)
@@ -1,4 +1,4 @@
-%bcond_without static_libs     # don't build static library
+%bcond_without static  # don't build static library
 Summary:       765 FDC library
 Summary(pl):   Biblioteka FDC 765
 Name:          lib765
@@ -71,7 +71,7 @@ Statyczna wersja biblioteki lib765.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_static_libs:--disable-static}
+       %{!?with_static:--disable-static}
 %{__make}
 
 %install
@@ -98,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib765.la
 %{_includedir}/*.h
 
-%if %{with static_libs}
+%if %{with static}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.329258 seconds and 4 git commands to generate.