]> git.pld-linux.org Git - packages/gmailfs.git/blobdiff - gmailfs.spec
- minor License unifications
[packages/gmailfs.git] / gmailfs.spec
index 755e589975b2ac82279c10758494eeb46ad36f92..3dc9e79147801f6b76a7d8c9c43d64ef78e014c7 100644 (file)
@@ -1,20 +1,21 @@
-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
 Epoch:         0
-License:       GPLv2
+License:       GPL v2
 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
+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
This page took 0.726702 seconds and 4 git commands to generate.