Author: domelu Date: Sun Feb 20 20:40:20 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added gmailfs.conf
- cleanups
---- Files affected:
SPECS:
gmailfs.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/gmailfs.spec
diff -u SPECS/gmailfs.spec:1.6 SPECS/gmailfs.spec:1.7
--- SPECS/gmailfs.spec:1.6 Sun Feb 20 21:18:53 2005
+++ SPECS/gmailfs.spec Sun Feb 20 21:40:11 2005
@@ -36,12 +36,11 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},/sbin,%{_sysconfdir}}
-install gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py
-
-install -d $RPM_BUILD_ROOT/sbin
install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs
+install gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py
+install gmailfs.conf $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -51,6 +50,7 @@
%doc ChangeLog
%attr(755,root,root) %{_bindir}/gmailfs.py
%attr(755,root,root) /sbin/mount.gmailfs
+%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime)
%{_sysconfdir}/gmailfs.conf
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,6 +58,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/02/20 20:40:11 domelu
+- added gmailfs.conf
+- cleanups
+
Revision 1.6 2005/02/20 20:18:53 qboosh
- simplified setup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gmailfs.spec?r1=1.6&r2=1.7&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit