]> git.pld-linux.org Git - packages/gmailfs.git/commitdiff
- cleanups
authorsaq <saq@pld-linux.org>
Wed, 15 Jun 2005 23:18:48 +0000 (23:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmailfs.spec -> 1.10

gmailfs.spec

index 3f48f2e426a407e438d7851aafc07d49f29702b6..c6308a7aeab744d3e5faa77ff8b3defdc2b54682 100644 (file)
@@ -9,12 +9,9 @@ Group:         Applications/System
 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
@@ -35,10 +32,10 @@ komunikowanie si
 
 %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
@@ -47,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.082984 seconds and 4 git commands to generate.