]> git.pld-linux.org Git - packages/duplicity.git/commitdiff
- 0.6.08a (use mainver macro) auto/th/duplicity-0_6_08a-2
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 11 Mar 2010 16:20:43 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change url
- backend-search.patch

Changed files:
    duplicity.spec -> 1.30

duplicity.spec

index 4d768b4d583c08d4862a0cdb86a1fc39d9ef85f4..4e498cf5e437e4f816a6994eb72a19e4be454b20 100644 (file)
@@ -1,15 +1,15 @@
-# TODO:
-# UnsupportedBackendScheme: scheme not supported in url: file:///backup/duplicity/proba
+%define                mainver 0.6
 Summary:       Untrusted/encrypted backup using rsync algorithm
 Summary(pl.UTF-8):     Wykonywanie szyfrowanych kopii zapasowych przy użyciu algorytmu rsync
 Name:          duplicity
-Version:       0.6.08
+Version:       %{mainver}.08a
 Release:       2
 License:       GPL
 Group:         Applications/Archiving
-Source0:       http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
-# Source0-md5: 31b9049fb553b17ac63883f3808f0a15
+Source0:       http://code.launchpad.net/duplicity/%{mainver}-series/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5: e48eef6e2a28edca4d2b1dfddf855e0a
 Patch0:                %{name}-pexpect.patch
+Patch1:                %{name}-backend-search.patch
 URL:           http://www.nongnu.org/duplicity/
 BuildRequires: librsync-devel >= 0.9.6
 BuildRequires: python-devel >= 2.2.1
@@ -49,6 +49,7 @@ nie twarde dowiązania.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build
This page took 0.12587 seconds and 4 git commands to generate.