This commit is contained in:
Tom Callaway 2013-04-18 12:43:18 -04:00
parent 48cbf1159f
commit 2affa2f67b
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

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

View File

@ -1,10 +1,8 @@
Name: check Name: check
Version: 0.9.9 Version: 0.9.10
Release: 3%{?dist} Release: 1%{?dist}
Summary: A unit test framework for C Summary: A unit test framework for C
Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
# Fix some formatted printing bugs. Sent upstream 22 Oct. 2012.
Patch0: %{name}-format.patch
# Enable aarch64 support. # Enable aarch64 support.
Patch1: %{name}-aarch64.patch Patch1: %{name}-aarch64.patch
Group: Development/Tools Group: Development/Tools
@ -41,7 +39,6 @@ Static libraries of check.
%prep %prep
%setup -q %setup -q
%patch0
%patch1 %patch1
# Fix detection of localtime_r declaration # Fix detection of localtime_r declaration
@ -89,6 +86,7 @@ fi
%{_bindir}/checkmk %{_bindir}/checkmk
%{_mandir}/man1/checkmk.1* %{_mandir}/man1/checkmk.1*
%{_includedir}/check.h %{_includedir}/check.h
%{_includedir}/check_stdint.h
%{_libdir}/libcheck.so %{_libdir}/libcheck.so
%{_libdir}/pkgconfig/check.pc %{_libdir}/pkgconfig/check.pc
%{_datadir}/aclocal/check.m4 %{_datadir}/aclocal/check.m4
@ -99,6 +97,9 @@ fi
%{_libdir}/libcheck.a %{_libdir}/libcheck.a
%changelog %changelog
* Thu Apr 18 2013 Tom Callaway <spot@fedoraproject.org> - 0.9.10-1
- update to 0.9.10
* Mon Mar 25 2013 Jerry James <loganjerry@gmail.com> - 0.9.9-3 * Mon Mar 25 2013 Jerry James <loganjerry@gmail.com> - 0.9.9-3
- Enable aarch64 support (bz 925218) - Enable aarch64 support (bz 925218)

View File

@ -1 +1 @@
f3702f2fcfc19ce3f62dca66c241a168 check-0.9.9.tar.gz 6d10a8efb9a683467b92b3bce97aeb30 check-0.9.10.tar.gz