1.23
This commit is contained in:
parent
d3e42a7fc0
commit
af8552b51b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
psutils-p17-clean.tar.gz
|
psutils-p17-clean.tar.gz
|
||||||
/psutils-1.21.tar.xz
|
/psutils-1.21.tar.xz
|
||||||
|
/psutils-1.23.tar.xz
|
||||||
|
19
psutils.spec
19
psutils.spec
@ -1,30 +1,32 @@
|
|||||||
Summary: PostScript Utilities
|
Summary: PostScript Utilities
|
||||||
Name: psutils
|
Name: psutils
|
||||||
Version: 1.21
|
Version: 1.23
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: psutils
|
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/
|
# wget https://github.com/rrthomas/psutils/archive/master.zip && unzip master.zip && cd psutils-master/
|
||||||
# ./bootstrap && autoreconf -vfi && ./configure && make dist-xz
|
# ./bootstrap && autoreconf -vfi && ./configure && make dist-xz
|
||||||
Source: psutils-%{version}.tar.xz
|
Source: psutils-%{version}.tar.xz
|
||||||
URL: https://github.com/rrthomas/psutils
|
URL: https://github.com/rrthomas/psutils
|
||||||
|
|
||||||
#Patch0: psutils-p17-paper.patch
|
#Patch0: psutils-p17-paper.patch
|
||||||
|
|
||||||
|
# do we still need this ?
|
||||||
|
# https://github.com/rrthomas/psutils/commit/cca570c806bf4bde07f400b2bab9266e02998145
|
||||||
BuildRequires: libpaper-devel
|
BuildRequires: libpaper-devel
|
||||||
|
|
||||||
# copylib - https://fedorahosted.org/fpc/ticket/174
|
# copylib - https://fedorahosted.org/fpc/ticket/174
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This archive contains some utilities for manipulating PostScript documents.
|
Utilities for manipulating PostScript documents.
|
||||||
Page selection and rearrangement are supported, including arrangement into
|
Page selection and rearrangement are supported, including arrangement into
|
||||||
signatures for booklet printing, and page merging for n-up printing.
|
signatures for booklet printing, and page merging for n-up printing.
|
||||||
|
|
||||||
%package perl
|
%package perl
|
||||||
Summary: psutils scripts requiring perl
|
Summary: psutils scripts requiring perl
|
||||||
Group: Applications/Publishing
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: perl
|
Requires: perl
|
||||||
|
|
||||||
@ -38,7 +40,7 @@ Various scripts from the psutils distribution that require perl.
|
|||||||
#%%patch0 -p1 -b .paper
|
#%%patch0 -p1 -b .paper
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules
|
%configure
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -71,6 +73,9 @@ Various scripts from the psutils distribution that require perl.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-1
|
||||||
|
- 1.23
|
||||||
|
|
||||||
* Tue Oct 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.21-1
|
* Tue Oct 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.21-1
|
||||||
- new upstream
|
- new upstream
|
||||||
- version 1.21
|
- version 1.21
|
||||||
|
Loading…
Reference in New Issue
Block a user