summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-03 19:13:05 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-03 19:13:05 +0200
commit50bbb9c53caecf298ec304510ee9761745087ee0 (patch)
tree1fb9370f147624634554137e6612e7165b0a1aa5
parente17c9b8c0f11d87a3b96e8bd61f2308ac9015a1c (diff)
php-phpunit-phploc: fix scriplet
-rw-r--r--php-phpunit-phploc.spec6
1 files changed, 5 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.0.5-2
+- fix scriptlet
+
* Sat May 3 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
- update to 2.0.5
- sources from github