]> git.pld-linux.org Git - packages/duplicity.git/blobdiff - duplicity.spec
-up to version 0.7.07.1
[packages/duplicity.git] / duplicity.spec
index 3f1d579ebebb3bf7e435bb086a5dafc4f3cd67e0..bdedc88a9420c51ec2c9eb0ae5765133b63db546 100644 (file)
@@ -1,20 +1,28 @@
+%define                mainver 0.7
 Summary:       Untrusted/encrypted backup using rsync algorithm
 Summary(pl.UTF-8):     Wykonywanie szyfrowanych kopii zapasowych przy użyciu algorytmu rsync
 Name:          duplicity
-Version:       0.5.09
+Version:       %{mainver}.07.1
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Archiving
-Source0:       http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
-# Source0-md5: b48c390825fba8ddc15bef4400f8e4f1
+Source0:       http://code.launchpad.net/duplicity/%{mainver}-series/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5: 4f90bcd93f5e6ac1aa3f4519b28f5b89
+Patch0:                %{name}-backend-search.patch
 URL:           http://www.nongnu.org/duplicity/
+BuildRequires: rpmbuild(macros) >= 1.710
 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-modules
+Requires:      python >= 1:2.3
 Requires:      python-gnupg >= 0.3.2
-Suggests:      python-pexpect >= 2.1
+Requires:      python-lockfile
+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)
 
@@ -42,24 +50,29 @@ nie twarde dowiązania.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-python setup.py build
+%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
+%py_install
 
-# Remove /usr/share/locale/io/LC_MESSAGES. It's not yet supported.
+# Remove %{_datadir}/locale/io/LC_MESSAGES. It's not yet supported.
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/io
 
+%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+%py_postclean
+
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc CHANGELOG README
 %attr(755,root,root) %{_bindir}/*
This page took 0.085644 seconds and 4 git commands to generate.