rpms/chm2pdf/devel chm2pdf.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kushal Das (kushal) fedora-extras-commits at redhat.com
Mon Jul 28 06:05:41 UTC 2008


Author: kushal

Update of /cvs/extras/rpms/chm2pdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25146/devel

Modified Files:
	.cvsignore sources 
Added Files:
	chm2pdf.spec import.log 
Log Message:
First import of the package 



--- NEW FILE chm2pdf.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:		chm2pdf
Version: 	0.9.1
Release:	3%{?dist}
Summary:	A tool to convert CHM files to PDF files
Group:		Applications/Publishing
License:	GPLv2+
URL:		http://code.google.com/p/chm2pdf/
Source: 	http://chm2pdf.googlecode.com/files/chm2pdf-%{version}.tar.gz

BuildArch: 	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	python-devel
Requires:	python >= 2.5, python-chm, htmldoc

%description
A simple Python script that converts CHM files into PDF files.

%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_bindir}/chm2pdf
%{python_sitelib}/chm2pdf-0.9-py2.5.egg-info


%changelog
* Fri Jul 25 2008 Kushal Das <kushal at fedoraproject.org> 0.9.1-3
- Fixed as asked in the review

* Wed Jul 23 2008 Kushal Das <kushal at fedoraproject.org> 0.9.1-2
- Fixed the group

* Wed Jul 23 2008 Kushal Das <kushal at fedoraproject.org> 0.9.1-1
- Initial RPM release



--- NEW FILE import.log ---
chm2pdf-0_9_1-3_fc9:HEAD:chm2pdf-0.9.1-3.fc9.src.rpm:1217224961


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/chm2pdf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2008 04:17:46 -0000	1.1
+++ .cvsignore	28 Jul 2008 06:05:11 -0000	1.2
@@ -0,0 +1 @@
+chm2pdf-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/chm2pdf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2008 04:17:46 -0000	1.1
+++ sources	28 Jul 2008 06:05:11 -0000	1.2
@@ -0,0 +1 @@
+2d5518e3284cca496270566c2554b713  chm2pdf-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list