SPECS: edje.spec - updated to 0.9.9.020 - bcond static_libs
charles
charles at pld-linux.org
Wed Nov 30 14:51:23 CET 2005
Author: charles Date: Wed Nov 30 13:51:23 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.9.9.020
- bcond static_libs
---- Files affected:
SPECS:
edje.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/edje.spec
diff -u SPECS/edje.spec:1.13 SPECS/edje.spec:1.14
--- SPECS/edje.spec:1.13 Sun Nov 20 18:21:49 2005
+++ SPECS/edje.spec Wed Nov 30 14:51:18 2005
@@ -1,13 +1,17 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without static_libs # don't build static library
+#
Summary: Complex Graphical Design/Layout Engine
Summary(pl): Złożony silnik graficznego projektowania/planowania
Name: edje
-Version: 0.5.0.019
+Version: 0.5.0.020
Release: 1
License: BSD
Group: X11/Libraries
Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: a36bb943ca60b97255dec75b386aef00
+# Source0-md5: 4992e0280cdabcb265685738d45406d9
Patch0: %{name}-missing_m4.patch
URL: http://enlightenment.org/Libraries/Edje/
BuildRequires: autoconf
@@ -103,6 +107,7 @@
%{__autoheader}
%{__automake}
%configure \
+ %{!?with_static_libs:--disable-static} \
--enable-edje-cc
%{__make}
@@ -144,9 +149,11 @@
%{_includedir}/Edje*
%{_pkgconfigdir}/edje.pc
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libedje.a
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -154,6 +161,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2005/11/30 13:51:18 charles
+- updated to 0.9.9.020
+- bcond static_libs
+
Revision 1.13 2005/11/20 17:21:49 sparky
- up to 0.5.0.019
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/edje.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list