[packages/s3fs-fuse] - pl, versioned dependencies

qboosh qboosh at pld-linux.org
Thu Feb 6 20:45:56 CET 2014


commit 942cc6b2fba2ea6248685bbca15aae72f7f7d943
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Feb 6 20:47:42 2014 +0100

    - pl, versioned dependencies

 s3fs-fuse.spec | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/s3fs-fuse.spec b/s3fs-fuse.spec
index 4d0326c..8673f80 100644
--- a/s3fs-fuse.spec
+++ b/s3fs-fuse.spec
@@ -1,4 +1,5 @@
 Summary:	FUSE-based file system backed by Amazon S3
+Summary(pl.UTF-8):	Oparty na FUSE system plików wykorzystujący usługę Amazon S3
 Name:		s3fs-fuse
 Version:	1.76
 Release:	1
@@ -7,19 +8,21 @@ Group:		Applications/System
 Source0:	http://github.com/s3fs-fuse/s3fs-fuse/tarball/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	1f1db900f083aa0b07f66bfa8fc9063a
 URL:		http://code.google.com/p/s3fs/wiki/FuseOverAmazon
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
-BuildRequires:	curl-devel
-BuildRequires:	libfuse-devel
+BuildRequires:	curl-devel >= 7.0
+BuildRequires:	libfuse-devel >= 2.8.4
 BuildRequires:	libstdc++-devel
-BuildRequires:	libxml2-devel
-BuildRequires:	openssl-devel
+BuildRequires:	libxml2-devel >= 1:2.6
+BuildRequires:	openssl-devel >= 0.9
 BuildRequires:	pkgconfig
+Requires:	libfuse >= 2.8.4
+Requires:	libxml2 >= 1:2.6
 Obsoletes:	s3fs < 1:1.75
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-s3fs is a fuse filesystem that allows you to mount an Amazon S3 bucket
+s3fs is a FUSE filesystem that allows you to mount an Amazon S3 bucket
 as a local filesystem. It stores files natively and transparently in
 S3 (i.e., you can use other programs to access the same files).
 Maximum file size=5G.
@@ -27,6 +30,15 @@ Maximum file size=5G.
 s3fs is stable and is being used in number of production environments,
 e.g., rsync backup to s3.
 
+%description -l pl.UTF-8
+s3fs to oparty na FUSE system plików, pozwalający na montowanie zasobu
+Amazon S3 jako lokalnego systemu plików. Przechowuje pliki natywnie i
+w sposób przezroczysty w S3 (czyli można używać innych programów do
+dostępu do tych samych plików). Maksymalny rozmiar pliku to 5G.
+
+s3fs jest stabilny, używany w wielu środowiskach produkcyjnych, np.
+synchronizacja kopii zapasowych na s3.
+
 %prep
 %setup -qc
 mv s3fs-fuse-s3fs-fuse-*/* .
@@ -36,7 +48,6 @@ mv s3fs-fuse-s3fs-fuse-*/* .
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-
 %configure
 
 %{__make}
@@ -52,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/s3fs
 %{_mandir}/man1/s3fs.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/s3fs-fuse.git/commitdiff/942cc6b2fba2ea6248685bbca15aae72f7f7d943



More information about the pld-cvs-commit mailing list