summaryrefslogtreecommitdiffstats
path: root/mysql-connector-c++.spec
diff options
context:
space:
mode:
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