gcc and gcc-c++ are no longer in buildroot by default
This commit is contained in:
parent
ef016a61b8
commit
c9e6799d3d
14
hplip.spec
14
hplip.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.17.11
|
Version: 3.17.11
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+ and MIT and BSD
|
License: GPLv2+ and MIT and BSD
|
||||||
|
|
||||||
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
||||||
@ -54,6 +54,15 @@ Requires: gnupg
|
|||||||
# /usr/lib/udev/rules.d
|
# /usr/lib/udev/rules.d
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
|
|
||||||
|
# gcc and gcc-c++ are no longer in buildroot by default
|
||||||
|
|
||||||
|
# gcc is needed for compilation of HPAIO scanning backend, HP implementation of
|
||||||
|
# IPP and MDNS protocols, hpps driver, hp backend, hpip (image processing
|
||||||
|
# library), multipoint transport driver hpmud
|
||||||
|
BuildRequires: gcc
|
||||||
|
# gcc-c++ is needed for hpijs, hpcups drivers
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: net-snmp-devel
|
BuildRequires: net-snmp-devel
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
@ -511,6 +520,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 3.17.11-9
|
||||||
|
- gcc and gcc-c++ are no longer in buildroot by default
|
||||||
|
|
||||||
* Tue Feb 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 3.17.11-8
|
* Tue Feb 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 3.17.11-8
|
||||||
- 1544788 - HP ColorLaserjet MFP M278-M281 - missing family class
|
- 1544788 - HP ColorLaserjet MFP M278-M281 - missing family class
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user