0.9.11 update, drop config.* patch and use autoreconf instead
This commit is contained in:
parent
da10b210c4
commit
f83a788829
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/check-0.9.9.tar.gz
|
||||
/check-0.9.10.tar.gz
|
||||
/check-0.9.11.tar.gz
|
||||
|
16
check.spec
16
check.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user