]> git.pld-linux.org Git - packages/gmailfs.git/commitdiff
- initial
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 11 Oct 2004 10:17:50 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmailfs.spec -> 1.1

gmailfs.spec [new file with mode: 0644]

diff --git a/gmailfs.spec b/gmailfs.spec
new file mode 100644 (file)
index 0000000..ee5f17e
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       provides a mountable Linux filesystem which uses Gmail account as its storage medium.
+Name:          gmailfs
+Version:       0.2
+Release:       0.1
+Epoch:         0
+License:       GPLv2
+Group:         Applications/System
+Source0:       http://richard.jones.name/google-hacks/gmail-filesystem/%{name}.tar.gz
+# Source0-md5: ef36e6964ef679d6f14be04857f9d3f8
+# Source0-size:        14478
+URL:           http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
+Requires:      python
+Requires:      libfuse >= 1.3
+Requires:      python-libgmail
+Requires:      python-fuse
+# does it need "import profile" for real ?
+Requires:      python-devel-tools
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GmailFS provides a mountable Linux filesystem which uses your Gmail
+account as its storage medium. GmailFS is a Python application and
+uses the FUSE userland filesystem infrastructure to help provide the
+filesystem, and libgmail to communicate with Gmail.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT%{_bindir}
+cp gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py
+
+install -d $RPM_BUILD_ROOT%{_sbindir}
+cp mount.gmailfs $RPM_BUILD_ROOT%{_sbindir}/mount.gmailfs
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%attr(755,root,root) %{_bindir}/gmailfs.py
+%attr(755,root,root) %{_sbindir}/mount.gmailfs
This page took 0.030552 seconds and 4 git commands to generate.