Author: charles Date: Wed Nov 30 13:59:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.9.9.021 - bcond static_libs
---- Files affected: SPECS: evas.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/evas.spec diff -u SPECS/evas.spec:1.14 SPECS/evas.spec:1.15 --- SPECS/evas.spec:1.14 Sun Nov 20 02:21:31 2005 +++ SPECS/evas.spec Wed Nov 30 14:59:26 2005 @@ -4,6 +4,7 @@ %bcond_without mmx # without MMX and MMX2 %bcond_without sse # without SSE %bcond_without altivec # without altivec +%bcond_without static_libs # don't build static library # %ifnarch i586 i686 athlon %undefine with_mmx @@ -18,12 +19,12 @@ Summary: Multi-platform Canvas Library Summary(pl): Wieloplatformowa biblioteka do rysowania Name: evas -Version: 0.9.9.020 +Version: 0.9.9.021 Release: 1 License: BSD Group: Libraries Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz -# Source0-md5: 8dce18134e2ca1922bab69387741f4e7 +# Source0-md5: 499e223429b51daeb7d58da21617daba Patch0: %{name}-missing_m4.patch URL: http://enlightenment.org/Libraries/Evas/ BuildRequires: DirectFB-devel @@ -104,6 +105,7 @@ %{__autoheader} %{__automake} %configure \ + %{!?with_static_libs:--disable-static} \ --enable-software-x11 \ --disable-software-xcb \ --enable-directfb \ @@ -174,9 +176,11 @@ %{_pkgconfigdir}/evas.pc %{_includedir}/Evas* +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libevas.a +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -184,6 +188,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2005/11/30 13:59:26 charles +- updated to 0.9.9.021 +- bcond static_libs + Revision 1.14 2005/11/20 01:21:31 sparky - fixed %configure options ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/evas.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
