From 0d06168633069d369eb588283f97582fc4301606 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 May 2018 15:32:29 +0200 Subject: cleanup --- php-mockery.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'php-mockery.spec') diff --git a/php-mockery.spec b/php-mockery.spec index 5f5b29f..2b9759a 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %global gh_commit 99e29d3596b16dabe4982548527d5ddf90232e99 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner padraic +%global gh_owner mockery %global gh_project mockery %global ns_project Mockery %global major 1 @@ -27,9 +27,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Use our autoloader Patch0: %{gh_project}-tests.patch -# Patch for 7.2 -# From https://github.com/mockery/mockery/pull/798 -Patch2: 798.patch BuildArch: noarch %if %{with_tests} @@ -95,7 +92,6 @@ cat << 'EOF' | tee -a library/%{ns_project}/autoload.php EOF %patch0 -p0 -b .rpm -%patch2 -p0 -b .test rm -f docs/.gitignore -- cgit