]> git.pld-linux.org Git - packages/duplicity.git/commitdiff
- up to 0.5.06 auto/th/duplicity-0_5_06-1 auto/ti/duplicity-0_5_06-1
authorduddits <duddits@pld-linux.org>
Wed, 14 Jan 2009 22:00:31 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some cleaning
- %find_lang macro added
- more %files

Changed files:
    duplicity.spec -> 1.15

duplicity.spec

index d44c319e6432b2a87307a8db902d3180e8c7bba2..137aefeb632d8bc6e6a01ba2548d5d2586fd4c97 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Untrusted/encrypted backup using rsync algorithm
 Summary(pl.UTF-8):     Wykonywanie szyfrowanych kopii zapasowych przy użyciu algorytmu rsync
 Name:          duplicity
-Version:       0.4.11
+Version:       0.5.06
 Release:       1
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
-# Source0-md5: 8891bb4fa2b5d3f053e6f2c4a91782f2
+# Source0-md5: 7363d8f1be770e0296c78badbffaa4b4
 URL:           http://www.nongnu.org/duplicity/
 BuildRequires: librsync-devel
 BuildRequires: python-devel >= 2.2.1
@@ -50,14 +50,21 @@ python setup.py build
 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
+
+%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}/*
 %{_mandir}/man1/*.1*
 %dir %{py_sitedir}/duplicity
+%dir %{py_sitedir}/duplicity/backends
 %{py_sitedir}/duplicity/*.py[co]
+%{py_sitedir}/duplicity/backends/*.py[co]
 %attr(755,root,root) %{py_sitedir}/duplicity/*.so
This page took 0.11661 seconds and 4 git commands to generate.