fix eln build - remove unpackaged files
This commit is contained in:
parent
61d7a0bd9d
commit
7932099ed7
35
hplip.spec
35
hplip.spec
@ -7,7 +7,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.20.6
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPLv2+ and MIT and BSD and IJG and Public Domain and GPLv2+ with exceptions and ISC
|
||||
|
||||
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
||||
@ -516,6 +516,36 @@ rm -f %{buildroot}%{_bindir}/foomatic-rip \
|
||||
%{buildroot}%{_datadir}/applications/hplip.desktop \
|
||||
%{buildroot}%{_datadir}/ppd/HP/*.ppd
|
||||
|
||||
%if 0%{?rhel} > 8
|
||||
rm -rf %{buildroot}%{_bindir}/hp-check \
|
||||
%{buildroot}%{_bindir}/hp-devicesettings \
|
||||
%{buildroot}%{_bindir}/hp-faxsetup \
|
||||
%{buildroot}%{_bindir}/hp-linefeedcal \
|
||||
%{buildroot}%{_bindir}/hp-makecopies \
|
||||
%{buildroot}%{_bindir}/hp-print \
|
||||
%{buildroot}%{_bindir}/hp-printsettings \
|
||||
%{buildroot}%{_bindir}/hp-systray \
|
||||
%{buildroot}%{_bindir}/hp-toolbox \
|
||||
%{buildroot}%{_bindir}/hp-uiscan \
|
||||
%{buildroot}%{_bindir}/hp-wificonfig \
|
||||
%{buildroot}%{_datadir}/applications/*.desktop \
|
||||
%{buildroot}%{_datadir}/metainfo/hplip.appdata.xml \
|
||||
%{buildroot}%{_datadir}/icons/hicolor/*/apps/* \
|
||||
%{buildroot}%{_datadir}/hplip/check.py* \
|
||||
%{buildroot}%{_datadir}/hplip/devicesettings.py* \
|
||||
%{buildroot}%{_datadir}/hplip/faxsetup.py* \
|
||||
%{buildroot}%{_datadir}/hplip/linefeedcal.py* \
|
||||
%{buildroot}%{_datadir}/hplip/makecopies.py* \
|
||||
%{buildroot}%{_datadir}/hplip/print.py* \
|
||||
%{buildroot}%{_datadir}/hplip/printsettings.py* \
|
||||
%{buildroot}%{_datadir}/hplip/systray.py* \
|
||||
%{buildroot}%{_datadir}/hplip/toolbox.py* \
|
||||
%{buildroot}%{_datadir}/hplip/uiscan.py* \
|
||||
%{buildroot}%{_datadir}/hplip/wificonfig.py* \
|
||||
%{buildroot}%{_datadir}/hplip/data/images \
|
||||
%{buildroot}%{_datadir}/hplip/ui5
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/metainfo
|
||||
cp %{SOURCE3} %{buildroot}%{_datadir}/metainfo/
|
||||
|
||||
@ -738,6 +768,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 3.20.6-10
|
||||
- fix eln build - remove unpackaged files
|
||||
|
||||
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 3.20.6-9
|
||||
- 1772698 - dont use uninitialized value as an index
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user