Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=69
This commit is contained in:
parent
c01cd0bd33
commit
b36427284d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 01:14:22 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 24 10:50:27 UTC 2011 - nadvornik@suse.com
|
Thu Nov 24 10:50:27 UTC 2011 - nadvornik@suse.com
|
||||||
|
|
||||||
|
71
boost.spec
71
boost.spec
@ -15,9 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
%define ver 1.46.1
|
Version: 1.46.1
|
||||||
|
Release: 5
|
||||||
%define file_version 1_46_1
|
%define file_version 1_46_1
|
||||||
%define short_version 1_46
|
%define short_version 1_46
|
||||||
%define lib_appendix 1_46_1
|
%define lib_appendix 1_46_1
|
||||||
@ -72,13 +72,11 @@ BuildRequires: docbook docbook-xsl-stylesheets doxygen libxslt python-devel tex
|
|||||||
%if 0%suse_version > 1020
|
%if 0%suse_version > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Url: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Boost C++ Libraries
|
Summary: Boost C++ Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Version: %{ver}
|
|
||||||
Release: 5
|
|
||||||
Source0: %{name}_%{file_version}.tar.xz
|
Source0: %{name}_%{file_version}.tar.xz
|
||||||
Source1: boost-rpmlintrc
|
Source1: boost-rpmlintrc
|
||||||
Source2: %{name}_%{short_version}_man.tar.xz
|
Source2: %{name}_%{short_version}_man.tar.xz
|
||||||
@ -118,11 +116,9 @@ see the boost-doc package.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c
|
|
||||||
Summary: Development package for Boost C++
|
Summary: Development package for Boost C++
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{all_libs} libstdc++-devel
|
Requires: %{all_libs} libstdc++-devel
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all that is needed to develop/compile
|
This package contains all that is needed to develop/compile
|
||||||
@ -132,11 +128,8 @@ the documentation packages (html, man or pdf).
|
|||||||
|
|
||||||
|
|
||||||
%package -n boost-license%{lib_appendix}
|
%package -n boost-license%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost License
|
Summary: Boost License
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
Provides: boost-license = %{version}-%{release}
|
Provides: boost-license = %{version}-%{release}
|
||||||
Obsoletes: boost-license < %{version}
|
Obsoletes: boost-license < %{version}
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
@ -149,10 +142,8 @@ This package contains the license boost is provided under.
|
|||||||
|
|
||||||
|
|
||||||
%package doc-html
|
%package doc-html
|
||||||
License: BSD3c
|
|
||||||
Summary: HTML documentation for the Boost C++ Libraries
|
Summary: HTML documentation for the Boost C++ Libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -164,10 +155,8 @@ in HTML format.
|
|||||||
|
|
||||||
|
|
||||||
%package doc-man
|
%package doc-man
|
||||||
License: BSD3c
|
|
||||||
Summary: Man documentation for the Boost C++ Libraries
|
Summary: Man documentation for the Boost C++ Libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -180,10 +169,8 @@ as man pages.
|
|||||||
%if %build_pdf
|
%if %build_pdf
|
||||||
|
|
||||||
%package doc-pdf
|
%package doc-pdf
|
||||||
License: BSD3c
|
|
||||||
Summary: PDF documentation for the Boost C++ Libraries
|
Summary: PDF documentation for the Boost C++ Libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -194,12 +181,9 @@ in PDF format.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n libboost_date_time%{lib_appendix}
|
%package -n libboost_date_time%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Date.Time Runtime libraries
|
Summary: Boost::Date.Time Runtime libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_date_time%{lib_appendix}
|
%description -n libboost_date_time%{lib_appendix}
|
||||||
This package contains the Boost Date.Time runtime libraries.
|
This package contains the Boost Date.Time runtime libraries.
|
||||||
@ -207,12 +191,9 @@ This package contains the Boost Date.Time runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_filesystem%{lib_appendix}
|
%package -n libboost_filesystem%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Filesystem Runtime Libraries
|
Summary: Boost::Filesystem Runtime Libraries
|
||||||
Group: System/Localization
|
Group: System/Localization
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_filesystem%{lib_appendix}
|
%description -n libboost_filesystem%{lib_appendix}
|
||||||
This package contains the Boost::Filesystem libraries.
|
This package contains the Boost::Filesystem libraries.
|
||||||
@ -220,12 +201,9 @@ This package contains the Boost::Filesystem libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_graph%{lib_appendix}
|
%package -n libboost_graph%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Graph Runtime Libraries
|
Summary: Boost::Graph Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_graph%{lib_appendix}
|
%description -n libboost_graph%{lib_appendix}
|
||||||
This package contains the Boost::Graph Runtime libraries.
|
This package contains the Boost::Graph Runtime libraries.
|
||||||
@ -233,12 +211,9 @@ This package contains the Boost::Graph Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_iostreams%{lib_appendix}
|
%package -n libboost_iostreams%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::IOStreams Runtime Libraries
|
Summary: Boost::IOStreams Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_iostreams%{lib_appendix}
|
%description -n libboost_iostreams%{lib_appendix}
|
||||||
This package contains the Boost::IOStreams Runtime libraries.
|
This package contains the Boost::IOStreams Runtime libraries.
|
||||||
@ -246,12 +221,9 @@ This package contains the Boost::IOStreams Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_math%{lib_appendix}
|
%package -n libboost_math%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Math Runtime Libraries
|
Summary: Boost::Math Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_math%{lib_appendix}
|
%description -n libboost_math%{lib_appendix}
|
||||||
This package contains the Boost::Math Runtime libraries.
|
This package contains the Boost::Math Runtime libraries.
|
||||||
@ -260,12 +232,9 @@ This package contains the Boost::Math Runtime libraries.
|
|||||||
%if %build_mpi
|
%if %build_mpi
|
||||||
|
|
||||||
%package -n libboost_mpi%{lib_appendix}
|
%package -n libboost_mpi%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::MPI Runtime libraries
|
Summary: Boost::MPI Runtime libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_mpi%{lib_appendix}
|
%description -n libboost_mpi%{lib_appendix}
|
||||||
This package contains the Boost::MPI Runtime libraries.
|
This package contains the Boost::MPI Runtime libraries.
|
||||||
@ -273,12 +242,9 @@ This package contains the Boost::MPI Runtime libraries.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n libboost_test%{lib_appendix}
|
%package -n libboost_test%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Test Runtime Libraries
|
Summary: Boost::Test Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_test%{lib_appendix}
|
%description -n libboost_test%{lib_appendix}
|
||||||
This package contains the Boost::Test runtime libraries.
|
This package contains the Boost::Test runtime libraries.
|
||||||
@ -286,12 +252,9 @@ This package contains the Boost::Test runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_program_options%{lib_appendix}
|
%package -n libboost_program_options%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::ProgramOptions Runtime libraries
|
Summary: Boost::ProgramOptions Runtime libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_program_options%{lib_appendix}
|
%description -n libboost_program_options%{lib_appendix}
|
||||||
This package contains the Boost::ProgramOptions Runtime libraries.
|
This package contains the Boost::ProgramOptions Runtime libraries.
|
||||||
@ -299,12 +262,9 @@ This package contains the Boost::ProgramOptions Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_python%{lib_appendix}
|
%package -n libboost_python%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Python Runtime Libraries
|
Summary: Boost::Python Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_python%{lib_appendix}
|
%description -n libboost_python%{lib_appendix}
|
||||||
This package contains the Boost::Python Runtime libraries.
|
This package contains the Boost::Python Runtime libraries.
|
||||||
@ -312,12 +272,9 @@ This package contains the Boost::Python Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_serialization%{lib_appendix}
|
%package -n libboost_serialization%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Serialization Runtime Libraries
|
Summary: Boost::Serialization Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_serialization%{lib_appendix}
|
%description -n libboost_serialization%{lib_appendix}
|
||||||
This package contains the Boost::Serialization Runtime libraries.
|
This package contains the Boost::Serialization Runtime libraries.
|
||||||
@ -325,12 +282,9 @@ This package contains the Boost::Serialization Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_signals%{lib_appendix}
|
%package -n libboost_signals%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Signals Runtime Libraries
|
Summary: Boost::Signals Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_signals%{lib_appendix}
|
%description -n libboost_signals%{lib_appendix}
|
||||||
This package contains the Boost::Signals Runtime libraries.
|
This package contains the Boost::Signals Runtime libraries.
|
||||||
@ -338,12 +292,9 @@ This package contains the Boost::Signals Runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_system%{lib_appendix}
|
%package -n libboost_system%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::System Runtime Libraries
|
Summary: Boost::System Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_system%{lib_appendix}
|
%description -n libboost_system%{lib_appendix}
|
||||||
This package contains the Boost::System runtime libraries.
|
This package contains the Boost::System runtime libraries.
|
||||||
@ -351,12 +302,9 @@ This package contains the Boost::System runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_thread%{lib_appendix}
|
%package -n libboost_thread%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Thread Runtime Libraries
|
Summary: Boost::Thread Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_thread%{lib_appendix}
|
%description -n libboost_thread%{lib_appendix}
|
||||||
This package contains the Boost::Thread runtime libraries.
|
This package contains the Boost::Thread runtime libraries.
|
||||||
@ -364,12 +312,9 @@ This package contains the Boost::Thread runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_wave%{lib_appendix}
|
%package -n libboost_wave%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: Boost::Wave Runtime Libraries
|
Summary: Boost::Wave Runtime Libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_wave%{lib_appendix}
|
%description -n libboost_wave%{lib_appendix}
|
||||||
This package contains the Boost::Wave runtime libraries.
|
This package contains the Boost::Wave runtime libraries.
|
||||||
@ -377,23 +322,17 @@ This package contains the Boost::Wave runtime libraries.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libboost_regex%{lib_appendix}
|
%package -n libboost_regex%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: The Boost::Regex runtime library
|
Summary: The Boost::Regex runtime library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_regex%{lib_appendix}
|
%description -n libboost_regex%{lib_appendix}
|
||||||
This package contains the Boost::Regex runtime library.
|
This package contains the Boost::Regex runtime library.
|
||||||
|
|
||||||
%package -n libboost_random%{lib_appendix}
|
%package -n libboost_random%{lib_appendix}
|
||||||
|
|
||||||
License: BSD3c
|
|
||||||
Summary: The Boost::Random runtime library
|
Summary: The Boost::Random runtime library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: boost-license%{lib_appendix}
|
Requires: boost-license%{lib_appendix}
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libboost_random%{lib_appendix}
|
%description -n libboost_random%{lib_appendix}
|
||||||
This package contains the Boost:Random runtime library.
|
This package contains the Boost:Random runtime library.
|
||||||
@ -491,7 +430,7 @@ cd doc
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Now build it
|
# Now install it
|
||||||
J_P=%{jobs}
|
J_P=%{jobs}
|
||||||
J_G=$(getconf _NPROCESSORS_ONLN)
|
J_G=$(getconf _NPROCESSORS_ONLN)
|
||||||
[ $J_G -gt 64 ] && J_G=64
|
[ $J_G -gt 64 ] && J_G=64
|
||||||
@ -527,7 +466,7 @@ source /var/mpi-selector/data/$(rpm --qf "%{NAME}-%{VERSION}" -q openmpi).sh
|
|||||||
--exec-prefix=$%{buildroot}%{_prefix} \
|
--exec-prefix=$%{buildroot}%{_prefix} \
|
||||||
--libdir=%{buildroot}%{_libdir} \
|
--libdir=%{buildroot}%{_libdir} \
|
||||||
--includedir=%{buildroot}%{_includedir} \
|
--includedir=%{buildroot}%{_includedir} \
|
||||||
install || echo "Not all Boost libraries built properly."
|
install || echo "Not all Boost libraries installed properly."
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_docdir}
|
mkdir -p %{buildroot}%{_docdir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user