[unittest-cpp/f18] f18-only build fix

François Cami fcami at fedoraproject.org
Sun Nov 24 11:48:03 UTC 2013


commit 2ecf182ae9dfe06cf886553937ea6d6b411cee97
Author: François Cami <fcami at fedoraproject.org>
Date:   Sun Nov 24 12:47:45 2013 +0100

    f18-only build fix

 unittest-cpp.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/unittest-cpp.spec b/unittest-cpp.spec
index 5f9e6cb..02c3173 100644
--- a/unittest-cpp.spec
+++ b/unittest-cpp.spec
@@ -59,10 +59,10 @@ touch NEWS
 ln README.md README
 # autoreconf will add a GPLv3 license text in COPYING
 ln LICENSE COPYING
+mkdir m4
 autoreconf -i
 
 %build
-mkdir m4
 %configure
 # rpmlint unused-direct-shlib-dependency
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -104,8 +104,8 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la
 %postun -p /sbin/ldconfig
 
 %changelog
-* Fri Nov 22 2013 Luke Benstead <kazade at fedoraproject.org> - 1.4-15.20130823gite76d25a
-- Attempt to fix building on F18
+* Sun Nov 24 2013 François Cami <fcami at fedoraproject.org> - 1.4-15.20130823gite76d25a
+- f18-only build fix.
 
 * Fri Nov 22 2013 Luke Benstead <kazade at fedoraproject.org> - 1.4-14.20130823gite76d25a
 - Fix .spec file after previous change


More information about the scm-commits mailing list