Summary: Mount a GMAIL mailbox as a filesystem Name: gmailfs Version: 0.7.3 Release: dm2 License: GPL Group: System Environment/Daemons Source0: http://richard.jones.name/google-hacks/gmail-filesystem/%{name}-%{version}.tar.gz URL: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-installing.html BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: python-fuse, python-libgmail %description Mount a GMAIL mailbox as a filesystem %prep %setup -q %build echo "build actually does nothing..." %install rm -rf %{buildroot} install -d -m 0755 %{buildroot}/{%{_sbindir},etc,sbin} install -m 0755 gmailfs.py %{buildroot}/%{_sbindir} install -m 0755 mount.gmailfs %{buildroot}/sbin install -m 0644 gmailfs.conf %{buildroot}/etc %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc COPYING ChangeLog %config(noreplace) /etc/gmailfs.conf %{_sbindir}/gmailfs.py /sbin/mount.gmailfs %changelog * Sun Jun 17 2007 Durval Menezes 0.7.3-dm2 - Fixed mount.gmailfs location (must be in "/sbin", mount will not find it in /usr/sbin) * Thu Jun 14 2007 Durval Menezes 0.7.3-dm1 - First version