summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-08 16:35:45 +0200
committerRemi Collet <fedora@famillecollet.com>2010-08-08 16:35:45 +0200
commit656b151868b948e4ff46203e0dfda4c44f10cc57 (patch)
treecaf634fefca1b7ce507d6e0dc6a3094718c4c8c2
parent384bddd2b702ab79d0ec73e7d4187275dba538b7 (diff)
minor fixes for fedora review
-rw-r--r--README7
-rw-r--r--mysql-connector-c++.spec10
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 <RPMS@famillecollet.com> 1.1.0-0.1.bzr888
-- update to 1.1.0 from bzr snapshot 888
+* Sun Aug 08 2010 Remi Collet <Fedora@famillecollet.com> 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 <RPMS@famillecollet.com> 1.1.0-0.1.bzr819
- update to 1.1.0 from bzr snapshot 819