diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-01 07:23:30 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-01 07:23:30 +0100 | 
| commit | 59aaea55ce9a645aa7939b9dfa6a164619abaa2c (patch) | |
| tree | de34a414d630679f43c0debbf89c1104bfa812cf | |
| parent | 55f2caa850b3241bd257f86b2d2da62695858e00 (diff) | |
| -rw-r--r-- | php-channel-horde.spec | 14 | 
1 files changed, 5 insertions, 9 deletions
| diff --git a/php-channel-horde.spec b/php-channel-horde.spec index 88e3ac2..74de153 100644 --- a/php-channel-horde.spec +++ b/php-channel-horde.spec @@ -1,6 +1,6 @@  # spec file for php-channel-horde  # -# Copyright (c) 2012-2015 Nick Bebout, Remi Collet +# Copyright (c) 2012-2018 Nick Bebout, Remi Collet  #  # License: MIT  # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense @@ -13,7 +13,7 @@  Name:           %{?scl_prefix}php-channel-horde  Version:        1.0 -Release:        2%{?dist} +Release:        12%{?dist}  Summary:        Adds %{pear_channel} channel to PEAR  Group:          Development/Languages @@ -21,7 +21,6 @@ License:        Public Domain  URL:            http://www.horde.org/  Source0:        http://%{pear_channel}/channel.xml -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root  BuildArch:      noarch  BuildRequires:  %{?scl_prefix}php-pear @@ -45,14 +44,9 @@ from this channel to be installed.  %install -rm -rf %{buildroot}  install -Dpm 644 %{SOURCE0} %{buildroot}%{pear_xmldir}/%{name}.xml -%clean -rm -rf %{buildroot} - -  %post  if [ $1 -eq  1 ] ; then     %{__pear} channel-add %{pear_xmldir}/%{name}.xml > /dev/null || : @@ -68,11 +62,13 @@ fi  %files -%defattr(-,root,root,-)  %{pear_xmldir}/%{name}.xml  %changelog +* Sat Dec  1 2018 Remi Collet <remi@fedoraproject.org> - 1.0-12 +- cleanup +  * Mon Sep 15 2014 Remi Collet <remi@fedoraproject.org> - 1.0-2  - allow SCL build | 
