[python-chm] Revert "Retire python-chm - no maintainer"

Pavel Alexeev hubbitus at fedoraproject.org
Mon Apr 1 21:02:18 UTC 2013


commit 103da6a3f2d80aadd7ff1adb619aeb8bc278da3d
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Tue Apr 2 01:00:40 2013 +0400

    Revert "Retire python-chm - no maintainer"
    
    Ressurect it for chm2pdf
    
    This reverts commit a0d818648dede68e44211b616aefdf9c9e9e2f43.

 dead.package    |    1 -
 python-chm.spec |   98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 99 insertions(+), 1 deletions(-)
---
diff --git a/python-chm.spec b/python-chm.spec
new file mode 100644
index 0000000..e4b2027
--- /dev/null
+++ b/python-chm.spec
@@ -0,0 +1,98 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+Name:           python-chm
+Version:        0.8.4
+Release:        14%{?dist}
+Summary:        Python package for CHM files handling
+
+Group:          Development/Languages
+License:        GPLv2+
+URL:            http://gnochm.sourceforge.net/pychm.html
+Source0:        http://downloads.sourceforge.net/gnochm/pychm-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  python-devel
+BuildRequires:  chmlib-devel
+
+%description
+The python chm package provides three modules, chm, chmlib and extra,
+which provide access to the API implemented by the C library chmlib
+and some additional classes and functions. They are used to access
+MS-ITSS encoded files - Compressed Html Help files (.chm).
+
+%prep
+%setup -q -n pychm-%{version}
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS README
+%{python_sitearch}/chm/
+%{python_sitearch}/pychm-*egg-info
+
+
+%changelog
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Aug 10 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.8.4-13
+- Reviving package for chm2pdf.
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.8.4-9
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jun 11 2009 Rangeen Basu Roy Chowdhury <sherry151 AT fedoraproject DOT org> - 0.8.4-7
+- Building for F-12
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.4-5
+- Rebuild for Python 2.6
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.8.4-4
+- Autorebuild for GCC 4.3
+
+* Thu Jan  3 2008 Patrice Dumas <pertusus at free.fr> 0.8.4-3
+- remove python-abi requires, it needs python in the build root
+- ship egg file
+
+* Sat Dec  9 2006 Patrice Dumas <pertusus at free.fr> 0.8.4-1
+- update to 0.8.4
+
+* Tue Sep 12 2006 Patrice Dumas <pertusus at free.fr> 0.8.3-3
+- add .pyo. Bug #205407
+
+* Tue Sep 12 2006 Patrice Dumas <pertusus at free.fr> 0.8.3-2
+- rebuild for FC6
+
+* Sun Jun  4 2006 Patrice Dumas <pertusus at free.fr> 0.8.3-1
+- Update to 0.8.3
+
+* Sun Mar 12 2006 Patrice Dumas <pertusus at free.fr> 0.8.2-2
+- Fedora Extras submission, loosely based on Dag.
diff --git a/sources b/sources
new file mode 100644
index 0000000..0d881ab
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ff7f0baf94290c44263a1618e7e6a116  pychm-0.8.4.tar.gz


More information about the scm-commits mailing list