Author: charles Date: Wed Nov 30 13:50:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.9.9.020 - bcond static_libs
---- Files affected: SPECS: ecore.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/ecore.spec diff -u SPECS/ecore.spec:1.11 SPECS/ecore.spec:1.12 --- SPECS/ecore.spec:1.11 Sun Nov 20 18:38:33 2005 +++ SPECS/ecore.spec Wed Nov 30 14:50:34 2005 @@ -1,13 +1,17 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without static_libs # don't build static library +# Summary: Enlightened Core X interface library Summary(pl): Biblioteka interfejsu X Enlightened Core Name: ecore -Version: 0.9.9.019 +Version: 0.9.9.020 Release: 1 License: BSD Group: X11/Libraries Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz -# Source0-md5: e74f68a55ba6f501d090b165a90dd299 +# Source0-md5: efda4b953369692587402da12fcd66e8 Patch0: %{name}-missing_m4.patch URL: http://enlightenment.org/Libraries/Ecore/ BuildRequires: autoconf @@ -87,6 +91,7 @@ -i src/lib/ecore_directfb/Makefile.in \ src/lib/ecore_evas/Makefile.in %configure \ + %{!?with_static_libs:--disable-static} \ --enable-ecore-txt \ --enable-ecore-x \ --enable-ecore-job \ @@ -147,9 +152,11 @@ %{_aclocaldir}/ecore.m4 %{_includedir}/Ecore*.h +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libecore*.a +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -157,6 +164,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2005/11/30 13:50:34 charles +- updated to 0.9.9.020 +- bcond static_libs + Revision 1.11 2005/11/20 17:38:33 sparky - fixed md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ecore.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
