Author: duddits Date: Sat Jan 17 18:43:35 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 2 - find_lang disabled since io locale is not yet (?) supported, consider turning it back on when appropriate - BR: librsync-devel >= 0.9.6
---- Files affected: SPECS: duplicity.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/duplicity.spec diff -u SPECS/duplicity.spec:1.15 SPECS/duplicity.spec:1.16 --- SPECS/duplicity.spec:1.15 Wed Jan 14 23:00:31 2009 +++ SPECS/duplicity.spec Sat Jan 17 19:43:30 2009 @@ -3,13 +3,13 @@ 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 @@ -54,12 +54,13 @@ # 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}/* @@ -76,6 +77,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2009/01/17 18:43:30 duddits +- rel. 2 +- find_lang disabled since io locale is not yet (?) supported, consider +turning it back on when appropriate +- BR: librsync-devel >= 0.9.6 + Revision 1.15 2009/01/14 22:00:31 duddits - up to 0.5.06 - some cleaning ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/duplicity.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
