rpms/db4/devel db4.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 25 19:59:46 UTC 2005


Author: notting

Update of /cvs/dist/rpms/db4/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16062

Modified Files:
	db4.spec 
Log Message:
add libdb_cxx.so link (#149191)



Index: db4.spec
===================================================================
RCS file: /cvs/dist/rpms/db4/devel/db4.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- db4.spec	4 Mar 2005 15:10:57 -0000	1.18
+++ db4.spec	25 Apr 2005 19:59:44 -0000	1.19
@@ -17,7 +17,7 @@
 Summary: The Berkeley DB database library (version 4) for C.
 Name: db4
 Version: 4.3.27
-Release: 2
+Release: 3
 Source: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz
 Source1: http://www.sleepycat.com/update/1.85/db.1.85.tar.gz
 Source2: nptl-abi-note.S
@@ -275,6 +275,7 @@
 	rm $RPM_BUILD_ROOT/rootfile
 	ln -sf ${root}/%{_lib}/libdb-%{__soversion}.so $RPM_BUILD_ROOT/%{_libdir}/libdb.so
 	ln -sf ${root}/%{_lib}/libdb-%{__soversion}.so $RPM_BUILD_ROOT/%{_libdir}/
+	ln -sf libdb_cxx-%{__soversion}.so $RPM_BUILD_ROOT/%{_libdir}/libdb_cxx.so
 	# Leave relative symlinks in %{_libdir}/tls.
 	if test -e $RPM_BUILD_ROOT/%{_lib}/tls/libdb-%{__soversion}.so ; then
 		ln -sf ${root}/../%{_lib}/tls/libdb-%{__soversion}.so $RPM_BUILD_ROOT/%{_libdir}/tls/
@@ -386,6 +387,7 @@
 %doc	docs/ref docs/sleepycat
 %doc	examples_c examples_cxx
 %{_libdir}/libdb.so
+%{_libdir}/libdb_cxx.so
 %{_libdir}/libdb-%{__soversion}.la
 %{_libdir}/libdb_cxx-%{__soversion}.la
 %{_libdir}/%{_libdb_a}
@@ -423,6 +425,9 @@
 %endif
 
 %changelog
+* Mon Apr 25 2005 Bill Nottingham <notting at redhat.com> 4.3.27-3
+- add libdb_cxx.so link (#149191)
+
 * Fri Mar  4 2005 Jeff Johnson <jbj at jbj.org> 4.3.27-2
 - rebuild with gcc4.
 




More information about the fedora-cvs-commits mailing list