From 656b151868b948e4ff46203e0dfda4c44f10cc57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Aug 2010 16:35:45 +0200 Subject: minor fixes for fedora review --- README | 7 ++++++- mysql-connector-c++.spec | 10 +++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README b/README index 03e92b0..6e3b367 100644 --- a/README +++ b/README @@ -2,5 +2,10 @@ mysql-connector-c++ ------------------- Package in progress -Not yet available in fedora. + +The bazaar snaphot is required by MySQL Workbench. + +Review for fedora official repository is pending +https://bugzilla.redhat.com/622272 + diff --git a/mysql-connector-c++.spec b/mysql-connector-c++.spec index d148128..b459d37 100644 --- a/mysql-connector-c++.spec +++ b/mysql-connector-c++.spec @@ -55,8 +55,8 @@ These are the files needed to compile programs using MySQL Connector/C++. %prep %setup -q -sed -i -e 's/lib$/%{_lib}/' driver/CMakeLists.txt - +%{__sed} -i -e 's/lib$/%{_lib}/' driver/CMakeLists.txt +%{__chmod} -x examples/*.cpp examples/*.txt %{cmake} @@ -93,7 +93,6 @@ rm -rf %{buildroot} %doc ANNOUNCEMEN* COPYING README CHANGES %{_libdir}/libmysqlcppconn.so.* %exclude %{_libdir}/libmysqlcppconn-static.a -#%exclude %{_prefix}/ANNOUNCEMEN* %exclude %{_prefix}/COPYING %exclude %{_prefix}/README @@ -106,8 +105,9 @@ rm -rf %{buildroot} %changelog -* Sat Aug 06 2010 Remi Collet 1.1.0-0.1.bzr888 -- update to 1.1.0 from bzr snapshot 888 +* Sun Aug 08 2010 Remi Collet 1.1.0-0.1.bzr888 +- update to 1.1.0 from bzr snapshot 888 (for Workbench 5.2.26) +- initial package for fedora review * Fri Jun 04 2010 Remi Collet 1.1.0-0.1.bzr819 - update to 1.1.0 from bzr snapshot 819 -- cgit