OBS User unknown 2007-03-26 23:32:06 +00:00 committed by Git OBS Bridge
parent bcd65023b9
commit 6a5e233e40
6 changed files with 75 additions and 38 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 26 09:00:01 CEST 2007 - jsmeix@suse.de
- Updated to version 1.7.3:
Many bug fixes (no Suse bugs).
No new supported models but enhancements for some models.
-------------------------------------------------------------------
Thu Mar 1 13:35:18 CET 2007 - jsmeix@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package hpijs-standalone (Version 1.7.2)
# spec file for package hpijs-standalone (Version 1.7.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,13 +16,12 @@ Summary: HPIJS stand-alone
# HPLIP has reached 1.0 status. With this release a date encoded revision number is used:
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
Version: 1.7.2
Version: 1.7.3
Release: 1
Group: Hardware/Printing
License: BSD License and BSD-like
URL: http://hpinkjet.sourceforge.net/
# Source0...Source9 is for sources from HP:
# URL for Source0: http://superb-west.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.2.tar.gz
Source0: hplip-%{version}.tar.bz2
# Patch0...Patch9 is for patches from HP:
# Patch10...Patch99 is for Suse patches for the sources from HP:
@ -70,7 +69,7 @@ Authors:
%prep
# Be quiet when unpacking:
%setup -q -n hplip-1.7.2
%setup -q -n hplip-%{version}
%build
# If AUTOMAKE='automake --foreign' is not set, autoreconf (in fact automake)
@ -93,19 +92,29 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# To avoid that too much is built (e.g. the full documentation from higher directories)
# the specific make target "make hpijs" is called.
# Regarding the configure options see tech_docs/tarball_install.html (not very explanatory):
# --disable-rpm-install disables sane, icon, /etc/hp and /etc/init.d install (default = disabled)
# --disable-foomatic-install disables foomatic install (HPIJS option, default = enabled)
# --disable-cups-install disables cups install (HPIJS option, default = enabled)
# --disable-rpm-install disables sane, icon, /etc/hp and /etc/init.d install (default=disabled)
# --disable-foomatic-install disables foomatic install (HPIJS option, default=enabled)
# --disable-cups-install disables cups install (HPIJS option, default=enabled)
# CUPS install would do:
# (1) remove any old HP HPIJS PPD files from the CUPS PPD directory
# (2) symlink the HP HPIJS PPD files to the CUPS PPD directory
# (3) symlink foomatic-rip to the CUPS filter directory.
# --disable-network-build disables network support, will not link with libsnmp (default = enabled)
# --disable-pp-build disables parallel port support (default = enabled)
# --enable-scan-build enable scanner build (default=yes)
# --enable-gui-build enable gui build (default=yes)
# --enable-fax-build enable fax build (default=yes)
# --disable-network-build disables network support, will not link with libsnmp (default=enabled)
# --disable-pp-build disables parallel port support (default=enabled)
# --enable-scan-build enable scanner build (default=yes)
# --enable-gui-build enable gui build (default=yes)
# --enable-fax-build enable fax build (default=yes)
# --disable-cups11-build disable CUPS 1.1 hp/hpfax device discovery message (default=disabled)
# --enable-cups11-build results a "no_device_found" message
# --disable-cups11-build results depend on the following conditions:
# Condition 1 (no HPLIP daemons):
# output nothing on stdout, exit 1
# Condition 2 (no HP device found):
# direct hp "Unknown" "HP Printer (HPLIP)", exit 0
# Condition 3 (HP device found):
# direct hp:/... "HP model" "HP model (HPLIP)" "DeviceID", exit 0
# rpm-install is no longer needed because "make install DESTDIR=/tmp/myhplip" works correctly now.
# disable-cups-install avoids useless stuff when building a RPM.
pushd prnt/hpijs
./configure --prefix=/usr --libdir=%_libdir --disable-hplip-build --disable-cups-install --disable-foomatic-install
make hpijs
@ -130,6 +139,10 @@ exit 0
%{_bindir}/hpijs
%changelog
* Mon Mar 26 2007 - jsmeix@suse.de
- Updated to version 1.7.3:
Many bug fixes (no Suse bugs).
No new supported models but enhancements for some models.
* Thu Mar 01 2007 - jsmeix@suse.de
- Updated to version 1.7.2:
Several more supported Officejet Pro devices.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46d65f8a0a15fed77ae6864556b0495dde63c7d7a87708df35ea648d3be660bb
size 9921681

3
hplip-1.7.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6ca4d09a693abdf55a5a907ba5de52a19cc18641c92603b1a7a55a66d26dc33
size 12154047

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 26 08:53:51 CEST 2007 - jsmeix@suse.de
- Updated to version 1.7.3:
Many bug fixes (no Suse bugs).
No new supported models but enhancements for some models.
For details see release_notes.html
-------------------------------------------------------------------
Thu Mar 1 13:34:43 CET 2007 - jsmeix@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package hplip (Version 1.7.2)
# spec file for package hplip (Version 1.7.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,14 +16,13 @@ Summary: HP's Printing, Scanning, and Faxing Software
# HPLIP has reached 1.0 status. With this release a date encoded revision number is used:
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
Version: 1.7.2
Version: 1.7.3
Release: 1
%define hpijsVersion 2.7.1
%define hpijsVersion 2.7.3
Group: Hardware/Printing
License: BSD License and BSD-like, GNU General Public License (GPL)
URL: http://hpinkjet.sourceforge.net/
# Source0...Source9 is for sources from HP:
# URL for Source0: http://superb-west.dl.sourceforge.net/sourceforge/hplip/hplip-1.7.2.tar.gz
Source0: %{name}-%{version}.tar.bz2
# Patch0...Patch9 is for patches from HP:
# Patch10...Patch99 is for Suse patches for the sources from HP:
@ -97,7 +96,7 @@ Authors:
Cauligi Raghothama S. <raghothama.cauligi@hp.com>
%package hpijs
Summary: HPIJS for HP's printing and scanning software HPLIP: Cutting Edge Version
Summary: HPIJS for HP's printing and scanning software HPLIP.
Group: Hardware/Printing
# Mutual RPM package requirements are meanwhile considered to be bad because
# such cyclic dependencies which makes it harder to automatically solve dependencies.
@ -113,22 +112,18 @@ Conflicts: hpijs-standalone
Obsoletes: hplip17-hpijs
%description hpijs
This is a cutting edge version of HPIJS which is a Ghostscript printer
driver for HP printers.
An update from version 0.9.7 to this version may result
incompatibilities, see the main-package hplip17.
HPIJS is a Ghostscript printer driver for HP printers.
This sub-package includes only the hpijs binary and the libhpip library
which is needed to run it. Additionally it needs at least the CUPS
library in the package cups-libs. Normally (in particular when used
with the CUPS printing system) the HPIJS driver needs the rest of HP's
printing and scanning software in the package hplip17 (in particular
the PPD files for CUPS). For special cases (e.g. for LPRng/lpdfilter or
for a small printing system) it is possible to use only the hpijs
binary and Ghostscript.
printing and scanning software in the package hplip (in particular the
PPD files for CUPS). For special cases (e.g. for LPRng/lpdfilter or for
a small printing system) it is possible to use only the hpijs binary
and Ghostscript.
For full documentation and license see the main-package hplip17.
For full documentation and license see the main-package hplip.
@ -159,18 +154,27 @@ AUTOMAKE='automake --foreign' autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# Regarding the configure options see tech_docs/tarball_install.html (not very explanatory):
# --disable-rpm-install disables sane, icon, /etc/hp and /etc/init.d install (default = disabled)
# --disable-foomatic-install disables foomatic install (HPIJS option, default = enabled)
# --disable-cups-install disables cups install (HPIJS option, default = enabled)
# --disable-rpm-install disables sane, icon, /etc/hp and /etc/init.d install (default=disabled)
# --disable-foomatic-install disables foomatic install (HPIJS option, default=enabled)
# --disable-cups-install disables cups install (HPIJS option, default=enabled)
# CUPS install would do:
# (1) remove any old HP HPIJS PPD files from the CUPS PPD directory
# (2) symlink the HP HPIJS PPD files to the CUPS PPD directory
# (3) symlink foomatic-rip to the CUPS filter directory.
# --disable-network-build disables network support, will not link with libsnmp (default = enabled)
# --disable-pp-build disables parallel port support (default = enabled)
# --enable-scan-build enable scanner build (default=yes)
# --enable-gui-build enable gui build (default=yes)
# --enable-fax-build enable fax build (default=yes)
# --disable-network-build disables network support, will not link with libsnmp (default=enabled)
# --disable-pp-build disables parallel port support (default=enabled)
# --enable-scan-build enable scanner build (default=yes)
# --enable-gui-build enable gui build (default=yes)
# --enable-fax-build enable fax build (default=yes)
# --disable-cups11-build disable CUPS 1.1 hp/hpfax device discovery message (default=disabled)
# --enable-cups11-build results a "no_device_found" message
# --disable-cups11-build results depend on the following conditions:
# Condition 1 (no HPLIP daemons):
# output nothing on stdout, exit 1
# Condition 2 (no HP device found):
# direct hp "Unknown" "HP Printer (HPLIP)", exit 0
# Condition 3 (HP device found):
# direct hp:/... "HP model" "HP model (HPLIP)" "DeviceID", exit 0
# rpm-install is no longer needed because "make install DESTDIR=/tmp/myhplip" works correctly now.
# disable-cups-install avoids useless stuff when building a RPM.
./configure --prefix=/usr --libdir=%_libdir --disable-cups-install
@ -346,6 +350,11 @@ exit 0
%{_libdir}/libhpip.*
%changelog
* Mon Mar 26 2007 - jsmeix@suse.de
- Updated to version 1.7.3:
Many bug fixes (no Suse bugs).
No new supported models but enhancements for some models.
For details see release_notes.html
* Thu Mar 01 2007 - jsmeix@suse.de
- Updated to version 1.7.2:
Several more supported Officejet Pro devices.