From 50bbb9c53caecf298ec304510ee9761745087ee0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 May 2014 19:13:05 +0200 Subject: php-phpunit-phploc: fix scriplet --- php-phpunit-phploc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 5376a5a..dc67580 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -3,12 +3,13 @@ %global gh_owner sebastianbergmann %global gh_project phploc %global php_home %{_datadir}/php/SebastianBergmann +%global pear_name phploc %global pear_channel pear.phpunit.de %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-phpunit-phploc Version: 2.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for quickly measuring the size of a PHP project Group: Development/Libraries @@ -107,6 +108,9 @@ fi %changelog +* Sat May 3 2014 Remi Collet - 2.0.5-2 +- fix scriptlet + * Sat May 3 2014 Remi Collet - 2.0.5-1 - update to 2.0.5 - sources from github -- cgit