Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
PackagingPolicy/PHP
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2012/05/03 16:30:46 (
11 years
ago)
Author:
tomop
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
PackagingPolicy/PHP
v2
v3
32
32
specファイル中にて、
33
33
{{{
34
%if "%{?req_php_api}" != ""
34
35
Requires: %{req_php_api}
36
%endif
35
37
}}}
36
38
と記述することにより、rpm依存関係上でも、機能拡張パッケージのbuild時に使用したPHPと同じAPIバージョンを要求するようになります。
37
39
38
=== vbuilder利用時の注意点 ===
39
40
40
vbulderを利用してbuildを行う際は以下のようにしてください。
41
{{{
42
$ sudo vbuilder install-rpm php5-devel build-rpm /path/to/php-ext-module-x.y.z-1vl7.src.rpm
43
}}}
44