]> git.pld-linux.org Git - packages/eet.git/commitdiff
- updated to 0.9.10.020
authorKarol Krenski <charles@pld-linux.org>
Wed, 30 Nov 2005 13:53:27 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- bcond static_libs

Changed files:
    eet.spec -> 1.11

eet.spec

index 7a07a020ad60e78c0d031b1cff3c5332e04ccf45..ed84a399e0126233cfe6879299d05c55ee592dc2 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -1,12 +1,16 @@
+#
+# Conditional build:
+%bcond_without static_libs     # don't build static library
+#
 Summary:       Library for speedy data storage, retrieval, and compression
 Summary(pl):   Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
-Version:       0.9.10.019
+Version:       0.9.10.020
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz 
-# Source0-md5: 38839936c0424c0de6f908b9664935d6
+# Source0-md5: f0b20f3ea8125e9219243162998baf8c
 URL:           http://enlightenment.org/Libraries/Eet/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -77,7 +81,8 @@ Statyczna biblioteka Eet.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       %{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -107,6 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/eet.pc
 %{_includedir}/Eet*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libeet.a
+%endif
This page took 0.071044 seconds and 4 git commands to generate.