|
@@ -9,9 +9,10 @@ Summary: Portable C++ source libraries
|
|
Summary(ja): ポータブルな C++ ソースライブラリ
|
|
Summary(ja): ポータブルな C++ ソースライブラリ
|
|
Name: libboost
|
|
Name: libboost
|
|
Version: %{major}.%{minor}.%{teeny}
|
|
Version: %{major}.%{minor}.%{teeny}
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Source0: http://downloads.sourceforge.net/%{tarname}/%{tarname}_%{pkgver}.tar.bz2
|
|
Source0: http://downloads.sourceforge.net/%{tarname}/%{tarname}_%{pkgver}.tar.bz2
|
|
Source1: user-config.jam
|
|
Source1: user-config.jam
|
|
|
|
+Patch0: https://svn.boost.org/trac/boost/attachment/ticket/4688/boost_filesystem.patch
|
|
License: distributable
|
|
License: distributable
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.boost.org/
|
|
URL: http://www.boost.org/
|
|
@@ -202,6 +203,8 @@ Set of wave libraries in %{name}
|
|
%setup -q -n %{tarname}_%{pkgver}
|
|
%setup -q -n %{tarname}_%{pkgver}
|
|
cp %SOURCE1 user-config.jam
|
|
cp %SOURCE1 user-config.jam
|
|
|
|
|
|
|
|
+%patch0 -p1 -b .filesystem
|
|
|
|
+
|
|
%build
|
|
%build
|
|
## ./configure --prefix=/usr --libdir=%{_libdir} --with-icu
|
|
## ./configure --prefix=/usr --libdir=%{_libdir} --with-icu
|
|
## make EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=/usr/lib
|
|
## make EXPAT_INCLUDE=/usr/include EXPAT_LIBPATH=/usr/lib
|
|
@@ -344,6 +347,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/%{name}_wave*.so*
|
|
%{_libdir}/%{name}_wave*.so*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.45.0-2
|
|
|
|
+- fixed crashing throwing exception
|
|
|
|
+ "std::runtime_error: locale::facet::_S_create_c_locale name not valid"
|
|
|
|
+ on some systems (FreeBSD and some linuxes) when current locale
|
|
|
|
+ (LANG,LC_ALL) is not "C"
|
|
|
|
+
|
|
* Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.45.0-1
|
|
* Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 1.45.0-1
|
|
- updated to boost_1_45_0
|
|
- updated to boost_1_45_0
|
|
- added random sub-package
|
|
- added random sub-package
|