SPECS: eet.spec - updated to 0.9.10.020 - bcond static_libs

charles charles at pld-linux.org
Wed Nov 30 14:53:32 CET 2005


Author: charles                      Date: Wed Nov 30 13:53:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.10.020
- bcond static_libs

---- Files affected:
SPECS:
   eet.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/eet.spec
diff -u SPECS/eet.spec:1.10 SPECS/eet.spec:1.11
--- SPECS/eet.spec:1.10	Sun Nov 20 01:37:12 2005
+++ SPECS/eet.spec	Wed Nov 30 14:53:27 2005
@@ -1,13 +1,17 @@
 # $Revision$, $Date$
+#
+# 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
@@ -78,7 +82,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -108,9 +113,11 @@
 %{_pkgconfigdir}/eet.pc
 %{_includedir}/Eet*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libeet.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -118,6 +125,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/11/30 13:53:27  charles
+- updated to 0.9.10.020
+- bcond static_libs
+
 Revision 1.10  2005/11/20 00:37:12  sparky
 - up to 0.9.10.019
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eet.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list