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 - 1.4-15.20130823gite76d25a -- Attempt to fix building on F18 +* Sun Nov 24 2013 François Cami - 1.4-15.20130823gite76d25a +- f18-only build fix. * Fri Nov 22 2013 Luke Benstead - 1.4-14.20130823gite76d25a - Fix .spec file after previous change