Summary: A mountable Linux filesystem which uses Gmail account as its storage medium Summary(pl.UTF-8): Montowalny system plików Linuksa używający konta Gmail do przechowywania danych Name: gmailfs Version: 0.7.2 Release: 0.1 Epoch: 0 License: GPL v2 Group: Applications/System Source0: http://richard.jones.name/google-hacks/gmail-filesystem/%{name}-%{version}.tar.gz # Source0-md5: 895ee1c3f02973d39e73ccbee9552296 URL: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html Requires: kernel-misc-fuse Requires: python-fuse Requires: python-libgmail Requires: python-modules 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. %description -l pl.UTF-8 GmailFS udostępnia montowalny system plików dla Linuksa wykorzystujący konto Gmail jako nośnik do przechowywania danych. GmailFS to aplikacja w Pythonie, używająca FUSE (infrastruktury systemu plików w przestrzeni użytkownika) aby umożliwić systemowi plików i libgmail komunikowanie się z usługą Gmail. %prep %setup -q %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},/sbin,%{_sysconfdir}} install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs install gmailfs.py $RPM_BUILD_ROOT%{_datadir}/%{name} install gmailfs.conf $RPM_BUILD_ROOT%{_sysconfdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog %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