summaryrefslogtreecommitdiffstats
path: root/php-pecl-dbase.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-08 09:41:12 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-08 09:41:12 +0100
commitabd818ca5205f1f57c4d2a920a4b9b9b8f030bae (patch)
tree3a8fa22430a01d08726e852c5ee6cf448c462ff4 /php-pecl-dbase.spec
parent04dd360f912284e7e25fbcdb5e9c1546d4f3fc6b (diff)
php-pecl-dbase: F24
Diffstat (limited to 'php-pecl-dbase.spec')
-rw-r--r--php-pecl-dbase.spec22
1 files changed, 13 insertions, 9 deletions
diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec
index 78086b1..2834b73 100644
--- a/php-pecl-dbase.spec
+++ b/php-pecl-dbase.spec
@@ -15,10 +15,6 @@
%endif
%{?scl: %scl_package php-pecl-dbase}
-%{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d}
-%{!?php_incldir: %global php_incldir %{_includedir}/php}
-%{!?__pecl: %global __pecl %{_bindir}/pecl}
-%{!?__php: %global __php %{_bindir}/php}
%global with_zts 0%{?__ztsphp:1}
%global pecl_name dbase
@@ -33,7 +29,7 @@
Summary: dBase database file access functions
Name: %{?sub_prefix}php-pecl-dbase
Version: 5.1.0
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -51,10 +47,12 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
-Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
+Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
+Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
+Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
+Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
# Other third party repo stuff
@@ -169,6 +167,7 @@ done
%{!?_licensedir:install -Dpm 644 LICENSE %{buildroot}%{pecl_docdir}/%{pecl_name}/LICENSE}
+%if 0%{?fedora} < 24
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -185,6 +184,7 @@ fi
if [ $1 -eq 0 -a -x %{__pecl} ] ; then
%{pecl_uninstall} %{pecl_name} >/dev/null || :
fi
+%endif
%check
@@ -241,5 +241,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 5.1.0-2
+- adapt for F24
+
* Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 5.1.0-1
-- initial package, version 5.1.0 (stable) \ No newline at end of file
+- initial package, version 5.1.0 (stable)
+