]> git.pld-linux.org Git - packages/duplicity.git/commitdiff
- updated to 0.6.13 auto/th/duplicity-0_6_13-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 24 Apr 2011 09:58:12 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    duplicity.spec -> 1.35

duplicity.spec

index 7dadcd5407bc9c150faa84ddb4da3160c1faf449..0d8791ec4732ecfa4c057f5a828075d51c536044 100644 (file)
@@ -2,24 +2,25 @@
 Summary:       Untrusted/encrypted backup using rsync algorithm
 Summary(pl.UTF-8):     Wykonywanie szyfrowanych kopii zapasowych przy użyciu algorytmu rsync
 Name:          duplicity
-Version:       %{mainver}.10
+Version:       %{mainver}.13
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Archiving
 Source0:       http://code.launchpad.net/duplicity/%{mainver}-series/%{version}/+download/%{name}-%{version}.tar.gz
-# Source0-md5: 8878d3b63fcba1b7233e11c5829b969c
+# Source0-md5: b3d627f35fc527b00121925840d5cca7
 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
+BuildRequires: python-devel >= 1:2.3
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
 Requires:      gnupg
-Requires:      python >= 2.2
+Requires:      python >= 1:2.3
 Requires:      python-gnupg >= 0.3.2
 Requires:      python-modules
 Requires:      python-pexpect >= 2.1
+Suggests:      lftp
 Suggests:      ncftp
 Suggests:      python-boto >= 0.9d
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,18 +53,20 @@ nie twarde dowiązania.
 %patch1 -p1
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
 
-# Remove *.py files. We don't package them.
-find $RPM_BUILD_ROOT%{py_sitedir}/%{name} -type f -name '*.py' -print0 | xargs -0 rm -f
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
 
 # Remove %{_datadir}/locale/io/LC_MESSAGES. It's not yet supported.
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/io
 
+%py_postclean
+
 %find_lang %{name}
 
 %clean
This page took 0.107501 seconds and 4 git commands to generate.