rpms/pyPdf/F-8 pyPdf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Felix Schwarz (fschwarz) fedora-extras-commits at redhat.com
Sat Apr 5 21:03:17 UTC 2008


Author: fschwarz

Update of /cvs/pkgs/rpms/pyPdf/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28846/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	pyPdf.spec 
Log Message:
initial import of pyPdf for F-8



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

Name:           pyPdf
Version:        1.10
Release:        4%{?dist}
Summary:        PDF toolkit

Group:          Development/Languages
License:        BSD
URL:            http://pybrary.net/pyPdf/
Source0:        http://pybrary.net/pyPdf/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel

%description
A Pure-Python library built as a PDF toolkit. It is capable of:
 * extracting document information (title, author, ...),
 * splitting documents page by page,
 * merging documents page by page,
 * cropping pages,
 * merging multiple pages into a single page,
 * encrypting and decrypting PDF files.

%prep
%setup -q


%build
%{__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 README CHANGELOG
%{python_sitelib}/pyPdf*


%changelog
* Tue Apr 01 2008 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 1.10-4
- added CHANGELOG to doc, more specific file list

* Thu Mar 27 2008 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 1.10-3
- removed unnecessary python_sitearch macro declaration

* Tue Mar 25 2008 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 1.10-2
- fixed spec file naming and license tag

* Tue Mar 25 2008 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 1.10-1
- Initial spec file creation



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyPdf/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Apr 2008 17:59:47 -0000	1.1
+++ .cvsignore	5 Apr 2008 21:02:41 -0000	1.2
@@ -0,0 +1 @@
+pyPdf-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyPdf/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Apr 2008 17:59:47 -0000	1.1
+++ sources	5 Apr 2008 21:02:41 -0000	1.2
@@ -0,0 +1 @@
+e15eca1a3ed4d5c0d86370784e552a92  pyPdf-1.10.tar.gz




More information about the fedora-extras-commits mailing list