summaryrefslogtreecommitdiffstats
path: root/php-phpdocumentor-reflection-docblock.spec
blob: 3bac834007cea607a1d100f34b246e97aaa8091f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# Fedora/remirepo spec file for php-phpdocumentor-reflection-docblock
#
# Copyright (c) 2017 Remi Collet, Shawn Iwinski
#               2014-2015 Remi Collet
#
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global gh_commit    8331b5efe816ae05461b7ca1e721c01b46bafb3e
%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner     phpDocumentor
%global gh_project   ReflectionDocBlock
%global with_tests   %{?_without_tests:0}%{!?_without_tests:1}

Name:           php-phpdocumentor-reflection-docblock
Version:        3.1.1
Release:        1%{?dist}
Summary:        DocBlock parser

Group:          Development/Libraries
License:        MIT
URL:            https://github.com/%{gh_owner}/%{gh_project}
Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  php-fedora-autoloader-devel
%if %{with_tests}
BuildRequires:  php(language) >= 5.5
BuildRequires:  php-composer(phpdocumentor/reflection-common) <  2
BuildRequires:  php-composer(phpdocumentor/reflection-common) >= 1.0
BuildRequires:  php-composer(phpdocumentor/type-resolver) <  1.0
BuildRequires:  php-composer(phpdocumentor/type-resolver) >= 0.2.0
BuildRequires:  php-composer(phpunit/phpunit)
BuildRequires:  php-composer(webmozart/assert) <  2
BuildRequires:  php-composer(webmozart/assert) >= 1.0
# From composer.json, require-dev
#        "mockery/mockery": "^0.9.4"
BuildRequires:  php-composer(mockery/mockery) <  1
BuildRequires:  php-composer(mockery/mockery) >= 0.9.4
# From phpcompatinfo report for 3.1.1
BuildRequires:  php-filter
BuildRequires:  php-pcre
BuildRequires:  php-reflection
BuildRequires:  php-spl
%endif

# From composer.json, require
#        "php": ">=5.5"
#        "phpdocumentor/reflection-common": "^1.0@dev",
#        "phpdocumentor/type-resolver": "^0.2.0",
#        "webmozart/assert": "^1.0"
Requires:       php(language) >= 5.5
Requires:       php-composer(phpdocumentor/reflection-common) <  2
Requires:       php-composer(phpdocumentor/reflection-common) >= 1.0
Requires:       php-composer(phpdocumentor/type-resolver) <  1
Requires:       php-composer(phpdocumentor/type-resolver) >= 0.2.0
Requires:       php-composer(webmozart/assert) <  2
Requires:       php-composer(webmozart/assert) >= 1.0
# From phpcompatinfo report for 3.1.1
Requires:       php-filter
Requires:       php-pcre
Requires:       php-reflection
Requires:       php-spl
# Autoloader
Requires:       php-composer(fedora/autoloader)

Provides:       php-composer(phpdocumentor/reflection-docblock) = %{version}

Conflicts:      drush < 8.1.10-2
Conflicts:      php-bartlett-PHP-Reflect < 4.0.2-3
Conflicts:      php-consolidation-annotated-command < 2.4.8
Conflicts:      php-phpdocumentor-reflection < 1.0.7-3
Conflicts:      php-phpspec-prophecy < 1.7.0-4


%description
The ReflectionDocBlock component of phpDocumentor provides a DocBlock
parser that is fully compatible with the PHPDoc standard.

With this component, a library can provide support for annotations via
DocBlocks or otherwise retrieve information that is embedded in a DocBlock.


%prep
%setup -q -n %{gh_project}-%{gh_commit}

sed 's#vendor/mockery/mockery/library#%{_datadir}/php#' phpunit.xml.dist \
    > phpunit.xml


%build
phpab \
  --template fedora \
  --output src/DocBlock/autoload.php \
  src/

cat <<AUTOLOAD | tee -a src/DocBlock/autoload.php

\Fedora\Autoloader\Dependencies::required([
    '%{_datadir}/php/phpDocumentor/Reflection/autoload-common.php',
    '%{_datadir}/php/phpDocumentor/Reflection/autoload-type-resolver.php',
    '%{_datadir}/php/Webmozart/Assert/autoload.php',
]);
AUTOLOAD


%install
mkdir -p   %{buildroot}%{_datadir}/php/phpDocumentor
cp -pr src %{buildroot}%{_datadir}/php/phpDocumentor/Reflection


%check
%if %{with_tests}
sed -e '/autoload.php/d' -i examples/*.php examples/*/*.php

phpab \
  --template fedora \
  --output bootstrap.php \
  tests/unit/

cat <<BOOTSTRAP | tee -a bootstrap.php

\Fedora\Autoloader\Dependencies::required([
    '%{buildroot}%{_datadir}/php/phpDocumentor/Reflection/DocBlock/autoload.php',
    '%{_datadir}/php/Mockery/autoload.php',
]);
BOOTSTRAP

# Notice, with 7.2:
# 1) phpDocumentor\Reflection\DocBlock\Tags\MethodTest::testCreateMethodParenthesisMissing
# Uninitialized string offset: 0
# tests/unit/DocBlock/Tags/MethodTest.php:428

# use auto_prepend_file to ensure build version used first
RETURN_CODE=0
for PHP_EXEC in php php56 php70 php71; do
    if which $PHP_EXEC; then
        $PHP_EXEC  \
            %{_bindir}/phpunit --verbose \
                --include-path %{buildroot}%{_datadir}/php \
                --bootstrap bootstrap.php \
                || RETURN_CODE=1
    fi
done
exit $RETURN_CODE
%else
: Test suite disabled
%endif


%files
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
%doc composer.json
%{_datadir}/php/phpDocumentor


%changelog
* Fri May  5 2017 Shawn Iwinski <shawn@iwin.ski>, Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1
- raise dependency on PHP 5.5
- add dependency on phpdocumentor/reflection-common
- add dependency on phpdocumentor/type-resolver
- add dependency on webmozart/assert
- switch to fedora/autoloader

* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Wed Feb 11 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
- update to 2.0.4
- LICENSE is in upstream archive

* Tue Feb  3 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-2
- add LICENSE from upstream repository

* Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- initial package
- open https://github.com/phpDocumentor/ReflectionDocBlock/issues/40
  for missing LICENSE file