[nurbs++/f19] * Fix FTBFS, bug 914222

mycae mycae at fedoraproject.org
Sat May 4 14:02:36 UTC 2013


commit bbbf5978bac160ad4e627d6c6ffdeface222a119
Author: mycae <mycae at gmx.com>
Date:   Sat May 4 10:02:07 2013 -0400

    * Fix FTBFS, bug 914222

 nurbs++.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nurbs++.spec b/nurbs++.spec
index 86c3d63..4c3b5a5 100644
--- a/nurbs++.spec
+++ b/nurbs++.spec
@@ -1,6 +1,6 @@
 Name:		nurbs++
 Version:	3.0.11
-Release:	14%{?dist}
+Release:	15%{?dist}
 Summary:	Non Uniform Rational Basis Spline (NURBS) library for C++
 
 Group:		Development/Libraries
@@ -54,6 +54,8 @@ Development libraries for the %{name} library.
 %patch1
 %patch2
 
+#Create missing file required for autoreconf
+touch test-driver
 #Reconfigure to fix openGL test
 autoreconf -f
 #libtool provided is <1.5, which causes --tags to be not recognised
@@ -118,6 +120,9 @@ rm -rf %{buildroot}
 %{_libdir}/libnurbsf.so
 
 %changelog
+* Sat May 04 2013 <mycae(a!t)yahoo.com> 3.0.11-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.11-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list