summaryrefslogtreecommitdiffstats
path: root/mysql-connector-c++.spec
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 /mysql-connector-c++.spec
parent384bddd2b702ab79d0ec73e7d4187275dba538b7 (diff)
minor fixes for fedora review
Diffstat (limited to 'mysql-connector-c++.spec')
-rw-r--r--mysql-connector-c++.spec10
1 files changed, 5 insertions, 5 deletions
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