SPECS: boost.spec - updated python patch is back - package few mor...

qboosh qboosh at pld-linux.org
Sun Jun 17 00:41:58 CEST 2007


Author: qboosh                       Date: Sat Jun 16 22:41:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated python patch is back
- package few more files

---- Files affected:
SPECS:
   boost.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: SPECS/boost.spec
diff -u SPECS/boost.spec:1.89 SPECS/boost.spec:1.90
--- SPECS/boost.spec:1.89	Sat Jun 16 23:23:09 2007
+++ SPECS/boost.spec	Sun Jun 17 00:41:53 2007
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 #
 # TODO:
+# - pass %{__cxx}
 # - review python fixes.
 # - add new subpackages and update files.
 #
@@ -18,7 +19,7 @@
 Source0:	http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2
 # Source0-md5:	ed5b9291ffad776f8757a916e1726ad0
 Patch0:		%{name}-atomicity.patch
-#Patch1:		%{name}-python.patch
+Patch1:		%{name}-python.patch
 URL:		http://www.boost.org/
 BuildRequires:	boost-jam >= 3.1.3
 BuildRequires:	bzip2-devel
@@ -658,7 +659,7 @@
 %prep
 %setup -q -n %{name}_%{_fver}
 %patch0 -p0
-#patch1 -p1
+%patch1 -p1
 
 # - don't know how to pass it through (b)jam -s (no way?)
 #   due to oversophisticated build flags system.
@@ -684,9 +685,6 @@
 	-d2 --toolset=gcc \
 	variant=release threading=multi inlining=on debug-symbols=on
 
-#	-sPYTHON_ROOT=$PYTHON_ROOT \
-#	-sPYTHON_VERSION=$PYTHON_VERSION
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
@@ -1016,6 +1014,7 @@
 %files date_time-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libboost_date_time*.so
+%{_includedir}/boost/date_time.hpp
 %{_includedir}/boost/date_time
 
 %files date_time-static
@@ -1029,6 +1028,7 @@
 %files filesystem-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libboost_filesystem*.so
+%{_includedir}/boost/filesystem.hpp
 %{_includedir}/boost/filesystem
 
 %files filesystem-static
@@ -1125,6 +1125,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2007/06/16 22:41:53  qboosh
+- updated python patch is back
+- package few more files
+
 Revision 1.89  2007/06/16 21:23:09  qboosh
 - don't hardcode debug flags, they belong to rpmcxxflags
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/boost.spec?r1=1.89&r2=1.90&f=u



More information about the pld-cvs-commit mailing list