packages: crossmingw32-boost/crossmingw32-boost.spec, crossmingw32-boost/cr...

qboosh qboosh at pld-linux.org
Tue Sep 21 20:18:48 CEST 2010


Author: qboosh                       Date: Tue Sep 21 18:18:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.44.0
- removed obsolete win patch

---- Files affected:
packages/crossmingw32-boost:
   crossmingw32-boost.spec (1.16 -> 1.17) , crossmingw32-boost-win.patch (1.7 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/crossmingw32-boost/crossmingw32-boost.spec
diff -u packages/crossmingw32-boost/crossmingw32-boost.spec:1.16 packages/crossmingw32-boost/crossmingw32-boost.spec:1.17
--- packages/crossmingw32-boost/crossmingw32-boost.spec:1.16	Thu Jan 21 23:57:34 2010
+++ packages/crossmingw32-boost/crossmingw32-boost.spec	Tue Sep 21 20:18:43 2010
@@ -4,17 +4,16 @@
 %bcond_with	serialization	# enable Boost Serialization
 #
 %define		realname	boost
-Summary:	The Boost C++ Libraries - Mingw32 cross version
-Summary(pl.UTF-8):	Biblioteki C++ "Boost" - wersja skrośna dla Mingw32
+Summary:	The Boost C++ Libraries - MinGW32 cross version
+Summary(pl.UTF-8):	Biblioteki C++ "Boost" - wersja skrośna dla MinGW32
 Name:		crossmingw32-%{realname}
-Version:	1.41.0
+Version:	1.44.0
 %define	fver	%(echo %{version} | tr . _)
 Release:	1
 License:	Boost Software License and others
 Group:		Development/Libraries
-Source0:	http://dl.sourceforge.net/boost/%{realname}_%{fver}.tar.bz2
-# Source0-md5:	8bb65e133907db727a2a825c5400d0a6
-Patch0:		%{name}-win.patch
+Source0:	http://downloads.sourceforge.net/boost/%{realname}_%{fver}.tar.bz2
+# Source0-md5:	f02578f5218f217a9f20e9c30e119c6a
 URL:		http://www.boost.org/
 BuildRequires:	boost-jam >= 3.1.12
 BuildRequires:	crossmingw32-bzip2
@@ -65,16 +64,16 @@
 Raporcie Technicznym Biblioteki Standardowej C++.
 
 %package static
-Summary:	Static Boost libraries (cross mingw32 version)
-Summary(pl.UTF-8):	Statyczne biblioteki Boost (wersja skrośna mingw32)
+Summary:	Static Boost libraries (cross MinGW32 version)
+Summary(pl.UTF-8):	Statyczne biblioteki Boost (wersja skrośna MinGW32)
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description static
-Static Boost libraries (cross mingw32 version).
+Static Boost libraries (cross MinGW32 version).
 
 %description static -l pl.UTF-8
-Statyczne biblioteki Boost (wersja skrośna mingw32).
+Statyczne biblioteki Boost (wersja skrośna MinGW32).
 
 %package dll
 Summary:	Boost - DLL libraries for Windows
@@ -92,7 +91,6 @@
 
 %prep
 %setup -q -n %{realname}_%{fver}
-%patch0 -p1
 
 echo 'using gcc : : %{target}-g++ : <cxxflags>"%{rpmcxxflags}"' \
 	'<archiver>%{target}-ar ;' >tools/build/v2/user-config.jam
@@ -105,7 +103,7 @@
 %endif
 
 bjam \
-	-q -d2 \
+	-d2 \
 	--layout=versioned \
 	-sBZIP2_BINARY=bzip2 \
 	--toolset=gcc \
@@ -120,13 +118,9 @@
 	threading=multi \
 	threadapi=win32
 
-mkdir wlib
-find bin.v2/libs -name '*.a' -exec cp '{}' wlib \;
-find bin.v2/libs -name '*.dll' -exec cp '{}' wlib \;
-
 %if 0%{!?debug:1}
-%{target}-strip wlib/*.dll
-%{target}-strip -g -R.comment -R.note wlib/*.a
+%{target}-strip stage/lib/*.dll
+%{target}-strip -g -R.comment -R.note stage/lib/*.a
 %endif
 
 %install
@@ -134,24 +128,26 @@
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir},%{_dlldir}}
 
 cp -r boost $RPM_BUILD_ROOT%{_includedir}
-install wlib/*.a $RPM_BUILD_ROOT%{_libdir}
-install wlib/*.dll $RPM_BUILD_ROOT%{_dlldir}
+cp -a stage/lib/*.a $RPM_BUILD_ROOT%{_libdir}
+install stage/lib/*.dll $RPM_BUILD_ROOT%{_dlldir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_libdir}/libboost_*-mgw*-mt-*.dll.a
+%{_libdir}/libboost_*-mgw*-mt-1_44.dll.a
+%{_libdir}/libboost_*-mgw*-mt.dll.a
 %{_includedir}/boost
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libboost_*-mgw*-mt-*.a
+%{_libdir}/libboost_*-mgw*-mt-1_44.a
+%{_libdir}/libboost_*-mgw*-mt.a
 
 %files dll
 %defattr(644,root,root,755)
-%{_dlldir}/boost_*-mgw*-mt-*.dll
+%{_dlldir}/libboost_*-mgw*-mt-*.dll
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -159,6 +155,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/09/21 18:18:43  qboosh
+- updated to 1.44.0
+- removed obsolete win patch
+
 Revision 1.16  2010/01/21 22:57:34  lkrotowski
 - up to 1.41
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-boost/crossmingw32-boost.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list