SPECS: embryo.spec - updated to 0.9.1.020 - bcond static_libs

charles charles at pld-linux.org
Wed Nov 30 14:55:00 CET 2005


Author: charles                      Date: Wed Nov 30 13:55:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.1.020
- bcond static_libs

---- Files affected:
SPECS:
   embryo.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/embryo.spec
diff -u SPECS/embryo.spec:1.9 SPECS/embryo.spec:1.10
--- SPECS/embryo.spec:1.9	Sun Nov 20 01:39:21 2005
+++ SPECS/embryo.spec	Wed Nov 30 14:54:55 2005
@@ -1,13 +1,17 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	static_libs	# don't build static library
+#
 Summary:	Enlightenment Fundation Libraries - Embryo
 Summary(pl):	Podstawowe biblioteki Enlightenmenta - Embryo
 Name:		embryo
-Version:	0.9.1.019
+Version:	0.9.1.020
 Release:	1
 License:	BSD
 Group:		X11/Libraries
 Source0:	http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5:	65ebb45a77994900f52892eacac82e39
+# Source0-md5:	26e13a2dbdebe34c212a92f6e76f0a07
 URL:		http://enlightenment.org/Libraries/Embryo/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -55,7 +59,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -86,9 +91,11 @@
 %{_datadir}/%{name}
 %{_pkgconfigdir}/embryo.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libembryo.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -96,6 +103,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/11/30 13:54:55  charles
+- updated to 0.9.1.020
+- bcond static_libs
+
 Revision 1.9  2005/11/20 00:39:21  sparky
 - up to 0.9.1.019
 
================================================================

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




More information about the pld-cvs-commit mailing list