summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-code-coverage14.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-05 08:21:29 +0200
committerRemi Collet <remi@php.net>2026-04-05 08:21:29 +0200
commit2c4efa60c9a85c1db3b7d467c3b8ad6e4cdbb93d (patch)
treebce706a23e7c4b88cf5eb4ca43e6d570fda4edcc /php-phpunit-php-code-coverage14.spec
parent3f964b138fa47d44533d7a3ee7f51cd2d77e2327 (diff)
clean
Diffstat (limited to 'php-phpunit-php-code-coverage14.spec')
-rw-r--r--php-phpunit-php-code-coverage14.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/php-phpunit-php-code-coverage14.spec b/php-phpunit-php-code-coverage14.spec
index b451e05..ea4288e 100644
--- a/php-phpunit-php-code-coverage14.spec
+++ b/php-phpunit-php-code-coverage14.spec
@@ -10,11 +10,8 @@
%bcond_without tests
# Github
-%global gh_commit 24f1d7300e54e910197ee65e83d27a1e4bdc917e
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-code-coverage
-%global gh_date 2026-04-03
# Packagist
%global pk_vendor phpunit
%global pk_project php-code-coverage
@@ -36,7 +33,7 @@ Summary: PHP code coverage information, version %{ver_major}
License: BSD-3-Clause AND MIT AND Apache-2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
# run makesrc.sh to create a git snapshot with test suite
-Source0: %{name}-%{version}-%{gh_short}.tgz
+Source0: %{name}-%{version}.tgz
Source1: makesrc.sh
BuildArch: noarch
@@ -116,7 +113,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php
%prep
-%setup -q -n %{gh_project}-%{gh_commit}
+%setup -q -n %{gh_project}-%{version}
%build