Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ecf182ae9 | |||
|
|
dffc0e9831 |
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Name: unittest-cpp
|
||||||
# 1.4 is the last version of the old sf.net project.
|
# 1.4 is the last version of the old sf.net project.
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
# so we're postrelease.
|
# so we're postrelease.
|
||||||
Release: 14%{gitversion}%{?dist}
|
Release: 15%{gitversion}%{?dist}
|
||||||
Summary: Lightweight unit testing framework for C++
|
Summary: Lightweight unit testing framework for C++
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
@ -59,6 +59,7 @@ touch NEWS
|
||||||
ln README.md README
|
ln README.md README
|
||||||
# autoreconf will add a GPLv3 license text in COPYING
|
# autoreconf will add a GPLv3 license text in COPYING
|
||||||
ln LICENSE COPYING
|
ln LICENSE COPYING
|
||||||
|
mkdir m4
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -103,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/lib%{oldname}.la
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 22 2013 Luke Benstead <kazade@fedoraproject.org> - 1.4-14.20130823gite76d25a
|
||||||
- Fix .spec file after previous change
|
- Fix .spec file after previous change
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue