0.9.11 update, drop config.* patch and use autoreconf instead

This commit is contained in:
Tom Callaway 2013-11-05 12:42:14 -05:00
parent da10b210c4
commit f83a788829
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/check-0.9.9.tar.gz
/check-0.9.10.tar.gz
/check-0.9.11.tar.gz

View File

@ -1,16 +1,12 @@
Name: check
Version: 0.9.10
Release: 3%{?dist}
Version: 0.9.11
Release: 1%{?dist}
Summary: A unit test framework for C
Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
# Enable aarch64 support.
Patch1: %{name}-aarch64.patch
Group: Development/Tools
License: LGPLv2+
URL: http://check.sourceforge.net/
BuildRequires: pkgconfig
BuildRequires: pkgconfig, libtool, autoconf, automake
Requires(post): info
Requires(preun): info
@ -49,7 +45,7 @@ programs suitable for use with the Check unit test framework.
%prep
%setup -q
%patch1
autoreconf -ivf
# Fix detection of various time-related function declarations
sed -i '/"ac_cv_have_decl_clock_gettime"/iac_includes_default="$ac_includes_default\n#include <time.h>"' configure
@ -114,6 +110,10 @@ fi
%{_mandir}/man1/checkmk.1*
%changelog
* Tue Nov 5 2013 Tom Callaway <spot@fedoraproject.org> - 0.9.11-1
- update to 0.9.11
- use autoreconf -ivf instead of the patch
* Mon Aug 5 2013 Jerry James <loganjerry@gmail.com> - 0.9.10-3
- Drop -format patch, upstreamed
- Fix detection of more time-related functions

View File

@ -1 +1 @@
6d10a8efb9a683467b92b3bce97aeb30 check-0.9.10.tar.gz
fd5a03979bcab9fb80ba005b55f54178 check-0.9.11.tar.gz