Author: wyoung
Date: Fri Aug  3 17:47:32 2007
New Revision: 1727

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1727&view=rev
Log:
Fixed a typo in RPM filename generation that prevented -devel RPM from
recognizing that the corresponding MySQL++ library RPM was installed.

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1727&r1=1726&r2=1727&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Fri Aug  3 17:47:32 2007
@@ -18,7 +18,7 @@
 %package devel
 Summary:   MySQL++ developer files (headers, examples, etc.)
 Group:     Development/Libraries
-Requires:  mysql++=%{version}-%{release} mysql-devel
+Requires:  mysql++-%{version}-%{release} mysql-devel
 
 %description devel
 These are the files needed to compile MySQL++ based programs, plus


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

Reply via email to