Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e254de337 | ||
|
|
159298d87a | ||
|
|
2eafe6c1df | ||
|
|
0bdb6821ff | ||
|
|
5e6cec7e2f | ||
|
|
783c290320 |
3 changed files with 37 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -3,3 +3,10 @@ clog
|
||||||
/PHP_CodeSniffer-2.3.0.tgz
|
/PHP_CodeSniffer-2.3.0.tgz
|
||||||
/PHP_CodeSniffer-2.3.1.tgz
|
/PHP_CodeSniffer-2.3.1.tgz
|
||||||
/PHP_CodeSniffer-2.3.2.tgz
|
/PHP_CodeSniffer-2.3.2.tgz
|
||||||
|
/PHP_CodeSniffer-2.3.3.tgz
|
||||||
|
/PHP_CodeSniffer-2.3.4.tgz
|
||||||
|
/PHP_CodeSniffer-2.4.0.tgz
|
||||||
|
/PHP_CodeSniffer-2.5.0.tgz
|
||||||
|
/PHP_CodeSniffer-2.5.1.tgz
|
||||||
|
/PHP_CodeSniffer-2.6.0.tgz
|
||||||
|
/PHP_CodeSniffer-2.6.1.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# spec file for php-pear-PHP-CodeSniffer
|
# spec file for php-pear-PHP-CodeSniffer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013-2015 Remi Collet
|
# Copyright (c) 2013-2016 Remi Collet
|
||||||
# Copyright (c) 2009-2013 Christof Damian
|
# Copyright (c) 2009-2013 Christof Damian
|
||||||
# Copyright (c) 2006-2009 Konstantin Ryabitsev
|
# Copyright (c) 2006-2009 Konstantin Ryabitsev
|
||||||
#
|
#
|
||||||
|
|
@ -10,11 +10,10 @@
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%{!?__pear: %global __pear %{_bindir}/pear}
|
%{!?__pear: %global __pear %{_bindir}/pear}
|
||||||
%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
|
|
||||||
%global pear_name PHP_CodeSniffer
|
%global pear_name PHP_CodeSniffer
|
||||||
|
|
||||||
Name: php-pear-PHP-CodeSniffer
|
Name: php-pear-PHP-CodeSniffer
|
||||||
Version: 2.3.2
|
Version: 2.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP coding standards enforcement tool
|
Summary: PHP coding standards enforcement tool
|
||||||
|
|
||||||
|
|
@ -34,7 +33,7 @@ Requires(post): %{__pear}
|
||||||
Requires(postun): %{__pear}
|
Requires(postun): %{__pear}
|
||||||
# From package.xml
|
# From package.xml
|
||||||
Requires: php-pear(PEAR)
|
Requires: php-pear(PEAR)
|
||||||
# From phpcompatinfo report for version 2.0.0
|
# From phpcompatinfo report for version 2.3.4
|
||||||
Requires: php-ctype
|
Requires: php-ctype
|
||||||
Requires: php-date
|
Requires: php-date
|
||||||
Requires: php-dom
|
Requires: php-dom
|
||||||
|
|
@ -87,9 +86,13 @@ install -pm 644 %{pear_name}.xml %{buildroot}%{pear_xmldir}
|
||||||
%check
|
%check
|
||||||
cd %{pear_name}-%{version}/tests
|
cd %{pear_name}-%{version}/tests
|
||||||
|
|
||||||
# Version 2.2.0: Tests: 219, Assertions: 69, Skipped: 4.
|
# Version 2.3.4: Tests: 222, Assertions: 69, Skipped: 4.
|
||||||
%{_bindir}/phpunit AllTests.php
|
%{_bindir}/phpunit AllTests.php
|
||||||
|
|
||||||
|
if which php70; then
|
||||||
|
php70 %{_bindir}/phpunit AllTests.php
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{__pear} install --nodeps --soft --force --register-only \
|
%{__pear} install --nodeps --soft --force --register-only \
|
||||||
|
|
@ -114,6 +117,27 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1
|
||||||
|
- Update to 2.6.1
|
||||||
|
|
||||||
|
* Mon Apr 04 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1
|
||||||
|
- Update to 2.6.0
|
||||||
|
|
||||||
|
* Wed Jan 20 2016 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
|
||||||
|
- Update to 2.5.1 (stable)
|
||||||
|
|
||||||
|
* Fri Dec 11 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-1
|
||||||
|
- Update to 2.5.0 (stable)
|
||||||
|
|
||||||
|
* Wed Sep 9 2015 Remi Collet <remi@fedoraproject.org> - 2.3.4-1
|
||||||
|
- Update to 2.3.4
|
||||||
|
|
||||||
|
* Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 2.3.3-1
|
||||||
|
- Update to 2.3.3 (stable)
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
|
* Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
|
||||||
- Update to 2.3.2
|
- Update to 2.3.2
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
6ca8e1e63bed36204035fed4905511ce PHP_CodeSniffer-2.3.2.tgz
|
eccb4343021a043a56e2006092df65a6 PHP_CodeSniffer-2.6.1.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue