[packages/s3ql] - up to 2.11.1
arekm
arekm at pld-linux.org
Wed Sep 24 15:09:00 CEST 2014
commit 74078341675de0bd1c7ef20a79e5783c54bf41d1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Sep 24 15:08:57 2014 +0200
- up to 2.11.1
s3ql.spec | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/s3ql.spec b/s3ql.spec
index 3a4de4e..87462e6 100644
--- a/s3ql.spec
+++ b/s3ql.spec
@@ -4,26 +4,28 @@
Summary: Filesystem that stores data in Google Storage, Amazon S3 etc
Name: s3ql
-Version: 2.8.1
-Release: 2
+Version: 2.11.1
+Release: 1
License: GPL v3
Group: Applications/System
Source0: https://bitbucket.org/nikratio/s3ql/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: b0c173fa97a0b4b77caa3fd66022f228
+# Source0-md5: f2af113cf1ee7cad98829cf0a972c8e4
URL: https://bitbucket.org/nikratio/s3ql/
BuildRequires: python3-Crypto
BuildRequires: python3-apsw
+BuildRequires: python3-defusedxml
BuildRequires: python3-devel
BuildRequires: python3-distribute
-BuildRequires: python3-dugong
+BuildRequires: python3-dugong >= 3.2
BuildRequires: python3-llfuse
-BuildRequires: python3-modules
+BuildRequires: python3-modules >= 3.3
BuildRequires: rpm-pythonprov
Requires: python3-Crypto
Requires: python3-apsw
-Requires: python3-dugong
+Requires: python3-defusedxml
+Requires: python3-dugong >= 3.2
Requires: python3-llfuse
-Requires: python3-modules
+Requires: python3-modules >= 3.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -55,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CREDITS.txt Changes.txt INSTALL.txt README.rst
+%doc Changes.txt README.rst
%attr(755,root,root) %{_bindir}/fsck.s3ql
%attr(755,root,root) %{_bindir}/mkfs.s3ql
%attr(755,root,root) %{_bindir}/mount.s3ql
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/s3ql.git/commitdiff/74078341675de0bd1c7ef20a79e5783c54bf41d1
More information about the pld-cvs-commit
mailing list