]> git.pld-linux.org Git - packages/gmailfs.git/blob - gmailfs.spec
e5afc0c439f03ee4de88a54ec2217c8bd5326ab3
[packages/gmailfs.git] / gmailfs.spec
1 Summary:        A mountable Linux filesystem which uses Gmail account as its storage medium
2 Summary(pl):    Montowalny system plików Linuksa u¿ywaj±cy konta Gmail do przechowywania danych
3 Name:           gmailfs
4 Version:        0.3
5 Release:        0.1
6 Epoch:          0
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        http://richard.jones.name/google-hacks/gmail-filesystem/%{name}-%{version}.tar.gz
10 # Source0-md5:  d4a6c4c3ef685459e936abf6cefc2d0d
11 URL:            http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
12 Requires:       libfuse >= 1.3
13 Requires:       python
14 # does it need "import profile" for real ?
15 Requires:       python-devel-tools
16 Requires:       python-fuse
17 Requires:       python-libgmail
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 GmailFS provides a mountable Linux filesystem which uses your Gmail
22 account as its storage medium. GmailFS is a Python application and
23 uses the FUSE userland filesystem infrastructure to help provide the
24 filesystem, and libgmail to communicate with Gmail.
25
26 %description -l pl
27 GmailFS udostêpnia montowalny system plików dla Linuksa wykorzystuj±cy
28 konto Gmail jako no¶nik do przechowywania danych. GmailFS to aplikacja
29 w Pythonie, u¿ywaj±ca FUSE (infrastruktury systemu plików w
30 przestrzeni u¿ytkownika) aby umo¿liwiæ systemowi plików i libgmail
31 komunikowanie siê z us³ug± Gmail.
32
33 %prep
34 %setup -q
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39
40 install gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py
41
42 install -d $RPM_BUILD_ROOT/sbin
43 install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog
51 %attr(755,root,root) %{_bindir}/gmailfs.py
52 %attr(755,root,root) /sbin/mount.gmailfs
This page took 0.130042 seconds and 3 git commands to generate.