This commit is contained in:
committed by
Git OBS Bridge
parent
bcd65023b9
commit
6a5e233e40
55
hplip.spec
55
hplip.spec
@@ -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.
|
||||
|
Reference in New Issue
Block a user