1
0
forked from pool/boinc-client

Accepting request 102826 from home:computersalat:branches:network

manager subpkg as standalone possible, fix desktop file

OBS-URL: https://build.opensuse.org/request/show/102826
OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=19
This commit is contained in:
Christian Wittmer 2012-02-05 23:23:12 +00:00 committed by Git OBS Bridge
parent ed6947f319
commit 2e1857bb8a
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 5 23:11:38 UTC 2012 - chris@computersalat.de
- remove client dep of manager
* manager does not really need a local boinc-client ;)
- fix desktop file
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 4 00:37:37 UTC 2012 - chris@computersalat.de Sat Feb 4 00:37:37 UTC 2012 - chris@computersalat.de

View File

@ -135,7 +135,7 @@ of scientific and mathematical research.
%package -n boinc-manager %package -n boinc-manager
Summary: GUI to control and monitor boinc-client Summary: GUI to control and monitor boinc-client
Group: Productivity/Scientific/Astronomy Group: Productivity/Scientific/Astronomy
Requires: %{name} = %{version}-%{release} #Requires: %{name} = %{version}-%{release}
Requires: boinc-manager-lang = %{version}-%{release} Requires: boinc-manager-lang = %{version}-%{release}
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
@ -253,6 +253,7 @@ popd
pushd %{buildroot}%{_bindir} pushd %{buildroot}%{_bindir}
%{__ln_s} -f %{name} boinc %{__ln_s} -f %{name} boinc
%{__ln_s} -f boinc-manager boincmgr %{__ln_s} -f boinc-manager boincmgr
%{__ln_s} -f boinc-manager boincmanager
popd popd
# replace @boinc_dir@, @bindir@ # replace @boinc_dir@, @bindir@
@ -381,6 +382,7 @@ fi
%{_bindir}/boinc-gui %{_bindir}/boinc-gui
%{_bindir}/boinc-manager %{_bindir}/boinc-manager
%{_bindir}/boincmgr %{_bindir}/boincmgr
%{_bindir}/boincmanager
%{_datadir}/applications/boinc-gui.desktop %{_datadir}/applications/boinc-gui.desktop
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%{_mandir}/man1/boincmgr.1.gz %{_mandir}/man1/boincmgr.1.gz

View File

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Exec=boincmanager Exec=boinc-manager
Icon=boinc-gui Icon=boinc-gui
Terminal=false Terminal=false
Type=Application Type=Application