From 712f0ad613ddaea5edf10fbb2f9f87d90a39f819 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 May 2015 17:09:36 +0200 Subject: php-pear-Auth-Yubico: 2.5 (backport) --- Makefile | 2 +- php-pear-Auth-Yubico.spec | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1e65467..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile diff --git a/php-pear-Auth-Yubico.spec b/php-pear-Auth-Yubico.spec index e84efe9..6d0aab2 100644 --- a/php-pear-Auth-Yubico.spec +++ b/php-pear-Auth-Yubico.spec @@ -1,16 +1,20 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# remirepo spec file for php-pear-Auth-Yubico, from Fedora + +%{!?__pear: %global __pear %{_bindir}/pear} +%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} + %global pear_name Auth_Yubico %global channel __uri Name: php-pear-Auth-Yubico -Version: 2.4 +Version: 2.5 Release: 1%{?dist} Summary: Authentication class for verifying Yubico OTP tokens Group: Development/Libraries License: BSD -URL: http://php-yubico.googlecode.com/ -Source0: http://php-yubico.googlecode.com/files/Auth_Yubico-%{version}.tgz +URL: https://developers.yubico.com/php-yubico/ +Source0: https://developers.yubico.com/php-yubico/Releases/Auth_Yubico-%{version}.tgz Patch1: php-pear-Auth-Yubico-2.3.channel.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -61,7 +65,7 @@ rm -rf "${RPM_BUILD_ROOT}" # Clean up unnecessary files. -rm -rf "${RPM_BUILD_ROOT}%{pear_phpdir}/".??* +rm -rf "${RPM_BUILD_ROOT}%{pear_metadir}/".??* # Install XML package description. @@ -108,6 +112,10 @@ fi #------------------------------------------------------------------------------- %changelog #------------------------------------------------------------------------------- + +* Wed May 13 2015 Patrick Monnerat 2.5-1 +- New upstream release. + * Sat Mar 31 2012 Remi Collet - 2.4.1 - upstream 2.4, rebuild for remi repository -- cgit