diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-03-20 19:19:40 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-03-20 19:19:40 +0100 | 
| commit | 018608b11cc5c28afbe08c8f93b06174263994fd (patch) | |
| tree | 6ee5bd8bbe62560a52c91a8cf53cf6743279482f | |
| parent | ab22d420bb89b795fc0a77c906f3b0412b7e4b65 (diff) | |
php-pecl-inotify: allow SCL build
| -rw-r--r-- | php-pecl-inotify.spec | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 9fc4cd1..1a7c72e 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -17,7 +17,7 @@  Summary:        Inotify  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.1.6 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -200,7 +200,7 @@ rm -rf %{buildroot}  %changelog -* Fri Nov 29 2013 Remi Collet <rcollet@redhat.com> - 0.1.6-2 +* Thu Mar 20 2014 Remi Collet <rcollet@redhat.com> - 0.1.6-3  - adapt for SCL  * Sun Nov 24 2013 Remi Collet <remi@fedoraproject.org> - 0.1.6-2  | 
