Author: qboosh Date: Tue Nov 14 21:58:42 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.8.4 - package .egg-info (BR: python 2.5), don't package COPYING (just GPL)
---- Files affected: SPECS: python-chm.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/python-chm.spec diff -u SPECS/python-chm.spec:1.7 SPECS/python-chm.spec:1.8 --- SPECS/python-chm.spec:1.7 Wed Sep 27 22:16:06 2006 +++ SPECS/python-chm.spec Tue Nov 14 22:58:37 2006 @@ -3,16 +3,16 @@ Summary: Python package to handle CHM files Summary(pl): Pakiet dla pythona do obsługi plików CHM Name: python-chm -Version: 0.8.3 -Release: 2 -Source0: http://dl.sourceforge.net/gnochm/%{modulename}-%{version}.tar.gz -# Source0-md5: 8fcc5eebed8a1991f1411abd99859e6d -License: GPL v2 +Version: 0.8.4 +Release: 1 +License: GPL v2+ Group: Libraries/Python +Source0: http://dl.sourceforge.net/gnochm/%{modulename}-%{version}.tar.gz +# Source0-md5: ff7f0baf94290c44263a1618e7e6a116 URL: http://gnochm.sourceforge.net/pychm.html BuildRequires: chmlib-devel BuildRequires: python -BuildRequires: python-devel >= 2.5 +BuildRequires: python-devel >= 1:2.5 %pyrequires_eq python Obsoletes: pychm BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,15 +41,18 @@ --root=$RPM_BUILD_ROOT \ --optimize=2 +%py_postclean + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README NEWS COPYING ChangeLog +%doc ChangeLog NEWS README %dir %{py_sitedir}/chm %attr(755,root,root) %{py_sitedir}/chm/*.so %{py_sitedir}/chm/*.py[oc] +%{py_sitedir}/pychm-*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -57,6 +60,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/11/14 21:58:37 qboosh +- updated to 0.8.4 +- package .egg-info (BR: python 2.5), don't package COPYING (just GPL) + Revision 1.7 2006/09/27 20:16:06 wrobell - rel. 2 to rebuild with python 2.5 (final) @@ -79,4 +86,3 @@ Revision 1.1 2004/08/28 12:38:25 undefine - initital pld version based on built spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-chm.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
