SPECS: beagle.spec - s#%%{_var}/cache/beagle/index#%{_var}/cache/b...
grzegol
grzegol at pld-linux.org
Tue Aug 15 00:17:22 CEST 2006
Author: grzegol Date: Mon Aug 14 22:17:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- s#%%{_var}/cache/beagle/index#%{_var}/cache/beagle/indexes#
beagle uses second one
- 750 for /etc/cron.daily/*
- rel. 5
---- Files affected:
SPECS:
beagle.spec (1.82 -> 1.83)
---- Diffs:
================================================================
Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.82 SPECS/beagle.spec:1.83
--- SPECS/beagle.spec:1.82 Sun Aug 13 20:30:28 2006
+++ SPECS/beagle.spec Tue Aug 15 00:17:17 2006
@@ -23,7 +23,7 @@
Summary(pl): Beagle - podsystem indeksujący
Name: beagle
Version: 0.2.7
-Release: 4
+Release: 5
License: Various
Group: Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
@@ -233,7 +233,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 \
@@ -312,11 +312,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}
@@ -356,6 +356,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.83 2006/08/14 22:17:17 grzegol
+- s#%%{_var}/cache/beagle/index#%{_var}/cache/beagle/indexes#
+ beagle uses second one
+- 750 for /etc/cron.daily/*
+- rel. 5
+
Revision 1.82 2006/08/13 18:30:28 freetz
- remove trash, rel.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.82&r2=1.83&f=u
More information about the pld-cvs-commit
mailing list