From bbd4fb7af6709b29f8df0f2fc4a9016a74027547 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 13 Oct 2004 18:36:04 +0000 Subject: [PATCH] - pl, cleanups Changed files: gmailfs.spec -> 1.3 --- gmailfs.spec | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/gmailfs.spec b/gmailfs.spec index 755e589..daf046b 100644 --- a/gmailfs.spec +++ b/gmailfs.spec @@ -1,4 +1,5 @@ -Summary: provides a mountable Linux filesystem which uses Gmail account as its storage medium. +Summary: A mountable Linux filesystem which uses Gmail account as its storage medium +Summary(pl): Montowalny system plików Linuksa u¿ywaj±cy konta Gmail do przechowywania danych Name: gmailfs Version: 0.2 Release: 0.1 @@ -9,12 +10,12 @@ 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 +Requires: python # does it need "import profile" for real ? Requires: python-devel-tools +Requires: python-fuse +Requires: python-libgmail BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -23,27 +24,28 @@ 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 +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 -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 gmailfs.py $RPM_BUILD_ROOT%{_bindir}/gmailfs.py install -d $RPM_BUILD_ROOT/sbin -cp mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs +install mount.gmailfs $RPM_BUILD_ROOT/sbin/mount.gmailfs %clean rm -rf $RPM_BUILD_ROOT -%pre - -%post - %files %defattr(644,root,root,755) %doc ChangeLog -- 2.44.0