Author: freetz Date: Tue Aug 15 06:57:01 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - fixed crawl-system (merged grzegol's changes from HEAD), rel.2
---- Files affected: SPECS: beagle.spec (1.76.2.1 -> 1.76.2.2) ---- Diffs: ================================================================ Index: SPECS/beagle.spec diff -u SPECS/beagle.spec:1.76.2.1 SPECS/beagle.spec:1.76.2.2 --- SPECS/beagle.spec:1.76.2.1 Fri Aug 4 21:49:46 2006 +++ SPECS/beagle.spec Tue Aug 15 08:56:56 2006 @@ -23,7 +23,7 @@ Summary(pl): Beagle - podsystem indeksujÄ…cy Name: beagle Version: 0.2.7 -Release: 1 +Release: 2 License: Various Group: Libraries Source0: http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2 @@ -217,7 +217,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_var}/cache/beagle/index +install -d $RPM_BUILD_ROOT%{_var}/cache/beagle/indexes %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -291,11 +291,11 @@ %files crawl-system %defattr(644,root,root,755) -%attr(640,root,crontab) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/* +%attr(750,root,crontab) %config(noreplace) %verify(not md5 mtime size) /etc/cron.daily/* %dir %{_sysconfdir}/beagle %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/beagle/* %dir %attr(755,beagleindex,beagleindex) %{_var}/cache/beagle -%dir %attr(755,beagleindex,beagleindex) %{_var}/cache/beagle/index +%dir %attr(755,beagleindex,beagleindex) %{_var}/cache/beagle/indexes %attr(755,root,root) %{_sbindir}/* %if %{with evolution} @@ -335,6 +335,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.76.2.2 2006/08/15 06:56:56 freetz +- fixed crawl-system (merged grzegol's changes from HEAD), rel.2 + Revision 1.76.2.1 2006/08/04 19:49:46 freetz - 0.2.7, merged configure patch from HEAD ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.76.2.1&r2=1.76.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
