This commit is contained in:
Jiri Popelka 2012-10-11 09:14:24 +02:00
parent 1c30332b29
commit 06e0fb649f
5 changed files with 17 additions and 11 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ hplip-3.10.6.tar.gz
/hplip-3.12.6.tar.gz
/hplip-3.12.9.tar.gz
/hplip-3.12.10.tar.gz
/hplip-3.12.10a.tar.gz

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAlBtIQAACgkQc9dwzaWQR7l/LwCfdOxVrvZrQmVhH2PtuzcqJxLm
5z0AoLrB7/6S++YsO73yAEZZcrSbjWx4
=5Xz+
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAlB1E4cACgkQc9dwzaWQR7m+UgCfQupDDON0Du6+BRtPdNBVS8fb
BecAn36X7iBEmOWKe7XPgxT4c0QAm6Li
=LzcJ
-----END PGP SIGNATURE-----

View File

@ -1,12 +1,14 @@
%global posttag a
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.12.10
Release: 1%{?dist}
Release: 2.%{posttag}%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Url: http://hplip.sourceforge.net/
Source0: http://downloads.sourceforge.net/sourceforge/hplip/hplip-%{version}.tar.gz
Source0: http://downloads.sourceforge.net/sourceforge/hplip/hplip-%{version}%{posttag}.tar.gz
Source1: hpcups-update-ppds.sh
Source2: copy-deviceids.py
Patch1: hplip-pstotiff-is-rubbish.patch
@ -135,7 +137,7 @@ Requires: %{name}-libs = %{version}-%{release}
SANE driver for scanners in HP's multi-function devices (from HPOJ).
%prep
%setup -q
%setup -q -n hplip-%{version}%{posttag}
# The pstotiff filter is rubbish so replace it (launchpad #528394).
%patch1 -p1 -b .pstotiff-is-rubbish
@ -520,6 +522,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
%postun libs -p /sbin/ldconfig
%changelog
* Thu Oct 11 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.10-2.a
- 3.12.10a
* Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.10-1
- 3.12.10

View File

@ -1 +1 @@
38136d7f005dd222cb35134ec586dc8b hplip-3.12.10.tar.gz
f62ab4ceeb424a36b26f044d78a144bb hplip-3.12.10a.tar.gz