commit python-pypdf for openSUSE:Factory
Hello community, here is the log from the commit of package python-pypdf for openSUSE:Factory checked in at Tue Jan 25 10:23:01 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-pypdf/python-pypdf.changes 2009-12-12 16:01:49.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Dec 12 15:01:03 UTC 2009 - pascal.bleser@opensuse.org + +- new package (1.12), based on home:babelworx:python/python-pypdf + calling whatdependson for head-i586 New: ---- pyPdf-1.12.tar.gz python-pypdf.changes python-pypdf.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pypdf.spec ++++++ # # spec file for package python-pypdf # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Summary: PDF toolkit Name: python-pypdf Version: 1.12 Release: 1 Source: http://pybrary.net/pyPdf/pyPdf-%{version}.tar.gz License: BSD (modified) Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel python-setuptools %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif Url: http://pybrary.net/pyPdf/ %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. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. Authors: -------- Mathieu Fenniak <biziqe@mathieu.fenniak.net> %prep %setup -n "pyPdf-%{version}" %build %__python ./setup.py build %install %__python ./setup.py install \ --root="%{buildroot}" \ --prefix="%{_prefix}" \ --record-rpm=files.lst %clean %__rm -rf "%{buildroot}" %files -f files.lst %defattr(-,root,root) %doc README CHANGELOG %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de