[pdfposter] * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-1 - Spec file updated - Updated

Fabian Affolter fab at fedoraproject.org
Thu Jun 27 11:37:56 UTC 2013


commit 33fac9171388616ba57944e816c9a3c0ef70aa70
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Jun 27 13:37:34 2013 +0200

    * Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-1
    - Spec file updated
    - Updated to new upstream version 0.6.0

 .gitignore     |    1 +
 pdfposter.spec |   25 ++++++++-----------------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfedff4..c3df891 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pdftools.pdfposter-0.5.0.tar.bz2
+/pdftools.pdfposter-0.6.0.tar.bz2
diff --git a/pdfposter.spec b/pdfposter.spec
index a54011a..6fa1596 100644
--- a/pdfposter.spec
+++ b/pdfposter.spec
@@ -1,15 +1,11 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Name:           pdfposter
-Version:        0.5.0
-Release:        12%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Scale and tile PDF images/pages to print on multiple pages
 
-Group:          Applications/Engineering
 License:        GPLv3+
-URL:            http://pdfposter.origo.ethz.ch/
-Source0:        http://download.origo.ethz.ch/%{name}/1095/pdftools.%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:            http://pythonhosted.org/pdftools.pdfposter/
+Source0:        https://pypi.python.org/packages/source/p/pdftools.pdfposter/pdftools.%{name}-%{version}.tar.bz2
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -24,7 +20,6 @@ normally printing on a single page. The output is again a PDF file, maybe
 containing multiple pages together building the poster.  The input page 
 will be scaled to obtain the desired size.
 
-
 %prep
 %setup -q -n pdftools.%{name}-%{version}
 #Remove shebang
@@ -37,19 +32,11 @@ done
 %build
 python setup.py build
 
-
 %install
-rm -rf %{buildroot}
 python setup.py install -O1 --skip-build --root=%{buildroot}
 install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING README.txt examples/
 %{_mandir}/man*/*.gz
 %{_bindir}/%{name}
@@ -58,6 +45,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 26 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.6.0-1
+- Spec file updated
+- Updated to new upstream version 0.6.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2b1c07b..9011145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e78427991ef9d830ac2baea82998849  pdftools.pdfposter-0.5.0.tar.bz2
+2a5ddf68df43c9f2467efca4a98ca9d8  pdftools.pdfposter-0.6.0.tar.bz2


More information about the scm-commits mailing list