- Don't install desktop file (bug #170762).
This commit is contained in:
parent
6eeddaeebb
commit
bcf99f20c7
19
hplip.spec
19
hplip.spec
@ -86,14 +86,14 @@ rm -f %{buildroot}%{_bindir}/foomatic-rip \
|
|||||||
%{buildroot}%{_datadir}/cups/model/foomatic-ppds \
|
%{buildroot}%{_datadir}/cups/model/foomatic-ppds \
|
||||||
%{buildroot}%{_datadir}/applications/hplip.desktop
|
%{buildroot}%{_datadir}/applications/hplip.desktop
|
||||||
|
|
||||||
# Desktop file installation.
|
# Don't install desktop file (bug #170762).
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
desktop-file-install --vendor HP \
|
#desktop-file-install --vendor HP \
|
||||||
--dir %{buildroot}%{_datadir}/applications \
|
# --dir %{buildroot}%{_datadir}/applications \
|
||||||
--add-category X-Red-Hat-Extra \
|
# --add-category X-Red-Hat-Extra \
|
||||||
--add-category Utility \
|
# --add-category Utility \
|
||||||
--add-category Application \
|
# --add-category Application \
|
||||||
%{buildroot}%{_datadir}/hplip/data/hplip.desktop
|
# %{buildroot}%{_datadir}/hplip/data/hplip.desktop
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -109,7 +109,7 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/cups/backend/hp
|
%{_libdir}/cups/backend/hp
|
||||||
%{_datadir}/hplip
|
%{_datadir}/hplip
|
||||||
%{_libdir}/python*/site-packages/*
|
%{_libdir}/python*/site-packages/*
|
||||||
%{_datadir}/applications/*.desktop
|
#%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
%files -n hpijs
|
%files -n hpijs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -143,6 +143,7 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com>
|
* Fri Oct 14 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Don't install desktop file (bug #170762).
|
||||||
- Quieten the hpssd daemon at startup (bug #170762).
|
- Quieten the hpssd daemon at startup (bug #170762).
|
||||||
|
|
||||||
* Wed Oct 12 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-2
|
* Wed Oct 12 2005 Tim Waugh <twaugh@redhat.com> 0.9.6-2
|
||||||
|
Loading…
Reference in New Issue
Block a user