This commit is contained in:
parent
cf311d9d57
commit
b91c2fcdcb
@ -18,7 +18,7 @@ Summary: HPIJS stand-alone
|
|||||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
# 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
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 1
|
Release: 4
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Url: http://hpinkjet.sourceforge.net/
|
Url: http://hpinkjet.sourceforge.net/
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 26 12:25:45 CET 2008 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Static "hpijs" PPD files via enable-foomatic-ppd-install
|
||||||
|
require foomatic-rip-hplip via their cupsFilter entries
|
||||||
|
so that enable-foomatic-rip-hplip-install is also needed.
|
||||||
|
See https://answers.launchpad.net/hplip/+question/25654
|
||||||
|
and see Novell/Suse Bugzilla bnc#364419.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 21 14:35:36 CET 2008 - jsmeix@suse.de
|
Thu Feb 21 14:35:36 CET 2008 - jsmeix@suse.de
|
||||||
|
|
||||||
|
15
hplip.spec
15
hplip.spec
@ -18,7 +18,7 @@ Summary: HP's Printing, Scanning, and Faxing Software
|
|||||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
# 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
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 1
|
Release: 4
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
||||||
Url: http://hpinkjet.sourceforge.net/
|
Url: http://hpinkjet.sourceforge.net/
|
||||||
@ -156,6 +156,9 @@ AUTOMAKE='automake --foreign' autoreconf --force --install
|
|||||||
# Set our preferred architecture-specific flags for the compiler and linker:
|
# Set our preferred architecture-specific flags for the compiler and linker:
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
# Static "hpijs" PPD files via enable-foomatic-ppd-install
|
||||||
|
# require foomatic-rip-hplip via their cupsFilter entries
|
||||||
|
# so that enable-foomatic-rip-hplip-install is also needed:
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--libdir=%_libdir \
|
--libdir=%_libdir \
|
||||||
--enable-doc-build \
|
--enable-doc-build \
|
||||||
@ -165,7 +168,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|||||||
--enable-gui-build \
|
--enable-gui-build \
|
||||||
--enable-fax-build \
|
--enable-fax-build \
|
||||||
--disable-foomatic-xml-install \
|
--disable-foomatic-xml-install \
|
||||||
--disable-foomatic-rip-hplip-install \
|
--enable-foomatic-rip-hplip-install \
|
||||||
--disable-foomatic-drv-install \
|
--disable-foomatic-drv-install \
|
||||||
--enable-foomatic-ppd-install \
|
--enable-foomatic-ppd-install \
|
||||||
--with-hpppddir=%{_datadir}/cups/model/manufacturer-PPDs/%{name} \
|
--with-hpppddir=%{_datadir}/cups/model/manufacturer-PPDs/%{name} \
|
||||||
@ -362,6 +365,8 @@ exit 0
|
|||||||
%dir %{_libdir}/cups/backend
|
%dir %{_libdir}/cups/backend
|
||||||
%{_libdir}/cups/backend/hp
|
%{_libdir}/cups/backend/hp
|
||||||
%{_libdir}/cups/backend/hpfax
|
%{_libdir}/cups/backend/hpfax
|
||||||
|
%dir %{_libdir}/cups/filter
|
||||||
|
%{_libdir}/cups/filter/foomatic-rip-hplip
|
||||||
%dir %{_datadir}/cups
|
%dir %{_datadir}/cups
|
||||||
%dir %{_datadir}/cups/model
|
%dir %{_datadir}/cups/model
|
||||||
%dir %{_datadir}/cups/model/manufacturer-PPDs
|
%dir %{_datadir}/cups/model/manufacturer-PPDs
|
||||||
@ -380,6 +385,12 @@ exit 0
|
|||||||
%{_libdir}/libhpmud.*
|
%{_libdir}/libhpmud.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 26 2008 jsmeix@suse.de
|
||||||
|
- Static "hpijs" PPD files via enable-foomatic-ppd-install
|
||||||
|
require foomatic-rip-hplip via their cupsFilter entries
|
||||||
|
so that enable-foomatic-rip-hplip-install is also needed.
|
||||||
|
See https://answers.launchpad.net/hplip/+question/25654
|
||||||
|
and see Novell/Suse Bugzilla bnc#364419.
|
||||||
* Thu Feb 21 2008 jsmeix@suse.de
|
* Thu Feb 21 2008 jsmeix@suse.de
|
||||||
- create_hal_global_fdi_from_models.dat creates the
|
- create_hal_global_fdi_from_models.dat creates the
|
||||||
global HAL 70-hpmud.fdi file during build-time from the
|
global HAL 70-hpmud.fdi file during build-time from the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user