rpms/boost/devel .cvsignore, 1.7, 1.8 boost.spec, 1.20, 1.21 sources, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 4 23:14:29 UTC 2006


Author: bkoz

Update of /cvs/dist/rpms/boost/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24461

Modified Files:
	.cvsignore boost.spec sources 
Log Message:

* Wed Jan 04 2006 Benjamin Kosnik <bkoz at redhat.com> 1.33.1-3
- Update to boost-1.33.1.
- (#176485: Missing BuildRequires)
- (#169271: /usr/lib/libboost*.so.? links missing in package)





Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	15 Nov 2005 20:43:12 -0000	1.7
+++ .cvsignore	4 Jan 2006 23:14:27 -0000	1.8
@@ -1,2 +1,3 @@
 boost_1_33_0.tar.bz2
 boost-1.33.1.20051114.tar.bz2
+boost_1_33_1.tar.bz2


Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/boost.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- boost.spec	22 Dec 2005 23:57:54 -0000	1.20
+++ boost.spec	4 Jan 2006 23:14:27 -0000	1.21
@@ -1,9 +1,9 @@
-%define tarball_name boost-1.33.1.20051114
+%define tarball_name boost_1_33_1
 
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.33.1
-Release: 2
+Release: 3
 License: Boost Software License
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/boost-%{version}-root
 Prereq: /sbin/ldconfig
 BuildRequires: libstdc++-devel python 
+BuildRequires: bzip2-libs
 BuildRequires: bzip2-devel
 BuildRequires: zlib-devel
 Obsoletes: boost-doc <= 1.30.2
@@ -103,13 +104,14 @@
   NAME=`basename $i`;
   install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
 done;
-for i in `find stage -type f -name \*.so.*`; do
+for i in `find stage -type l -name \*.so`; do
   NAME=`basename $i`;
-  install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
+  cp $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
+  mv $i $RPM_BUILD_ROOT%{_libdir}/$NAME.2;
 done;
-for i in `find stage -type l -name \*.so`; do
+for i in `find stage -type f -name \*.so.*`; do
   NAME=`basename $i`;
-  mv $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
+  install -m 755 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
 done;
 
 # install include files
@@ -142,6 +144,7 @@
 %files 
 %defattr(-, root, root)
 %{_libdir}/*.so.%{version}
+%{_libdir}/*.so.2
 
 %files devel
 %defattr(-, root, root)
@@ -154,6 +157,11 @@
 %{_docdir}/boost-%{version}
 
 %changelog
+* Wed Jan 04 2006 Benjamin Kosnik <bkoz at redhat.com> 1.33.1-3
+- Update to boost-1.33.1.
+- (#176485: Missing BuildRequires)
+- (#169271: /usr/lib/libboost*.so.? links missing in package)
+
 * Thu Dec 22 2005 Jesse Keating <jkeating at redhat.com> 1.33.1-2
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	15 Nov 2005 20:43:12 -0000	1.9
+++ sources	4 Jan 2006 23:14:27 -0000	1.10
@@ -1,2 +1,3 @@
 56fafc275dc0e195ec2f27e8769482cc  boost_1_33_0.tar.bz2
 74785688e823771402cfa5753fe95b8a  boost-1.33.1.20051114.tar.bz2
+2b999b2fb7798e1737d1fff8fac602ef  boost_1_33_1.tar.bz2




More information about the fedora-cvs-commits mailing list