Author: wyoung
Date: Tue Feb 12 13:11:55 2008
New Revision: 2195

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2195&view=rev
Log:
Copying config.h (needed by examples/threads.h) and diddling threads.h
to find the config.h file in its new location when building doc RPM.

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=2195&r1=2194&r2=2195&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Tue Feb 12 13:11:55 2008
@@ -50,6 +50,8 @@
 # Copy example programs to doc directory
 %{__mkdir_p} doc/examples
 %{__install} -m644 examples/*.{cpp,h} doc/examples/
+%{__install} -m644 config.h doc/examples/
+sed -i -e [EMAIL PROTECTED]/[EMAIL PROTECTED]@ doc/examples/threads.h
 
 # Fix up simple example Makefile to allow it to build on the install
 # system, as opposed to the system where the Makefile was created.


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to