summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-04 17:19:45 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-04 17:19:45 +0200
commit760a7e19bd21d173d023d06e26fb88d5b8f1e7f7 (patch)
tree171f19e2225d45a1e267ea0086a8a2744bb99d82
parentef19a425af903374d35e73d035dc63a5b612b0d7 (diff)
php-pdepend-PHP-Depend: 1.1.4
-rw-r--r--php-pdepend-PHP-Depend.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec
index 3f5d3b0..8a8d784 100644
--- a/php-pdepend-PHP-Depend.spec
+++ b/php-pdepend-PHP-Depend.spec
@@ -1,9 +1,9 @@
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name PHP_Depend
-%global channel pear.pdepend.org
+%global channel pear.pdepend.org
Name: php-pdepend-PHP-Depend
-Version: 1.1.1
+Version: 1.1.4
Release: 1%{?dist}
Summary: PHP_Depend design quality metrics for PHP package
@@ -14,7 +14,7 @@ Source0: http://pear.pdepend.org/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: php-pear >= 1:1.6.0
+BuildRequires: php-pear
BuildRequires: php-channel(%{channel})
Requires(post): %{__pear}
@@ -42,9 +42,9 @@ Provides: php-pear(%{channel}/%{pear_name}) = %{version}
PHP_Depend is an adaption of the Java design quality metrics software JDepend
and the NDepend metric tool.
+
%prep
-%setup -q -c -T
-tar xif %{SOURCE0}
+%setup -q -c
cd %{pear_name}-%{version}
mv ../package.xml %{name}.xml
@@ -55,8 +55,8 @@ cd %{pear_name}-%{version}
%install
-cd %{pear_name}-%{version}
rm -rf %{buildroot}
+cd %{pear_name}-%{version}
%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
# Clean up unnecessary files
@@ -92,6 +92,9 @@ fi
%changelog
+* Sun May 04 2014 Remi Collet <remi@fedoraproject.org> - 1.1.4-1
+- Update to 1.1.4
+
* Fri Jul 26 2013 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
- Update to 1.1.1
- explicit dependencies