forked from pool/boinc-client
Accepting request 85955 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages OBS-URL: https://build.opensuse.org/request/show/85955 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=15
This commit is contained in:
parent
ec60cc36e9
commit
6f0fad5488
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 20:07:45 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to make the spec file more reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 18:18:14 UTC 2011 - Sascha.Manns@open-slx.de
|
||||
|
||||
|
@ -91,7 +91,7 @@ BuildRequires: gettext-runtime
|
||||
#BuildRequires: gnutls-devel
|
||||
BuildRequires: libcurl-devel >= 7.17.1
|
||||
BuildRequires: libjpeg-devel
|
||||
#BuildRequires: libtool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt
|
||||
#BuildRequires: m4
|
||||
#BuildRequires: make
|
||||
@ -132,7 +132,6 @@ of scientific and mathematical research.
|
||||
|
||||
%package -n boinc-manager
|
||||
|
||||
|
||||
Summary: GUI to control and monitor %{name}
|
||||
Group: Productivity/Scientific/Astronomy
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -150,7 +149,6 @@ in which all information and all control elements are available.
|
||||
%lang_package -n boinc-manager
|
||||
%package devel
|
||||
|
||||
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -162,7 +160,6 @@ This package contains development files for %{name}.
|
||||
|
||||
%package -n libboinc%{soname}
|
||||
|
||||
|
||||
Summary: Shared Libs for %{name}
|
||||
Group: System/Libraries
|
||||
|
||||
@ -175,7 +172,6 @@ in which all information and all control elements are available.
|
||||
|
||||
%package doc
|
||||
|
||||
|
||||
Summary: Documentation files for %{name}
|
||||
Group: Documentation/Other
|
||||
%if 0%{?suse_version} >= 1120
|
||||
|
Loading…
Reference in New Issue
Block a user