1
0
forked from pool/boinc-client

Updating link to change in openSUSE:Factory/boinc-client revision 17.0

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=e59ea57f0f44097512e7f91d46b4f07f
This commit is contained in:
OBS User buildservice-autocommit 2011-05-19 11:46:11 +00:00 committed by Git OBS Bridge
parent 283e9a6079
commit 3bfd6bc657

View File

@ -1,4 +1,7 @@
# #
# spec file for package boinc-client
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 by Sascha Manns <saigkill@opensuse.org> # Copyright (c) 2011 by Sascha Manns <saigkill@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -12,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
# Global definitions # Global definitions
@ -26,7 +30,7 @@ Release: 1
Summary: The BOINC client core Summary: The BOINC client core
License: LGPLv2+ License: LGPLv2+
Group: Productivity/Clustering/Computing Group: Productivity/Clustering/Computing
URL: http://boinc.berkeley.edu/ Url: http://boinc.berkeley.edu/
Source0: boinc_core_release_%{version_}.tar.bz2 Source0: boinc_core_release_%{version_}.tar.bz2
Source1: boinc-icons.tar.bz2 Source1: boinc-icons.tar.bz2
@ -34,7 +38,7 @@ Source2: boinc-gui.desktop
Source3: README.SUSE Source3: README.SUSE
Source4: sysconfig.boinc-client Source4: sysconfig.boinc-client
Source5: boinc-logrotate Source5: boinc-logrotate
Source6: boincmanager Source6: boincmanager
Source7: boinc-client-rpmlintrc Source7: boinc-client-rpmlintrc
# The source for this package was pulled from upstream's vcs. Use the # The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball: # following commands to generate the tarball:
@ -94,7 +98,7 @@ BuildRequires: libxslt
BuildRequires: mysql-devel BuildRequires: mysql-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
#BuildRequires: patch #BuildRequires: patch
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pwdutils BuildRequires: pwdutils
BuildRequires: python-mysql BuildRequires: python-mysql
BuildRequires: sqlite3-devel BuildRequires: sqlite3-devel
@ -127,6 +131,8 @@ global warming, discover sources of gravitational waves, and many other types
of scientific and mathematical research. of scientific and mathematical research.
%package -n boinc-manager %package -n boinc-manager
Summary: GUI to control and monitor %{name} Summary: GUI to control and monitor %{name}
Group: Productivity/Scientific/Astronomy Group: Productivity/Scientific/Astronomy
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -140,9 +146,11 @@ monitoring. The BOINC Manager has two modes of operation, the "Simple View" in
which it only displays the most important information and the "Advanced View" which it only displays the most important information and the "Advanced View"
in which all information and all control elements are available. in which all information and all control elements are available.
%lang_package -n boinc-manager
%lang_package -n boinc-manager
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -153,6 +161,8 @@ Requires: openssl-devel
This package contains development files for %{name}. This package contains development files for %{name}.
%package -n libboinc%{soname} %package -n libboinc%{soname}
Summary: Shared Libs for %{name} Summary: Shared Libs for %{name}
Group: System/Libraries Group: System/Libraries
@ -164,6 +174,8 @@ which it only displays the most important information and the "Advanced View"
in which all information and all control elements are available. in which all information and all control elements are available.
%package doc %package doc
Summary: Documentation files for %{name} Summary: Documentation files for %{name}
Group: Documentation/Other Group: Documentation/Other
%if 0%{?suse_version} >= 1120 %if 0%{?suse_version} >= 1120
@ -314,7 +326,7 @@ getent passwd boinc >/dev/null || \
useradd -r -g boinc -d %{_localstatedir}/lib/boinc -s /sbin/nologin \ useradd -r -g boinc -d %{_localstatedir}/lib/boinc -s /sbin/nologin \
-c "BOINC client account." boinc -c "BOINC client account." boinc
exit 0 exit 0
%post %post
%{fillup_and_insserv boinc-client} %{fillup_and_insserv boinc-client}
@ -324,7 +336,7 @@ exit 0
%postun %postun
%restart_on_update boinc-client %restart_on_update boinc-client
%insserv_cleanup %insserv_cleanup
%post -n boinc-manager %post -n boinc-manager
/usr/bin/touch --no-create %{_datadir}/icons/hicolor || : /usr/bin/touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then if [ -x %{_bindir}/gtk-update-icon-cache ]; then