Name: check Version: 0.9.9 Release: 5%{?dist} Summary: A unit test framework for C 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. Patch1: %{name}-aarch64.patch Group: Development/Tools License: LGPLv2+ URL: http://check.sourceforge.net/ BuildRequires: pkgconfig Requires(post): info Requires(preun): info %description Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. %package devel Summary: Libraries and headers for developing programs with check Group: Development/Libraries Requires: pkgconfig Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Libraries and headers for developing programs with check %package static Summary: Static libraries of check Group: Development/Libraries %description static Static libraries of check. %prep %setup -q %patch0 %patch1 # Fix detection of localtime_r declaration sed -i "/localtime_r/s/ac_includes_default/&\n#include /" configure %build %configure # Get rid of undesirable hardcoded rpaths sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ -i libtool make %install make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_infodir}/dir rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} %post /sbin/ldconfig if [ -e %{_infodir}/%{name}.info* ]; then /sbin/install-info \ --entry='* Check: (check). A unit testing framework for C.' \ %{_infodir}/%{name}.info %{_infodir}/dir || : fi %postun -p /sbin/ldconfig %preun if [ $1 = 0 -a -e %{_infodir}/%{name}.info* ]; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %files %doc AUTHORS COPYING.LESSER ChangeLog ChangeLogOld NEWS README SVNChangeLog %doc THANKS TODO %{_libdir}/libcheck.so.* %{_infodir}/check* %files devel %doc doc/example %{_bindir}/checkmk %{_mandir}/man1/checkmk.1* %{_includedir}/check.h %{_libdir}/libcheck.so %{_libdir}/pkgconfig/check.pc %{_datadir}/aclocal/check.m4 #check used to be static only, hence this. %files static %doc COPYING.LESSER %{_libdir}/libcheck.a %changelog * Fri Jan 24 2014 Daniel Mach - 0.9.9-5 - Mass rebuild 2014-01-24 * Fri Dec 27 2013 Daniel Mach - 0.9.9-4 - Mass rebuild 2013-12-27 * Mon Mar 25 2013 Jerry James - 0.9.9-3 - Enable aarch64 support (bz 925218) * Wed Feb 13 2013 Fedora Release Engineering - 0.9.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Oct 22 2012 Jerry James - 0.9.9-1 - New upstream version - Drop upstream patch for 0.9.8; fix now merged * Wed Jul 18 2012 Fedora Release Engineering - 0.9.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 15 2012 Jerry James - 0.9.8-5 - Add upstream patch for bz 821933 * Fri Jan 6 2012 Jerry James - 0.9.8-4 - Rebuild for GCC 4.7 - Minor spec file cleanups. * Mon Feb 14 2011 Jerry James - 0.9.8-3 - Rebuild for new gcc (Fedora 15 mass rebuild) * Mon Nov 29 2010 Jerry James - 0.9.8-2 - Add license file to -static package. - Remove BuildRoot tag. * Mon Sep 28 2009 Jerry James - 0.9.8-1 - Update to 0.9.8 * Thu Aug 6 2009 Jerry James - 0.9.6-5 - Support --excludedocs (bz 515933) - Replace broken upstream info dir entry * Fri Jul 24 2009 Fedora Release Engineering - 0.9.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Apr 7 2009 Jerry James - 0.9.6-3 - Add check-0.9.6-strdup.patch * Mon Feb 23 2009 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jan 6 2009 Tom "spot" Callaway - 0.9.6-1 - update to 0.9.6 * Mon Dec 1 2008 Jerry James - 0.9.5-3 - Fix unowned directory (bz 473635) - Drop unnecessary BuildRequires - Replace patches with addition of -fPIC to CFLAGS in the spec file - Add some more documentation files * Tue Feb 19 2008 Fedora Release Engineering - 0.9.5-2.1 - Autorebuild for GCC 4.3 * Thu Aug 2 2007 Tom "spot" Callaway 0.9.5-1 - 0.9.5 bump * Fri Jul 14 2006 Jesse Keating - 0.9.3-5 - rebuild * Fri Feb 10 2006 Jesse Keating - 0.9.3-4.fc5.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 0.9.3-4.fc5.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Mon Dec 19 2005 Warren Togami 0.9.2-4 - import into FC5 for gstreamer-0.10 * Fri Dec 2 2005 Tom "spot" Callaway 0.9.2-3 - enabled -fPIC to resolve bz 174313 * Sat Sep 17 2005 Tom "spot" Callaway 0.9.2-2 - get rid of the so file (not needed) - only make devel package * Sun Aug 14 2005 Tom "spot" Callaway 0.9.2-1 - initial package for Fedora Extras