diff options
Diffstat (limited to 'php-phpseclib-crypt-tripledes.spec')
-rw-r--r-- | php-phpseclib-crypt-tripledes.spec | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/php-phpseclib-crypt-tripledes.spec b/php-phpseclib-crypt-tripledes.spec index c68a375..6e268f2 100644 --- a/php-phpseclib-crypt-tripledes.spec +++ b/php-phpseclib-crypt-tripledes.spec @@ -11,7 +11,7 @@ %global pear_name Crypt_TripleDES Name: php-phpseclib-crypt-tripledes -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: Pure-PHP implementation of Triple DES @@ -20,7 +20,6 @@ License: MIT URL: http://phpseclib.sourceforge.net/ Source0: http://phpseclib.sourceforge.net/get/%{pear_name}-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(phpseclib.sourceforge.net) @@ -52,7 +51,6 @@ cd %{pear_name}-%{version} %install -rm -rf %{buildroot} cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml @@ -64,10 +62,6 @@ mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} -%clean -rm -rf %{buildroot} - - %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -80,12 +74,14 @@ fi %files -%defattr(-, root, root, -) %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Crypt/TripleDES.php %changelog +* Mon May 8 2017 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- Update to 1.0.6 (no change) + * Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 1.0.5-1 - Update to 1.0.5 (no change) |