SHA256
1
0
forked from pool/xdg-utils

Accepting request 859443 from home:fcrozat:branches:X11:common:Factory

- Move call-browser and desktop-launch symlink from
  desktop-data-openSUSE/SLE to xdg-utils (bsc#170316).

OBS-URL: https://build.opensuse.org/request/show/859443
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=77
This commit is contained in:
Simon Lees 2020-12-31 01:25:52 +00:00 committed by Git OBS Bridge
parent dc879e80b3
commit 860e4802c8
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 30 15:09:47 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
- Move call-browser and desktop-launch symlink from
desktop-data-openSUSE/SLE to xdg-utils (bsc#170316).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 09 06:43:27 UTC 2020 - jslaby@suse.com Tue Jun 09 06:43:27 UTC 2020 - jslaby@suse.com

View File

@ -66,10 +66,16 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
# Make call-browser executable, symlink (bsc#170316)
ln -snf xdg-open %{buildroot}%{_bindir}/call-browser
ln -snf xdg-open %{buildroot}%{_bindir}/desktop-launch
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README TODO %doc ChangeLog README TODO
%license LICENSE %license LICENSE
%{_bindir}/call-browser
%{_bindir}/desktop-launch
%{_bindir}/xdg-desktop-icon %{_bindir}/xdg-desktop-icon
%{_bindir}/xdg-desktop-menu %{_bindir}/xdg-desktop-menu
%{_bindir}/xdg-email %{_bindir}/xdg-email