0.9.10
This commit is contained in:
parent
48cbf1159f
commit
2affa2f67b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/check-0.9.9.tar.gz
|
/check-0.9.9.tar.gz
|
||||||
|
/check-0.9.10.tar.gz
|
||||||
|
11
check.spec
11
check.spec
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user