Name: pychm Version: 0.8.1 Release: 1.n0i.1 Epoch: 0 Summary: Python package to handle CHM files Group: Development/Libraries License: GPL URL: http://sf.net/projects/gnochm/ Source0: http://unc.dl.sourceforge.net/sourceforge/gnochm/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: chmlib-devel %description The chm package provides two modules, chm and chmlib, which provide access to the API implemented by the C library chmlib. This is used to access MS-ITSS encoded files - Microsoft Html Help files (.chm). %prep %setup -q %build env CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install rm -rf $RPM_BUILD_ROOT python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) %dir %{_libdir}/python*/site-packages/chm %doc README NEWS COPYING %changelog * Mon Jan 31 2005 Marius FERARU 0:0.8.1-1.n0i.1 - version 0.8.1 * Sun Apr 25 2004 Marius FERARU 0:0.8.0-1.n0i.1 - version 0.8.0 * Sun Feb 01 2004 Marius FERARU 0:0.7.0-0.n0i.1 - version 0.7.0 * Mon Dec 29 2003 Marius FERARU 0:0.6.0-0.n0i.1 - version 0.6.0 * Mon Dec 15 2003 Marius FERARU 0:0.5.0-0.n0i.1 - initial Fedora package