- upstream 1.2.2 ( bug:559170 )
- move phpcs into main package ( bug: 517775 ) - add php-common version requirement
This commit is contained in:
parent
30d43ee8a9
commit
e6b26f63a1
3 changed files with 16 additions and 24 deletions
|
|
@ -1 +1,2 @@
|
|||
PHP_CodeSniffer-1.2.1.tgz
|
||||
PHP_CodeSniffer-1.2.2.tgz
|
||||
PHP_CodeSniffer-licence.txt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%define pear_name PHP_CodeSniffer
|
||||
|
||||
Name: php-pear-PHP-CodeSniffer
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP coding standards enforcement tool
|
||||
|
||||
|
|
@ -16,25 +16,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildArch: noarch
|
||||
BuildRequires: php-pear >= 1:1.4.9-1.2
|
||||
Requires: php-pear(PEAR)
|
||||
Requires: php-common >= 5.1.2
|
||||
Requires(post): %{__pear}
|
||||
Requires(postun): %{__pear}
|
||||
Provides: php-pear(%{pear_name}) = %{version}
|
||||
Provides: phpcs = %{version}
|
||||
Obsoletes: phpcs < %{version}
|
||||
|
||||
%description
|
||||
PHP_CodeSniffer provides functionality to verify that code conforms to
|
||||
certain standards, such as PEAR, or user-defined.
|
||||
|
||||
|
||||
%package -n phpcs
|
||||
Summary: Command-line utility for PHP-CodeSniffer
|
||||
Group: Development/Tools
|
||||
Requires: php-pear(%{pear_name}) = %{version}
|
||||
Requires: php-cli
|
||||
|
||||
%description -n phpcs
|
||||
This package includes a utility to run PHP_CodeSniffer from command line.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
[ -f package2.xml ] || mv package.xml package2.xml
|
||||
|
|
@ -72,7 +64,6 @@ install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
|
|||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post
|
||||
%{__pear} install --nodeps --soft --force --register-only \
|
||||
%{pear_xmldir}/%{pear_name}.xml >/dev/null || :
|
||||
|
|
@ -87,21 +78,20 @@ fi
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{pear_name}-%{version}/PHP_CodeSniffer-licence.txt
|
||||
%doc %{pear_name}-%{version}/phpcs-svn-pre-commit
|
||||
%doc %{pear_name}-%{version}/docdir/*
|
||||
%{pear_xmldir}/%{pear_name}.xml
|
||||
%{pear_testdir}/%{pear_name}
|
||||
%dir %{pear_phpdir}/PHP
|
||||
%{pear_phpdir}/PHP/*
|
||||
%dir %{pear_datadir}/%{pear_name}
|
||||
|
||||
%files -n phpcs
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{pear_name}-%{version}/PHP_CodeSniffer-licence.txt
|
||||
%doc %{pear_name}-%{version}/phpcs-svn-pre-commit
|
||||
%{pear_datadir}/%{pear_name}
|
||||
%{pear_phpdir}/PHP
|
||||
%{_bindir}/phpcs
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2010 Christof Damian <christof@damian.net> 1.2.2-1
|
||||
- upstream 1.2.2 ( bug:559170 )
|
||||
- move phpcs into main package ( bug: 517775 )
|
||||
- add php-common version requirement
|
||||
|
||||
* Tue Nov 17 2009 Christof Damian <christof@damian.net> - 1.2.1-1
|
||||
- Upstream 1.2.1
|
||||
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
942701faf162c0febc6e6868cc3ad79d PHP_CodeSniffer-1.2.1.tgz
|
||||
b734e066105d052fde564ab5e6be7091 PHP_CodeSniffer-1.2.2.tgz
|
||||
09df23a638e665feddffb575f7a623dc PHP_CodeSniffer-licence.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue