|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%define pear_name PHP_CodeSniffer
|
|
|
|
|
|
|
|
|
|
Name: php-pear-PHP-CodeSniffer
|
|
|
|
|
Version: 0.6.0
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PHP coding standards enforcement tool
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: php-pear >= 1:1.4.9-1.2
|
|
|
|
|
Requires: php-pear(PEAR), php-common > 5.1.0
|
|
|
|
|
Requires: php-pear(PEAR)
|
|
|
|
|
Requires(post): %{__pear}
|
|
|
|
|
Requires(postun): %{__pear}
|
|
|
|
|
Provides: php-pear(%{pear_name}) = %{version}
|
|
|
|
@ -93,6 +93,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 11 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
- Upstream 0.7.0
|
|
|
|
|
- Drop Requirement on php-common (php-pear pulls that in)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6.0-1
|
|
|
|
|
- Upstream 0.6.0
|
|
|
|
|
- Fix owner on phpcs
|
|
|
|
|