rebase to 5.2.13-pre1
This commit is contained in:
parent
9368c9723d
commit
97b20f60f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ gutenprint-5.2.6.tar.bz2
|
||||
/gutenprint-5.2.12-pre3.tar.bz2
|
||||
/gutenprint-5.2.12-pre4.tar.bz2
|
||||
/gutenprint-5.2.12.tar.bz2
|
||||
/gutenprint-5.2.13-pre1.tar.bz2
|
||||
|
@ -1,13 +1,12 @@
|
||||
#%%global prever pre4
|
||||
%global VERSION %%{version}
|
||||
#%%global VERSION %{version}-%{prever}
|
||||
%global prever pre1
|
||||
%global ver %{version}-%{prever}
|
||||
|
||||
Name: gutenprint
|
||||
Summary: Printer Drivers Package
|
||||
Version: 5.2.12
|
||||
Release: 4%{?dist}
|
||||
Version: 5.2.13
|
||||
Release: 0.1.%{prever}%{?dist}
|
||||
URL: http://gimp-print.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{VERSION}.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{ver}.tar.bz2
|
||||
# Post-install script to update CUPS native PPDs.
|
||||
Source1: cups-genppdupdate.py.in
|
||||
Patch0: gutenprint-menu.patch
|
||||
@ -100,7 +99,7 @@ This package contains native CUPS support for a wide range of Canon,
|
||||
Epson, HP and compatible printers.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{VERSION}
|
||||
%setup -q -n %{name}-%{ver}
|
||||
# Fix menu placement of GIMP plugin.
|
||||
%patch0 -p1 -b .menu
|
||||
# Don't use -O6 compiler option.
|
||||
@ -123,12 +122,6 @@ cp %{SOURCE1} src/cups/cups-genppdupdate.in
|
||||
%patch6 -p1 -b .python36syntax
|
||||
|
||||
%build
|
||||
# autoreconf has been added due to bug #925535,
|
||||
# should be safe to remove once configure is Autoconf > 2.68 generated,
|
||||
# i.e. with gutenprint > 5.2.9
|
||||
mkdir m4local
|
||||
autoreconf --verbose --force --install
|
||||
|
||||
# Don't run the weave test as it takes a very long time.
|
||||
sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
|
||||
|
||||
@ -240,6 +233,9 @@ exit 0
|
||||
%{_mandir}/man8/cups-genppd*.8*
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.13-0.1pre1
|
||||
- rebase to 5.2.13-pre1
|
||||
|
||||
* Fri May 05 2017 Zdenek Dohnal <zdohnal@redhat.com> - 5.2.12-4
|
||||
- removing deprecated escape sequences because of Python-3.6, ship COPYING as license (patch provided by Ville Skyttä)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gutenprint-5.2.12.tar.bz2) = 48f2c0fbd80abde40ce9c7cf5cc89d30bc87aadf7b4a32e710e27467e089829cc22d6a40114e342b1b1a25289970fddc0da55b4bebc1686cea78a2f897145c66
|
||||
SHA512 (gutenprint-5.2.13-pre1.tar.bz2) = 86c04136fa783391abd47aeefe4ce405f2940728ffccf55196f683f1977843f96a0e6d66bc1fe4d7eef7d3fcac3860fa6125d74ae4be088e95450e05b7f855b2
|
||||
|
Loading…
Reference in New Issue
Block a user