Author: duddits Date: Tue Feb 10 09:54:50 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.6.8 - patch for __future__ scope added (order fix) - more %files
---- Files affected: SPECS: xmldiff.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/xmldiff.spec diff -u SPECS/xmldiff.spec:1.12 SPECS/xmldiff.spec:1.13 --- SPECS/xmldiff.spec:1.12 Mon Feb 12 23:09:23 2007 +++ SPECS/xmldiff.spec Tue Feb 10 10:54:44 2009 @@ -6,12 +6,13 @@ Summary: XML difference tool Summary(pl.UTF-8): Narzędzie do porównywania plików XML Name: xmldiff -Version: 0.6.7 +Version: 0.6.8 Release: 1 License: GPL v2 Group: Applications/Publishing/XML Source0: ftp://ftp.logilab.org/pub/xmldiff/%{name}-%{version}.tar.gz -# Source0-md5: 07b97c97a0b83d605f37c712400e24ff +# Source0-md5: bc1e184e45ce7f9c6beedda76fbeaa16 +Patch0: %{name}-scope.patch URL: http://www.logilab.org/projects/xmldiff/view BuildRequires: python-devel %pyrequires_eq python-modules @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 %build CFLAGS="%{rpmcflags}" @@ -58,6 +60,10 @@ %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %{py_sitedir}/xmldiff +%dir %{_datadir}/sgml/stylesheet +%dir %{_datadir}/sgml/stylesheet/%{name} +%{_datadir}/sgml/stylesheet/%{name}/docbook_rev.xsl +%{_datadir}/sgml/stylesheet/%{name}/xmlrev.xslt %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -65,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2009/02/10 09:54:44 duddits +- up to 0.6.8 +- patch for __future__ scope added (order fix) +- more %files + Revision 1.12 2007/02/12 22:09:23 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmldiff.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
