SPECS: gmailfs.spec - cleanups

saq saq at pld-linux.org
Thu Jun 16 01:18:56 CEST 2005


Author: saq                          Date: Wed Jun 15 23:18:56 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanups

---- Files affected:
SPECS:
   gmailfs.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/gmailfs.spec
diff -u SPECS/gmailfs.spec:1.9 SPECS/gmailfs.spec:1.10
--- SPECS/gmailfs.spec:1.9	Sun Jun 12 14:19:23 2005
+++ SPECS/gmailfs.spec	Thu Jun 16 01:18:48 2005
@@ -10,12 +10,9 @@
 Source0:	http://richard.jones.name/google-hacks/gmail-filesystem/%{name}-%{version}.tar.gz
 # Source0-md5:	feb0d115729c61e5f366c2c2467cf148
 URL:		http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
-Requires:	libfuse >= 2.0
-Requires:	python
-# does it need "import profile" for real ?
-Requires:	python-devel-tools
 Requires:	python-fuse
 Requires:	python-libgmail
+Requires:	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,10 +33,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},/sbin,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},/sbin,%{_sysconfdir}}
 
 install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs
-install gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py
+install gmailfs.py $RPM_BUILD_ROOT%{_datadir}/%{name}
 install gmailfs.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 %clean
@@ -48,7 +45,7 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_bindir}/gmailfs.py
+%attr(755,root,root) %{_datadir}/%{name}
 %attr(755,root,root) /sbin/mount.gmailfs
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gmailfs.conf
 
@@ -58,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/06/15 23:18:48  saq
+- cleanups
+
 Revision 1.9  2005/06/12 12:19:23  jack
 - updated to 0.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gmailfs.spec?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list