Author: wyoung
Date: Tue Apr 17 14:05:26 2007
New Revision: 1533
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1533&view=rev
Log:
Changed the way we generate temporary build directory path. It's less
brittle now, it better conforms to the Fedora Packaging Guidelines, and
it works on all platforms we support, as-is.
Modified:
trunk/mysql++.spec.in
Modified: trunk/mysql++.spec.in
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.spec.in?rev=1533&r1=1532&r2=1533&view=diff
==============================================================================
--- trunk/mysql++.spec.in (original)
+++ trunk/mysql++.spec.in Tue Apr 17 14:05:26 2007
@@ -6,7 +6,7 @@
Group: Development/Libraries
URL: http://tangentsoft.net/mysql++/
Source0: http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: MySQL-shared mysql-devel
%description
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits