Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
2ecf182ae9 f18-only build fix 2013-11-24 12:47:45 +01:00
Luke Benstead
dffc0e9831 Attempt to fix building on F18 2013-11-22 15:03:19 +00:00

View file

@ -10,7 +10,7 @@ Name: unittest-cpp
# 1.4 is the last version of the old sf.net project.
Version: 1.4
# so we're postrelease.
Release: 14%{gitversion}%{?dist}
Release: 15%{gitversion}%{?dist}
Summary: Lightweight unit testing framework for C++
License: MIT
Group: Development/Libraries
@ -59,6 +59,7 @@ touch NEWS
ln README.md README
# autoreconf will add a GPLv3 license text in COPYING
ln LICENSE COPYING
mkdir m4
autoreconf -i
%build
@ -103,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la
%postun -p /sbin/ldconfig
%changelog
* Sun Nov 24 2013 François Cami <fcami@fedoraproject.org> - 1.4-15.20130823gite76d25a
- f18-only build fix.
* Fri Nov 22 2013 Luke Benstead <kazade@fedoraproject.org> - 1.4-14.20130823gite76d25a
- Fix .spec file after previous change