summaryrefslogtreecommitdiffstats
path: root/php-pecl-ui.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-26 13:40:07 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-26 13:40:07 +0200
commitc839e5f9bf19289da22c2bec0751272d4d49684a (patch)
treef34e013c04bc005b9e4ba757d9db68e826286be5 /php-pecl-ui.spec
parent042afda5231444c1ed0161897413d91e2b387da3 (diff)
php-pecl-dbase: dup the spec
Diffstat (limited to 'php-pecl-ui.spec')
-rw-r--r--php-pecl-ui.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-ui.spec b/php-pecl-ui.spec
index fd9b538..1e29ab3 100644
--- a/php-pecl-ui.spec
+++ b/php-pecl-ui.spec
@@ -21,7 +21,7 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?sub_prefix}php-pecl-ui
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: UI API
@@ -155,8 +155,8 @@ done
# make the cli commands available in standard root for SCL build
%if 0%{?scl:1}
-install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir}
-ln -s %{_bindir}/phpui $RPM_BUILD_ROOT%{_root_bindir}/%{scl_prefix}phpui
+install -m 755 -d %{buildroot}%{_root_bindir}
+ln -s %{_bindir}/phpui %{buildroot}%{_root_bindir}/%{scl_prefix}phpui
%endif
@@ -225,6 +225,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Oct 26 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
* Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- initial package