automatic version update by autodist [release 3.21.8-1mamba;Wed Sep 08 2021]
This commit is contained in:
parent
8eab1d5fb2
commit
9ec5343d72
14
hplip.spec
14
hplip.spec
@ -2,7 +2,7 @@
|
||||
%define lp_gid 9
|
||||
%define cups_ver %(cups-config --api-version)
|
||||
Name: hplip
|
||||
Version: 3.21.6
|
||||
Version: 3.21.8
|
||||
Release: 1mamba
|
||||
Summary: A printer driver for HP inkjet devices
|
||||
Group: System/Spooling
|
||||
@ -28,14 +28,12 @@ BuildRequires: libdbus-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libnetsnmp-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libsane-backends-devel
|
||||
BuildRequires: libssp-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-compat-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -138,15 +136,16 @@ rm -f %{buildroot}%{_sysconfdir}/udev/rules.d/56-hpmud_add_printer.rules
|
||||
# install plugin
|
||||
install -d -m0755 %{buildroot}/var/lib/hp
|
||||
cd hplip-%{version}-plugin
|
||||
_arch='%{_target_cpu}'
|
||||
%ifarch %{ix86}
|
||||
_arch='x86_32'
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
_arch='x86_64'
|
||||
%endif
|
||||
%ifarch arm
|
||||
_arch='arm32'
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
_arch='arm64'
|
||||
%endif
|
||||
|
||||
# Create folders
|
||||
install -d %{buildroot}%{_datadir}/hplip/data/firmware
|
||||
@ -281,6 +280,9 @@ fi
|
||||
%{_localstatedir}/lib/hp/hplip.state
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2021 Automatic Build System <autodist@mambasoft.it> 3.21.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.21.6-1mamba
|
||||
- update to 3.21.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user