]> git.pld-linux.org Git - packages/duplicity.git/commitdiff
- rel. 2 auto/th/duplicity-0_5_06-2 auto/ti/duplicity-0_5_06-2
authorduddits <duddits@pld-linux.org>
Sat, 17 Jan 2009 18:43:30 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- find_lang disabled since io locale is not yet (?) supported, consider
turning it back on when appropriate
- BR: librsync-devel >= 0.9.6

Changed files:
    duplicity.spec -> 1.16

duplicity.spec

index 137aefeb632d8bc6e6a01ba2548d5d2586fd4c97..12e537cb635db17a18039a493b0da0528a69c18f 100644 (file)
@@ -2,13 +2,13 @@ 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.06
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
 # Source0-md5: 7363d8f1be770e0296c78badbffaa4b4
 URL:           http://www.nongnu.org/duplicity/
-BuildRequires: librsync-devel
+BuildRequires: librsync-devel >= 0.9.6
 BuildRequires: python-devel >= 2.2.1
 Requires:      gnupg
 Requires:      python >= 2.2
@@ -53,12 +53,13 @@ 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}
+#%%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+#%%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc CHANGELOG README
 %attr(755,root,root) %{_bindir}/*
This page took 0.109909 seconds and 4 git commands to generate.