Author: maciek2w Date: Wed Jun 21 12:30:53 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.6.7 - STBR
---- Files affected: SPECS: xmldiff.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/xmldiff.spec diff -u SPECS/xmldiff.spec:1.9 SPECS/xmldiff.spec:1.10 --- SPECS/xmldiff.spec:1.9 Sat Mar 12 13:32:37 2005 +++ SPECS/xmldiff.spec Wed Jun 21 14:30:48 2006 @@ -6,16 +6,15 @@ Summary: XML difference tool Summary(pl): Narzędzie do porównywania plików XML Name: xmldiff -Version: 0.6.6 +Version: 0.6.7 Release: 1 License: GPL v2 Group: Applications/Publishing/XML Source0: ftp://ftp.logilab.org/pub/xmldiff/%{name}-%{version}.tar.gz -# Source0-md5: d640c12e9a9467873b7caaf1379d3fe8 +# Source0-md5: 07b97c97a0b83d605f37c712400e24ff URL: http://www.logilab.org/projects/xmldiff/view BuildRequires: python-devel %pyrequires_eq python-modules -Requires: python-logilab-common >= 0.5.0-2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -48,8 +47,7 @@ install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm -f {} \; -# see install section of python-logilab-common for explanation -rm -f $RPM_BUILD_ROOT%{py_sitedir}/logilab/__init__.* +rm -r $RPM_BUILD_ROOT%{py_sitedir}/%{name}/test %clean rm -rf $RPM_BUILD_ROOT @@ -59,7 +57,7 @@ %doc README* TODO xsl doc/*.html %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* -%{py_sitedir}/logilab/xmldiff +%{py_sitedir}/xmldiff %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -67,6 +65,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/06/21 12:30:48 maciek2w +- updated to 0.6.7 +- STBR + Revision 1.9 2005/03/12 12:32:37 troll - mass commit: remove obsolete BR: rpm-pythonprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xmldiff.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
