Author: wyoung
Date: Fri Apr 13 16:57:35 2007
New Revision: 1522

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1522&view=rev
Log:
Small bugs in new RPM spec file fixed

Modified:
    trunk/mysql++.spec.in

Modified: trunk/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1522&r1=1521&r2=1522&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Fri Apr 13 16:57:35 2007
@@ -1,12 +1,12 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       @PACKAGE_NAME@
 Version:    @PACKAGE_VERSION@
-Release:    3%{?dist}
+Release:    1%{?dist}
 License:    LGPL
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: MySQL-shared-compat
 
 %description
@@ -37,8 +37,8 @@
 %setup -q
 
 %build
+%configure --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
-%configure --disable-dependency-tracking
 
 %install
 rm -rf %{buildroot} doc/examples doc/html


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

Reply via email to