Author: qboosh Date: Tue Jun 3 21:29:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - ghost soname symlinks - updated ac/am BRs
---- Files affected: SPECS: efreet.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/efreet.spec diff -u SPECS/efreet.spec:1.4 SPECS/efreet.spec:1.5 --- SPECS/efreet.spec:1.4 Sun Jun 1 16:16:28 2008 +++ SPECS/efreet.spec Tue Jun 3 23:29:51 2008 @@ -15,8 +15,8 @@ Source0: http://download.enlightenment.org/snapshots/2008-05-19/%{name}-%{version}.tar.bz2 # Source0-md5: 430493b0b3ac8d2221d94c653cf75163 URL: http://enlightenment.org/p.php?p=about/libs/efreet -BuildRequires: autoconf -BuildRequires: automake >= 1.4 +BuildRequires: autoconf >= 2.52 +BuildRequires: automake >= 1.6 # ecore-file; ecore-desktop for tests BuildRequires: ecore-devel >= %{ecore_ver} BuildRequires: libtool @@ -113,19 +113,26 @@ %files %defattr(644,root,root,755) %doc AUTHORS COPYING README TODO -%attr(755,root,root) %{_libdir}/libefreet*.so.* +%attr(755,root,root) %{_libdir}/libefreet.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libefreet.so.0 +%attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libefreet_mime.so.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libefreet*.so -%{_libdir}/libefreet*.la +%attr(755,root,root) %{_libdir}/libefreet.so +%attr(755,root,root) %{_libdir}/libefreet_mime.so +%{_libdir}/libefreet.la +%{_libdir}/libefreet_mime.la %{_includedir}/efreet -%{_pkgconfigdir}/efreet*.pc +%{_pkgconfigdir}/efreet.pc +%{_pkgconfigdir}/efreet-mime.pc %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/libefreet*.a +%{_libdir}/libefreet.a +%{_libdir}/libefreet_mime.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -134,6 +141,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-06-03 21:29:51 qboosh +- ghost soname symlinks +- updated ac/am BRs + Revision 1.4 2008-06-01 14:16:28 cactus - missing - in log ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/efreet.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
