SPECS: duplicity.spec - up to 0.5.08 - intl support still sucks - more %files

duddits duddits at pld-linux.org
Fri Feb 13 23:10:50 CET 2009


Author: duddits                      Date: Fri Feb 13 22:10:50 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.5.08
- intl support still sucks
- more %files

---- Files affected:
SPECS:
   duplicity.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/duplicity.spec
diff -u SPECS/duplicity.spec:1.16 SPECS/duplicity.spec:1.17
--- SPECS/duplicity.spec:1.16	Sat Jan 17 19:43:30 2009
+++ SPECS/duplicity.spec	Fri Feb 13 23:10:45 2009
@@ -2,12 +2,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.5.06
-Release:	2
+Version:	0.5.08
+Release:	1
 License:	GPL
 Group:		Applications/Archiving
 Source0:	http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz
-# Source0-md5:	7363d8f1be770e0296c78badbffaa4b4
+# Source0-md5:	84da35fa00eb4741e5ab5bade56c40cf
 URL:		http://www.nongnu.org/duplicity/
 BuildRequires:	librsync-devel >= 0.9.6
 BuildRequires:	python-devel >= 2.2.1
@@ -54,12 +54,12 @@
 # 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}
+# Remove /usr/share/locale/io/LC_MESSAGES. It's not yet supported.
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/io
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#%%files -f %{name}.lang
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG README
@@ -70,6 +70,9 @@
 %{py_sitedir}/duplicity/*.py[co]
 %{py_sitedir}/duplicity/backends/*.py[co]
 %attr(755,root,root) %{py_sitedir}/duplicity/*.so
+%if "%{pld_release}" != "ac"
+%{py_sitedir}/duplicity-*.egg-info
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -77,6 +80,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2009/02/13 22:10:45  duddits
+- up to 0.5.08
+- intl support still sucks
+- more %files
+
 Revision 1.16  2009/01/17 18:43:30  duddits
 - rel. 2
 - find_lang disabled since io locale is not yet (?) supported, consider
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/duplicity.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list