]> git.pld-linux.org Git - packages/gmailfs.git/blame - gmailfs.spec
- 0.7.2
[packages/gmailfs.git] / gmailfs.spec
CommitLineData
bbd4fb7a 1Summary: A mountable Linux filesystem which uses Gmail account as its storage medium
745ee30f 2Summary(pl.UTF-8): Montowalny system plików Linuksa używający konta Gmail do przechowywania danych
9ec40a1a 3Name: gmailfs
0afd247e 4Version: 0.7.2
9ec40a1a
MK
5Release: 0.1
6Epoch: 0
1dd1f19a 7License: GPL v2
9ec40a1a 8Group: Applications/System
2499144e 9Source0: http://richard.jones.name/google-hacks/gmail-filesystem/%{name}-%{version}.tar.gz
0afd247e 10# Source0-md5: 895ee1c3f02973d39e73ccbee9552296
9ec40a1a 11URL: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
2eb06f11 12Requires: kernel-misc-fuse
bbd4fb7a
JB
13Requires: python-fuse
14Requires: python-libgmail
ce9a79e6 15Requires: python-modules
9ec40a1a
MK
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19GmailFS provides a mountable Linux filesystem which uses your Gmail
20account as its storage medium. GmailFS is a Python application and
21uses the FUSE userland filesystem infrastructure to help provide the
22filesystem, and libgmail to communicate with Gmail.
23
4f59a338
JR
24%description -l pl.UTF-8
25GmailFS udostępnia montowalny system plików dla Linuksa wykorzystujący
26konto Gmail jako nośnik do przechowywania danych. GmailFS to aplikacja
27w Pythonie, używająca FUSE (infrastruktury systemu plików w
28przestrzeni użytkownika) aby umożliwić systemowi plików i libgmail
29komunikowanie się z usługą Gmail.
bbd4fb7a 30
9ec40a1a 31%prep
540b8ca5 32%setup -q
9ec40a1a 33
9ec40a1a
MK
34%install
35rm -rf $RPM_BUILD_ROOT
ce9a79e6 36install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},/sbin,%{_sysconfdir}}
bbd4fb7a 37
bbd4fb7a 38install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs
ce9a79e6 39install gmailfs.py $RPM_BUILD_ROOT%{_datadir}/%{name}
909c3c5a 40install gmailfs.conf $RPM_BUILD_ROOT%{_sysconfdir}
9ec40a1a
MK
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
9ec40a1a
MK
45%files
46%defattr(644,root,root,755)
47%doc ChangeLog
ce9a79e6 48%attr(755,root,root) %{_datadir}/%{name}
54cb5e92 49%attr(755,root,root) /sbin/mount.gmailfs
d3f7d02e 50%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gmailfs.conf
This page took 0.074124 seconds and 4 git commands to generate.