[duplicity] update to 0.6.24

Rahul Sundaram sundaram at fedoraproject.org
Mon May 12 15:04:07 UTC 2014


commit 43cb07f98113cdd47f29f7d44979587820679c1a
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon May 12 11:03:20 2014 -0400

    update to 0.6.24
    
    - drop patch for documentation and remove it directly in spec

 duplicity.spec |   19 +++++++++++++++----
 sources        |    2 +-
 2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/duplicity.spec b/duplicity.spec
index d7e55fd..05235e1 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -2,13 +2,12 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.6.23
-Release:        2%{?dist}
+Version:        0.6.24
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://www.nongnu.org/duplicity/
 Source:         http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
-Patch0:         duplicity-0.6.22-documentation.patch
 Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
 Requires:       openssh-clients, ncftp >= 3.1.9, rsync, python-boto >= 0.9d
 Requires:       python-paramiko python-dropbox python-lockfile
@@ -35,7 +34,6 @@ but not hard links.
 
 %prep
 %setup -q
-%patch0 -p1 -b .documentation
 
 %build
 %{__python} setup.py build
@@ -50,6 +48,15 @@ ln -sf %{_sysconfdir}/pki/tls/cert.pem \
 
 %find_lang %{name}
 
+# drop documentation
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/CHANGELOG
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/COPYING
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/README
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/README-LOG
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/README-REPO
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/tarfile-CHANGES
+rm -rf    %{buildroot}/usr/share/doc/duplicity-0.6.24/tarfile-LICENSE
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/%{name}/cacert.pem
 
 %changelog
+* Mon May 12 2014 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.24-1
+- update to 0.6.24
+- drop patch for documentation and remove it directly in spec
+
 * Fri Apr 11 2014 Rahul Sundaram <sundaram at fedoraproject.org> - 0.6.23-2
 - add dependency on python-lockfile
 
diff --git a/sources b/sources
index f5d03bd..186f627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae0e84446bcf114735de1057ed53c977  duplicity-0.6.23.tar.gz
+5d4e9329a6d793880909d18b0736ff06  duplicity-0.6.24.tar.gz


More information about the scm-commits mailing list