diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-01-24 10:21:28 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-01-24 10:21:28 +0100 | 
| commit | 0de892621f75911c68463ce0dd4a3486b9e48095 (patch) | |
| tree | aeb5c9a6a0e6f7fbdf676cbe160463889b64ce85 | |
| parent | 8784321abf8f06a97ab078edb010a1624699fdc5 (diff) | |
php-pecl-rrd; php 5.5 build + also provides php-rrd
| -rw-r--r-- | php-pecl-rrd.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index cfcc9e9..73c6929 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -6,7 +6,7 @@  Summary:      PHP Bindings for rrdtool  Name:         php-pecl-rrd  Version:      1.1.0 -Release:      1%{?dist} +Release:      1%{?dist}.1  License:      BSD  Group:        Development/Languages  URL:          http://pecl.php.net/package/rrd @@ -27,13 +27,13 @@ Requires:     php(api) = %{php_core_api}  Conflicts:    rrdtool-php  Provides:     php-pecl(%{pecl_name}) = %{version}%{?pre}  Provides:     php-pecl(%{pecl_name})%{?_isa} = %{version}%{?pre} +Provides:     php-%{pecl_name} = %{version}%{?pre} +Provides:     php-%{pecl_name}%{?_isa} = %{version}%{?pre} -# RPM 4.8 +# Filter private shared object  %{?filter_provides_in: %filter_provides_in %{_dir}/.*\.so$}  %{?filter_setup} -# RPM 4.9 -%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$  %description @@ -140,6 +140,9 @@ fi  %changelog +* Thu Jan 24 2013 Remi Collet <remi@fedoraproject.org> - 1.1.0-1.1 +- also provides php-rrd +  * Sun Aug 12 2012 Remi Collet <remi@fedoraproject.org> - 1.1.0-1  - Version 1.1.0 (stable), api 1.1.0 (stable)  | 
