3.12.10a
This commit is contained in:
parent
1c30332b29
commit
06e0fb649f
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ hplip-3.10.6.tar.gz
|
|||||||
/hplip-3.12.6.tar.gz
|
/hplip-3.12.6.tar.gz
|
||||||
/hplip-3.12.9.tar.gz
|
/hplip-3.12.9.tar.gz
|
||||||
/hplip-3.12.10.tar.gz
|
/hplip-3.12.10.tar.gz
|
||||||
|
/hplip-3.12.10a.tar.gz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlBtIQAACgkQc9dwzaWQR7l/LwCfdOxVrvZrQmVhH2PtuzcqJxLm
|
|
||||||
5z0AoLrB7/6S++YsO73yAEZZcrSbjWx4
|
|
||||||
=5Xz+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
hplip-3.12.10a.tar.gz.asc
Normal file
7
hplip-3.12.10a.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlB1E4cACgkQc9dwzaWQR7m+UgCfQupDDON0Du6+BRtPdNBVS8fb
|
||||||
|
BecAn36X7iBEmOWKe7XPgxT4c0QAm6Li
|
||||||
|
=LzcJ
|
||||||
|
-----END PGP SIGNATURE-----
|
11
hplip.spec
11
hplip.spec
@ -1,12 +1,14 @@
|
|||||||
|
%global posttag a
|
||||||
|
|
||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.12.10
|
Version: 3.12.10
|
||||||
Release: 1%{?dist}
|
Release: 2.%{posttag}%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
Url: http://hplip.sourceforge.net/
|
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
|
Source1: hpcups-update-ppds.sh
|
||||||
Source2: copy-deviceids.py
|
Source2: copy-deviceids.py
|
||||||
Patch1: hplip-pstotiff-is-rubbish.patch
|
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).
|
SANE driver for scanners in HP's multi-function devices (from HPOJ).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n hplip-%{version}%{posttag}
|
||||||
|
|
||||||
# The pstotiff filter is rubbish so replace it (launchpad #528394).
|
# The pstotiff filter is rubbish so replace it (launchpad #528394).
|
||||||
%patch1 -p1 -b .pstotiff-is-rubbish
|
%patch1 -p1 -b .pstotiff-is-rubbish
|
||||||
@ -520,6 +522,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> 3.12.10-1
|
||||||
- 3.12.10
|
- 3.12.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user