Author: sparky Date: Fri Dec 1 02:24:23 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.5.0.036; removed test app - regenerate auto* to force correct libtool
---- Files affected: SPECS: edje.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/edje.spec diff -u SPECS/edje.spec:1.28 SPECS/edje.spec:1.29 --- SPECS/edje.spec:1.28 Sun Sep 10 21:10:23 2006 +++ SPECS/edje.spec Fri Dec 1 03:24:15 2006 @@ -6,12 +6,12 @@ Summary: Complex Graphical Design/Layout Engine Summary(pl): Złożony silnik graficznego projektowania/planowania Name: edje -Version: 0.5.0.032 +Version: 0.5.0.036 Release: 1 License: BSD Group: X11/Libraries Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz -# Source0-md5: 9d0350eb2139831c5889a050d28d5647 +# Source0-md5: a954b46597cdf09560beac8d28e4155e URL: http://enlightenment.org/Libraries/Edje/ BuildRequires: autoconf BuildRequires: automake @@ -23,7 +23,6 @@ Requires: cpp Requires: evas-engine-buffer Requires: evas-loader-png -Requires: fonts-TTF-bitstream-vera BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %undefine __cxx @@ -105,6 +104,11 @@ %setup -q %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ %{!?with_static_libs:--disable-static} \ --enable-edje-cc @@ -116,13 +120,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -cd $RPM_BUILD_ROOT%{_datadir}/%{name}/data/test/fonts -VERA=$(ls Vera*.ttf) -for FONT in $VERA; do - rm -f $FONT - ln -s %{_fontsdir}/TTF/$FONT . -done - %clean rm -rf $RPM_BUILD_ROOT @@ -132,8 +129,9 @@ %files %defattr(644,root,root,755) %doc AUTHORS COPYING COPYING-PLAIN INSTALL README -%attr(755,root,root) %{_bindir}/edje -%attr(755,root,root) %{_bindir}/edje_* +%attr(755,root,root) %{_bindir}/edje_cc +%attr(755,root,root) %{_bindir}/edje_decc +%attr(755,root,root) %{_bindir}/edje_recc %{_datadir}/%{name} %files libs @@ -160,6 +158,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2006/12/01 02:24:15 sparky +- up to 0.5.0.036; removed test app +- regenerate auto* to force correct libtool + Revision 1.28 2006/09/10 19:10:23 sparky - up to 0.5.0.032 @@ -238,7 +240,7 @@ - Source0: ftp -> http Revision 1.6 2005/07/09 13:49:22 sparky -- added COPYING-PLAIN (human readable license) and INSTALL to %%doc +- added COPYING-PLAIN (human readable license) and INSTALL to %doc Revision 1.5 2005/07/09 13:43:19 sparky - new snap ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/edje.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
