Accepting request 117051 from home:coolo:branches:openSUSE:Factory
- fixing baselibs.conf after version bump OBS-URL: https://build.opensuse.org/request/show/117051 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=78
This commit is contained in:
parent
91265ecbb2
commit
bf90a641c9
@ -1,18 +1,18 @@
|
||||
package boost-devel
|
||||
requires -boost-<targettype>
|
||||
libboost_date_time1_46_1
|
||||
libboost_filesystem1_46_1
|
||||
libboost_graph1_46_1
|
||||
libboost_iostreams1_46_1
|
||||
libboost_math1_46_1
|
||||
libboost_mpi1_46_1
|
||||
libboost_test1_46_1
|
||||
libboost_program_options1_46_1
|
||||
libboost_python1_46_1
|
||||
libboost_random1_46_1
|
||||
libboost_serialization1_46_1
|
||||
libboost_signals1_46_1
|
||||
libboost_system1_46_1
|
||||
libboost_thread1_46_1
|
||||
libboost_wave1_46_1
|
||||
libboost_regex1_46_1
|
||||
libboost_date_time1_49_1
|
||||
libboost_filesystem1_49_1
|
||||
libboost_graph1_49_1
|
||||
libboost_iostreams1_49_1
|
||||
libboost_math1_49_1
|
||||
libboost_mpi1_49_1
|
||||
libboost_test1_49_1
|
||||
libboost_program_options1_49_1
|
||||
libboost_python1_49_1
|
||||
libboost_random1_49_1
|
||||
libboost_serialization1_49_1
|
||||
libboost_signals1_49_1
|
||||
libboost_system1_49_1
|
||||
libboost_thread1_49_1
|
||||
libboost_wave1_49_1
|
||||
libboost_regex1_49_1
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 13:01:51 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fixing baselibs.conf after version bump
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 17 17:58:21 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
20
boost.spec
20
boost.spec
@ -144,7 +144,6 @@ the documentation packages (html, man or pdf).
|
||||
|
||||
|
||||
%package -n boost-license%{lib_appendix}
|
||||
|
||||
Summary: Boost License
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: boost-license = %{version}-%{release}
|
||||
@ -198,7 +197,6 @@ in PDF format.
|
||||
%endif
|
||||
|
||||
%package -n libboost_date_time%{lib_appendix}
|
||||
|
||||
Summary: Boost::Date.Time Runtime libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -208,7 +206,6 @@ This package contains the Boost Date.Time runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_filesystem%{lib_appendix}
|
||||
|
||||
Summary: Boost::Filesystem Runtime Libraries
|
||||
Group: System/Localization
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -218,7 +215,6 @@ This package contains the Boost::Filesystem libraries.
|
||||
|
||||
|
||||
%package -n libboost_graph%{lib_appendix}
|
||||
|
||||
Summary: Boost::Graph Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -228,7 +224,6 @@ This package contains the Boost::Graph Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_iostreams%{lib_appendix}
|
||||
|
||||
Summary: Boost::IOStreams Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -238,7 +233,6 @@ This package contains the Boost::IOStreams Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_math%{lib_appendix}
|
||||
|
||||
Summary: Boost::Math Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -250,7 +244,6 @@ This package contains the Boost::Math Runtime libraries.
|
||||
%if %build_mpi
|
||||
|
||||
%package -n libboost_mpi%{lib_appendix}
|
||||
|
||||
Summary: Boost::MPI Runtime libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -261,7 +254,6 @@ This package contains the Boost::MPI Runtime libraries.
|
||||
%endif
|
||||
|
||||
%package -n libboost_test%{lib_appendix}
|
||||
|
||||
Summary: Boost::Test Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -271,7 +263,6 @@ This package contains the Boost::Test runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_program_options%{lib_appendix}
|
||||
|
||||
Summary: Boost::ProgramOptions Runtime libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -281,7 +272,6 @@ This package contains the Boost::ProgramOptions Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_python%{lib_appendix}
|
||||
|
||||
Summary: Boost::Python Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -291,7 +281,6 @@ This package contains the Boost::Python Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_serialization%{lib_appendix}
|
||||
|
||||
Summary: Boost::Serialization Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -301,7 +290,6 @@ This package contains the Boost::Serialization Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_signals%{lib_appendix}
|
||||
|
||||
Summary: Boost::Signals Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -311,7 +299,6 @@ This package contains the Boost::Signals Runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_system%{lib_appendix}
|
||||
|
||||
Summary: Boost::System Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -321,7 +308,6 @@ This package contains the Boost::System runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_thread%{lib_appendix}
|
||||
|
||||
Summary: Boost::Thread Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -331,7 +317,6 @@ This package contains the Boost::Thread runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_wave%{lib_appendix}
|
||||
|
||||
Summary: Boost::Wave Runtime Libraries
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -341,7 +326,6 @@ This package contains the Boost::Wave runtime libraries.
|
||||
|
||||
|
||||
%package -n libboost_regex%{lib_appendix}
|
||||
|
||||
Summary: The Boost::Regex runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -350,7 +334,6 @@ Requires: boost-license%{lib_appendix}
|
||||
This package contains the Boost::Regex runtime library.
|
||||
|
||||
%package -n libboost_random%{lib_appendix}
|
||||
|
||||
Summary: The Boost::Random runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -359,7 +342,6 @@ Requires: boost-license%{lib_appendix}
|
||||
This package contains the Boost::Random runtime library.
|
||||
|
||||
%package -n libboost_chrono%{lib_appendix}
|
||||
|
||||
Summary: The Boost::Chrono runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -368,7 +350,6 @@ Requires: boost-license%{lib_appendix}
|
||||
This package contains the Boost::Chrono runtime library.
|
||||
|
||||
%package -n libboost_locale%{lib_appendix}
|
||||
|
||||
Summary: The Boost::Locale runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
@ -377,7 +358,6 @@ Requires: boost-license%{lib_appendix}
|
||||
This package contains the Boost::Locale runtime library.
|
||||
|
||||
%package -n libboost_timer%{lib_appendix}
|
||||
|
||||
Summary: The Boost::Timer runtime library
|
||||
Group: System/Libraries
|
||||
Requires: boost-license%{lib_appendix}
|
||||
|
Loading…
Reference in New Issue
Block a user