[python-chm] Reviving package for chm2pdf deleted: dead.package new file: python-chm.spec new file: sou

narasim narasim at fedoraproject.org
Fri Aug 10 13:42:22 UTC 2012


commit ae4fadb60d79a1644e1b74ada1b0c77a5bf159f9
Author: Lakshmi Narasimhan <lakshminaras2002 at gmail.com>
Date:   Fri Aug 10 19:12:01 2012 +0530

    Reviving package for chm2pdf
    	deleted:    dead.package
    	new file:   python-chm.spec
    	new file:   sources

 dead.package    |    1 -
 python-chm.spec |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 96 insertions(+), 1 deletions(-)
---
diff --git a/python-chm.spec b/python-chm.spec
new file mode 100644
index 0000000..15f83eb
--- /dev/null
+++ b/python-chm.spec
@@ -0,0 +1,95 @@
+%{!?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:        13%{?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
+* 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