Author: wyoung
Date: Fri Aug  3 18:53:22 2007
New Revision: 1729

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1729&view=rev
Log:
Another fix to the spec file Requires lines.  Previous one doesn't
actually fix the problem.

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1729&r1=1728&r2=1729&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Fri Aug  3 18:53:22 2007
@@ -7,7 +7,7 @@
 URL:        http://tangentsoft.net/mysql++/
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: MySQL-shared mysql-devel
+BuildRequires: MySQL-shared, mysql-devel
 
 %description
 MySQL++ makes working with MySQL server queries as easy as working
@@ -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