|
@@ -1,16 +1,16 @@
|
|
|
%define major 1
|
|
|
-%define minor 42
|
|
|
+%define minor 45
|
|
|
%define teeny 0
|
|
|
%define tarname boost
|
|
|
%define lnkver %{major}_%{minor}
|
|
|
-%define ver %{major}_%{minor}_%{teeny}
|
|
|
+%define pkgver %{major}_%{minor}_%{teeny}
|
|
|
|
|
|
Summary: Portable C++ source libraries
|
|
|
Summary(ja): ポータブルな C++ ソースライブラリ
|
|
|
Name: libboost
|
|
|
Version: %{major}.%{minor}.%{teeny}
|
|
|
-Release: 4%{?_dist_release}
|
|
|
-Source0: http://downloads.sourceforge.net/%{tarname}/%{tarname}_%{ver}.tar.bz2
|
|
|
+Release: 1%{?_dist_release}
|
|
|
+Source0: http://downloads.sourceforge.net/%{tarname}/%{tarname}_%{pkgver}.tar.bz2
|
|
|
Source1: user-config.jam
|
|
|
License: distributable
|
|
|
Group: System Environment/Libraries
|
|
@@ -85,15 +85,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description date-time
|
|
|
Set of data-time libralies in %{name}
|
|
|
|
|
|
-#%package date-time-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-date-time
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-date-time = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description date-time-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-date-time
|
|
|
-
|
|
|
%package filesystem
|
|
|
Summary: Set of filesystem operation libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -102,15 +93,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description filesystem
|
|
|
Set of filesystem operation libralies in %{name}
|
|
|
|
|
|
-#%package filesystem-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-filesystem
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-filesystem = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description filesystem-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-filesystem
|
|
|
-
|
|
|
%package graph
|
|
|
Summary: Set of Graphviz libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -119,15 +101,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description graph
|
|
|
Set of Graphviz libralies in %{name}
|
|
|
|
|
|
-#%package graph-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-graph
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-graph = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description graph-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-graph
|
|
|
-
|
|
|
%package iostreams
|
|
|
Summary: Set of streams and i/o filters libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -136,15 +109,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description iostreams
|
|
|
Set of streams and i/o filters libralies in %{name}
|
|
|
|
|
|
-#%package iostreams-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-iostreams
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-iostreams = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description iostreams-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-iostreams
|
|
|
-
|
|
|
%package math
|
|
|
Summary: Set of math libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -161,15 +125,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description program-options
|
|
|
Set of program options libralies in %{name}
|
|
|
|
|
|
-#%package program-options-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-program-options
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-program-options = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description program-options-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-program-options
|
|
|
-
|
|
|
%package python
|
|
|
Summary: Set of Python libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -178,14 +133,13 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description python
|
|
|
Set of Python libralies in %{name}
|
|
|
|
|
|
-#%package python-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-python
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-python = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description python-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-python
|
|
|
+%package random
|
|
|
+Summary: Set of random number generation libralies in %{name}
|
|
|
+Group: System Environment/Libraries
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+
|
|
|
+%description random
|
|
|
+Set of random number generation libralies in %{name}
|
|
|
|
|
|
%package regex
|
|
|
Summary: Set of regular expression libralies in %{name}
|
|
@@ -195,15 +149,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description regex
|
|
|
Set of regular expression libralies in %{name}
|
|
|
|
|
|
-#%package regex-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-regex
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-regex = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description regex-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-regex
|
|
|
-
|
|
|
%package serialization
|
|
|
Summary: Set of serialization libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -212,15 +157,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description serialization
|
|
|
Set of serialization libralies in %{name}
|
|
|
|
|
|
-#%package serialization-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-serialization
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-serialization = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description serialization-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-serialization
|
|
|
-
|
|
|
%package signals
|
|
|
Summary: Set of signals and slots libralies in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -229,14 +165,14 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description signals
|
|
|
Set of signals and slots libralies in %{name}
|
|
|
|
|
|
-#%package signals-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-signals
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-signals = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description signals-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-signals
|
|
|
+%package system
|
|
|
+Summary: Operating system support
|
|
|
+Group: System Environment/Libraries
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+
|
|
|
+%description system
|
|
|
+Operating system support, including the diagnostics support
|
|
|
+that will be part of the C++0x standard library
|
|
|
|
|
|
%package test
|
|
|
Summary: Set of libraries for writing and executing tests in %{name}
|
|
@@ -246,15 +182,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description test
|
|
|
Set of libraries for writing and executing tests in %{name}
|
|
|
|
|
|
-#%package test-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-test
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-test = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description test-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-test
|
|
|
-
|
|
|
%package thread
|
|
|
Summary: Set of multi-thread libraries in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -263,15 +190,6 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description thread
|
|
|
Set of multi-thread libraries in %{name}
|
|
|
|
|
|
-#%package thread-devel
|
|
|
-#Summary: Static libraries for developing apps which will use %{name}-thread
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#Requires: %{name}-thread = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description thread-devel
|
|
|
-#Static libraries for developing apps which will use %{name}-thread
|
|
|
-
|
|
|
%package wave
|
|
|
Summary: Set of wave libraries in %{name}
|
|
|
Group: System Environment/Libraries
|
|
@@ -280,25 +198,8 @@ Requires: %{name} = %{version}-%{release}
|
|
|
%description wave
|
|
|
Set of wave libraries in %{name}
|
|
|
|
|
|
-#%package wave-devel
|
|
|
-#Summary: Static libraries for developing apps using %{name} wave libraries
|
|
|
-#Group: Development/Libraries
|
|
|
-#Requires: %{name}-devel = %{version}-%{release}
|
|
|
-#
|
|
|
-#%description wave-devel
|
|
|
-#Static libraries for developing apps using %{name} wave libraries
|
|
|
-
|
|
|
-%package system
|
|
|
-Summary: Operating system support
|
|
|
-Group: System Environment/Libraries
|
|
|
-Requires: %{name} = %{version}-%{release}
|
|
|
-
|
|
|
-%description system
|
|
|
-Operating system support, including the diagnostics support
|
|
|
-that will be part of the C++0x standard library
|
|
|
-
|
|
|
%prep
|
|
|
-%setup -q -n %{tarname}_%{ver}
|
|
|
+%setup -q -n %{tarname}_%{pkgver}
|
|
|
cp %SOURCE1 user-config.jam
|
|
|
|
|
|
%build
|
|
@@ -391,7 +292,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_includedir}/boost-%{lnkver}/
|
|
|
|
|
|
%files doc
|
|
|
-%doc index.htm index.html boost.css boost.png rst.css doc libs more people wiki
|
|
|
+%doc index.htm index.html boost.css boost.png rst.css doc libs more
|
|
|
|
|
|
%files date-time
|
|
|
%{_libdir}/%{name}_date_time*.so*
|
|
@@ -416,6 +317,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files python
|
|
|
%{_libdir}/%{name}_python*.so*
|
|
|
|
|
|
+%files random
|
|
|
+%{_libdir}/%{name}_random*.so*
|
|
|
+
|
|
|
%files regex
|
|
|
%{_libdir}/%{name}_regex*.so*
|
|
|
|
|
@@ -426,6 +330,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files signals
|
|
|
%{_libdir}/%{name}_signals*.so*
|
|
|
|
|
|
+%files system
|
|
|
+%{_libdir}/%{name}_system*.so*
|
|
|
+
|
|
|
%files test
|
|
|
%{_libdir}/%{name}_prg_exec_monitor*.so*
|
|
|
%{_libdir}/%{name}_unit_test_framework*.so*
|
|
@@ -436,10 +343,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%files wave
|
|
|
%{_libdir}/%{name}_wave*.so*
|
|
|
|
|
|
-%files system
|
|
|
-%{_libdir}/%{name}_system*.so*
|
|
|
-
|
|
|
%changelog
|
|
|
+* Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.45.0-1
|
|
|
+- updated to boost_1_45_0
|
|
|
+- added random sub-package
|
|
|
+
|
|
|
* Wed Apr 14 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.42.0-4
|
|
|
- rebuilt again on ppc
|
|
|
|