- 2.7.7.
This commit is contained in:
parent
499b3e335e
commit
e8ca1bba89
@ -16,3 +16,4 @@ hplip-1.7.1.tar.gz
|
|||||||
hplip-1.7.2.tar.gz
|
hplip-1.7.2.tar.gz
|
||||||
hplip-1.7.4a.tar.gz
|
hplip-1.7.4a.tar.gz
|
||||||
hplip-2.7.6.tar.gz
|
hplip-2.7.6.tar.gz
|
||||||
|
hplip-2.7.7.tar.gz
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
diff -uNr hplip-2.7.6.old/prnt/hpijs/djgenericvip.h hplip-2.7.6.new/prnt/hpijs/djgenericvip.h
|
|
||||||
--- hplip-2.7.6.old/prnt/hpijs/djgenericvip.h 2007-07-06 10:31:25.000000000 -0700
|
|
||||||
+++ hplip-2.7.6.new/prnt/hpijs/djgenericvip.h 2007-07-06 10:48:25.000000000 -0700
|
|
||||||
@@ -52,6 +52,7 @@
|
|
||||||
virtual PHOTOTRAY_STATE PhotoTrayEngaged (BOOL bQueryPrinter);
|
|
||||||
//! Returns TRUE if a hagaki feed is present in printer.
|
|
||||||
virtual BOOL HagakiFeedPresent(BOOL bQueryPrinter);
|
|
||||||
+ virtual DATA_FORMAT GetDataFormat () { return RASTER_STRIP; }
|
|
||||||
|
|
||||||
#ifdef APDK_AUTODUPLEX
|
|
||||||
//!Returns TRUE if duplexer and hagaki feed (combined) unit is present in printer.
|
|
@ -1,15 +0,0 @@
|
|||||||
--- hplip-2.7.6/hplip.desktop.in.desktop 2007-04-23 19:46:01.000000000 +0100
|
|
||||||
+++ hplip-2.7.6/hplip.desktop.in 2007-07-17 15:39:34.000000000 +0100
|
|
||||||
@@ -1,10 +1,10 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
-Version=0.6
|
|
||||||
+Encoding=UTF-8
|
|
||||||
Type=Application
|
|
||||||
Name=HP Device Manager
|
|
||||||
GenericName=HP Device Manager
|
|
||||||
Comment=View device status, ink levels and perform maintenance.
|
|
||||||
-Exec=@abs_datadir@/hplip/toolbox
|
|
||||||
+Exec=@bindir@/hp-toolbox
|
|
||||||
Icon=@abs_datadir@/hplip/data/images/HPmenu.png
|
|
||||||
Terminal=false
|
|
||||||
Categories=Application;Utility;
|
|
13
hplip.spec
13
hplip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 2.7.6
|
Version: 2.7.7
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL/MIT/BSD
|
License: GPL/MIT/BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -13,8 +13,6 @@ Conflicts: selinux-policy < 3.0.3-3
|
|||||||
|
|
||||||
Url: http://hplip.sourceforge.net/
|
Url: http://hplip.sourceforge.net/
|
||||||
Source: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.tar.gz
|
Source: http://kent.dl.sourceforge.net/sourceforge/hplip/%{name}-%{version}.tar.gz
|
||||||
Patch0: http://switch.dl.sourceforge.net/sourceforge/hplip/hplip-2.7.6-1.patch
|
|
||||||
Patch1: hplip-desktop.patch
|
|
||||||
Patch2: hplip-guest.patch
|
Patch2: hplip-guest.patch
|
||||||
Patch3: hplip-quiet.patch
|
Patch3: hplip-quiet.patch
|
||||||
Patch4: hplip-marker-supply.patch
|
Patch4: hplip-marker-supply.patch
|
||||||
@ -89,10 +87,6 @@ SANE driver for scanners in HP's multi-function devices (from HPOJ).
|
|||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .patchlevel1
|
|
||||||
|
|
||||||
# Use /usr/share/applications for putting desktop files in.
|
|
||||||
%patch1 -p1 -b .desktop
|
|
||||||
|
|
||||||
# Quieten hpssd on startup.
|
# Quieten hpssd on startup.
|
||||||
%patch3 -p1 -b .quiet
|
%patch3 -p1 -b .quiet
|
||||||
@ -273,6 +267,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 2.7.7-1
|
||||||
|
- 2.7.7.
|
||||||
|
|
||||||
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-10
|
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 2.7.6-10
|
||||||
- Move libhpmud to hpijs package (bug #248978).
|
- Move libhpmud to hpijs package (bug #248978).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user