0.11.0
This commit is contained in:
parent
421fa70ac5
commit
79fb554a81
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/check-0.9.14.tar.gz
|
/check-0.9.14.tar.gz
|
||||||
/check-0.10.0.tar.gz
|
/check-0.10.0.tar.gz
|
||||||
/0.10.0.tar.gz
|
/0.10.0.tar.gz
|
||||||
|
/0.11.0.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff -up check-0.10.0/configure.ac.info-in-builddir check-0.10.0/configure.ac
|
diff -up check-0.11.0/configure.ac.info-in-builddir check-0.11.0/configure.ac
|
||||||
--- check-0.10.0/configure.ac.info-in-builddir 2015-08-02 13:31:25.000000000 -0600
|
--- check-0.11.0/configure.ac.info-in-builddir 2016-12-21 15:36:18.415103323 -0500
|
||||||
+++ check-0.10.0/configure.ac 2015-08-06 20:00:00.000000000 -0600
|
+++ check-0.11.0/configure.ac 2016-12-21 15:37:20.008715140 -0500
|
||||||
@@ -23,9 +23,9 @@
|
@@ -20,9 +20,9 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_LIBOBJ_DIR([lib])
|
||||||
|
|
||||||
# really severe build strictness
|
# really severe build strictness
|
||||||
-AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
|
-AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
|
26
check.spec
26
check.spec
@ -1,15 +1,15 @@
|
|||||||
Name: check
|
Name: check
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A unit test framework for C
|
Summary: A unit test framework for C
|
||||||
Source0: https://github.com/libcheck/%{name}/archive/%{version}.tar.gz
|
Source0: https://github.com/libcheck/%{name}/archive/%{version}.tar.gz
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://libcheck.github.io/check/
|
URL: http://libcheck.github.io/check/
|
||||||
# Only needed for autotools in Fedora
|
# Only needed for autotools in Fedora
|
||||||
Patch0: %{name}-0.10.0-info-in-builddir.patch
|
Patch0: %{name}-0.11.0-info-in-builddir.patch
|
||||||
BuildRequires: pkgconfig, libtool, autoconf, automake, subunit-devel
|
BuildRequires: pkgconfig, libtool, autoconf, automake, subunit-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
|
||||||
@ -76,9 +76,17 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
|
||||||
|
rm -rf doc/example/.cvsignore
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LD_LIBRARY_PATH=$PWD/src/.libs
|
export LD_LIBRARY_PATH=$PWD/src/.libs
|
||||||
make check
|
make check
|
||||||
|
# Don't need to package the sh, log or trs files
|
||||||
|
# when we scoop the other checkmk/test files for doc
|
||||||
|
rm -rf checkmk/test/check_checkmk*
|
||||||
|
# these files are empty
|
||||||
|
rm -rf checkmk/test/empty_input
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -96,8 +104,8 @@ if [ $1 = 0 -a -e %{_infodir}/%{name}.info* ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING.LESSER ChangeLog ChangeLogOld NEWS README SVNChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%doc THANKS TODO
|
%license COPYING.LESSER
|
||||||
%{_libdir}/libcheck.so.*
|
%{_libdir}/libcheck.so.*
|
||||||
%{_infodir}/check*
|
%{_infodir}/check*
|
||||||
|
|
||||||
@ -111,15 +119,19 @@ fi
|
|||||||
|
|
||||||
#check used to be static only, hence this.
|
#check used to be static only, hence this.
|
||||||
%files static
|
%files static
|
||||||
%doc COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
%{_libdir}/libcheck.a
|
%{_libdir}/libcheck.a
|
||||||
|
|
||||||
%files checkmk
|
%files checkmk
|
||||||
%doc checkmk/README checkmk/examples
|
%doc checkmk/README checkmk/examples
|
||||||
|
%doc checkmk/test
|
||||||
%{_bindir}/checkmk
|
%{_bindir}/checkmk
|
||||||
%{_mandir}/man1/checkmk.1*
|
%{_mandir}/man1/checkmk.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2016 Tom Callaway <spot@fedoraproject.org> - 0.11.0-1
|
||||||
|
- update to 0.11.0
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user