Author: wyoung
Date: Fri Apr 13 17:30:25 2007
New Revision: 1525

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1525&view=rev
Log:
- Made RPM build process less dependent on the ever-changing RPM package
  names from MySQL AB.  Using the more generic 'provides' tags instead
  of the actual package name.
- RPM build now also requires mysql-devel, not just mysql-shared

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1525&r1=1524&r2=1525&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Fri Apr 13 17:30:25 2007
@@ -7,7 +7,7 @@
 URL:        http://tangentsoft.net/mysql++/
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: MySQL-shared-compat
+BuildRequires: MySQL-shared mysql-devel
 
 %description
 MySQL++ makes working with MySQL server queries as easy as working


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

Reply via email to