diff --git a/.gitignore b/.gitignore index 7a56279..5318c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/check-0.9.13.tar.gz /check-0.9.14.tar.gz /check-0.10.0.tar.gz +/0.10.0.tar.gz diff --git a/check.spec b/check.spec index be7cd65..34583ab 100644 --- a/check.spec +++ b/check.spec @@ -2,10 +2,10 @@ Name: check Version: 0.10.0 Release: 2%{?dist} Summary: A unit test framework for C -Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz +Source0: https://github.com/libcheck/%{name}/archive/%{version}.tar.gz Group: Development/Tools License: LGPLv2+ -URL: http://check.sourceforge.net/ +URL: http://libcheck.github.io/check/ # Only needed for autotools in Fedora Patch0: %{name}-0.10.0-info-in-builddir.patch BuildRequires: pkgconfig, libtool, autoconf, automake, subunit-devel diff --git a/sources b/sources index 73ace10..209fe24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz +b2737c6725a22510780a5af79080a896 0.10.0.tar.gz