From 2e1857bb8acc2dd841e8b5eac4185ab4a79391bdab6e28d9ab3ca090587691c2 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sun, 5 Feb 2012 23:23:12 +0000 Subject: [PATCH] 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 --- boinc-client.changes | 7 +++++++ boinc-client.spec | 4 +++- boinc-gui.desktop | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/boinc-client.changes b/boinc-client.changes index d15a74c..76261ec 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -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 diff --git a/boinc-client.spec b/boinc-client.spec index 2c5a2b4..9c59b5b 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -135,7 +135,7 @@ of scientific and mathematical research. %package -n boinc-manager Summary: GUI to control and monitor boinc-client Group: Productivity/Scientific/Astronomy -Requires: %{name} = %{version}-%{release} +#Requires: %{name} = %{version}-%{release} Requires: boinc-manager-lang = %{version}-%{release} Requires: hicolor-icon-theme @@ -253,6 +253,7 @@ popd pushd %{buildroot}%{_bindir} %{__ln_s} -f %{name} boinc %{__ln_s} -f boinc-manager boincmgr +%{__ln_s} -f boinc-manager boincmanager popd # replace @boinc_dir@, @bindir@ @@ -381,6 +382,7 @@ fi %{_bindir}/boinc-gui %{_bindir}/boinc-manager %{_bindir}/boincmgr +%{_bindir}/boincmanager %{_datadir}/applications/boinc-gui.desktop %{_datadir}/icons/hicolor/*/apps/* %{_mandir}/man1/boincmgr.1.gz diff --git a/boinc-gui.desktop b/boinc-gui.desktop index aa87f69..b111983 100644 --- a/boinc-gui.desktop +++ b/boinc-gui.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Exec=boincmanager +Exec=boinc-manager Icon=boinc-gui Terminal=false Type=Application