Author: megabajt Date: Thu Mar 10 19:50:49 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.6.6 - proper license - added manpages - more %%doc
---- Files affected: SPECS: xmldiff.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/xmldiff.spec diff -u SPECS/xmldiff.spec:1.7 SPECS/xmldiff.spec:1.8 --- SPECS/xmldiff.spec:1.7 Mon Dec 6 02:51:04 2004 +++ SPECS/xmldiff.spec Thu Mar 10 20:50:44 2005 @@ -6,12 +6,12 @@ Summary: XML difference tool Summary(pl): Narzędzie do porównywania plików XML Name: xmldiff -Version: 0.6.5 +Version: 0.6.6 Release: 1 -License: GPL +License: GPL v2 Group: Applications/Publishing/XML Source0: ftp://ftp.logilab.org/pub/xmldiff/%{name}-%{version}.tar.gz -# Source0-md5: dbaaef1916b076c729d069d929f1901b +# Source0-md5: d640c12e9a9467873b7caaf1379d3fe8 URL: http://www.logilab.org/projects/xmldiff/view BuildRequires: python-devel BuildRequires: rpm-pythonprov @@ -41,12 +41,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{py_sitedir}} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{py_sitedir}} python setup.py install \ --root=$RPM_BUILD_ROOT \ --optimize=2 - +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 @@ -57,8 +57,9 @@ %files %defattr(644,root,root,755) -%doc README* xsl doc/*.html +%doc README* TODO xsl doc/*.html %attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* %{py_sitedir}/logilab/xmldiff %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -67,6 +68,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/03/10 19:50:44 megabajt +- up to 0.6.6 +- proper license +- added manpages +- more %%doc + Revision 1.7 2004/12/06 01:51:04 adamg - gpm friendly Source0 URL - simplified %%prep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xmldiff.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
