diff --git a/.gitignore b/.gitignore index 4a86718..7748ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ psutils-p17-clean.tar.gz /psutils-1.21.tar.xz +/psutils-1.23.tar.xz diff --git a/psutils.spec b/psutils.spec index 50dd716..4f4999d 100644 --- a/psutils.spec +++ b/psutils.spec @@ -1,30 +1,32 @@ Summary: PostScript Utilities -Name: psutils -Version: 1.21 +Name: psutils +Version: 1.23 Release: 1%{?dist} License: psutils -Group: Applications/Publishing +# We can't follow https://fedoraproject.org/wiki/Packaging:SourceURL#Github +# and use upstream tarball for building because ./bootstrap downloads gnulib. # wget https://github.com/rrthomas/psutils/archive/master.zip && unzip master.zip && cd psutils-master/ # ./bootstrap && autoreconf -vfi && ./configure && make dist-xz Source: psutils-%{version}.tar.xz -URL: https://github.com/rrthomas/psutils +URL: https://github.com/rrthomas/psutils #Patch0: psutils-p17-paper.patch +# do we still need this ? +# https://github.com/rrthomas/psutils/commit/cca570c806bf4bde07f400b2bab9266e02998145 BuildRequires: libpaper-devel # copylib - https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) %description -This archive contains some utilities for manipulating PostScript documents. +Utilities for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing. %package perl Summary: psutils scripts requiring perl -Group: Applications/Publishing BuildArch: noarch Requires: perl @@ -38,7 +40,7 @@ Various scripts from the psutils distribution that require perl. #%%patch0 -p1 -b .paper %build -%configure --disable-silent-rules +%configure %{__make} %{?_smp_mflags} %install @@ -71,6 +73,9 @@ Various scripts from the psutils distribution that require perl. %changelog +* Wed Jan 22 2014 Jiri Popelka - 1.23-1 +- 1.23 + * Tue Oct 22 2013 Jiri Popelka - 1.21-1 - new upstream - version 1.21 diff --git a/sources b/sources index 439ca32..bca579e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c0ba943efeb9050651b8ef6b9cc57dc psutils-1.21.tar.xz +eedd282973a58ac6bbf890316a3b02d8 psutils-1.23.tar.xz