mirror of
https://abf.rosa.ru/djam/cups.git
synced 2025-02-23 13:52:46 +00:00
LOG Fix desktop file issue
This commit is contained in:
parent
2346ce0f70
commit
59fc4cadec
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
Summary: Common Unix Printing System - Server package
|
||||
Name: cups
|
||||
Version: 1.5.3
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPLv2 and LGPLv2
|
||||
Group: System/Printing
|
||||
Url: http://www.cups.org
|
||||
|
@ -104,7 +104,7 @@ Patch1036: cups-systemd-socket.patch
|
|||
BuildRequires: htmldoc
|
||||
BuildRequires: php-cli
|
||||
BuildRequires: xdg-utils
|
||||
Buildrequires: xinetd
|
||||
BuildRequires: xinetd
|
||||
BuildRequires: acl-devel
|
||||
BuildRequires: jpeg-devel
|
||||
BuildRequires: krb5-devel
|
||||
|
@ -525,7 +525,7 @@ EOF
|
|||
sed -i s/htmlview/xdg-open/ %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
## Hide desktop file
|
||||
echo -e '\nHidden=true' >> %{buildroot}%{_datadir}/applications/%{cupsbasename}.desktop
|
||||
echo -e '\nHidden=true' >> %{buildroot}%{_datadir}/applications/cups.desktop
|
||||
|
||||
# http://qa.mandriva.com/show_bug.cgi?id=28383
|
||||
# Common PPD dirs
|
||||
|
|
Loading…
Add table
Reference in a new issue