diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:48:32 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:48:32 +0100 |
commit | 4b290457986fa294fffbcc4a3b5fcbf4ead1854e (patch) | |
tree | 217438552461767f8223ae6292b9c4ff8c2ddf88 | |
parent | d74ad24ac5cde1bfe63baf8ed279c50af5cf4bf2 (diff) |
php-horde-Horde-Oauth: 2.0.2
-rw-r--r-- | php-horde-Horde-Oauth.spec | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/php-horde-Horde-Oauth.spec b/php-horde-Horde-Oauth.spec index 589c441..1eba9df 100644 --- a/php-horde-Horde-Oauth.spec +++ b/php-horde-Horde-Oauth.spec @@ -1,10 +1,17 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Oauth +# +# Copyright (c) 2013-2015 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Oauth %global pear_channel pear.horde.org Name: php-horde-Horde-Oauth -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Horde OAuth client/server @@ -34,6 +41,7 @@ Conflicts: php-pear(%{pear_channel}/Horde_Http) >= 3.0.0 Requires: php-channel(%{pear_channel}) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-oauth) = %{version} %description @@ -88,5 +96,9 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 +- Update to 2.0.2 +- add provides php-composer(horde/horde-oauth) + * Fri Apr 5 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 - initial package |