rpms/mysql/devel mysql.spec,1.153,1.154

Tom Lane tgl at fedoraproject.org
Thu Jul 8 20:25:20 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6788

Modified Files:
	mysql.spec 
Log Message:
Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -p -r1.153 -r1.154
--- mysql.spec	21 Jun 2010 05:24:43 -0000	1.153
+++ mysql.spec	8 Jul 2010 20:25:20 -0000	1.154
@@ -428,11 +428,10 @@ fi
 
 %files libs
 %defattr(-,root,root)
-
+%doc COPYING EXCEPTIONS-CLIENT
 # although the default my.cnf contains only server settings, we put it in the
 # libs package because it can be used for client settings too.
 %config(noreplace) /etc/my.cnf
-
 %dir %{_libdir}/mysql
 %{_libdir}/mysql/libmysqlclient*.so.*
 /etc/ld.so.conf.d/*
@@ -552,6 +551,7 @@ fi
 
 %files embedded
 %defattr(-,root,root)
+%doc COPYING EXCEPTIONS-CLIENT
 %{_libdir}/mysql/libmysqld.so.*
 
 %files embedded-devel
@@ -574,6 +574,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+- Duplicate COPYING and EXCEPTIONS-CLIENT in -libs and -embedded subpackages,
+  to ensure they are available when any subset of mysql RPMs are installed,
+  per revised packaging guidelines
+
 * Mon Jun 21 2010 Tom Lane <tgl at redhat.com> 5.1.48-1
 - Update to MySQL 5.1.48, for various fixes described at
   http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html



More information about the scm-commits mailing list