summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 14:13:20 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 14:13:20 +0100
commit9592e9fdb54ff442c5c95fef15518f7945b8be9f (patch)
tree589f04f5bf789ed8777e5ec654d80c913176a36c
parent7d5da978e3c533e3c8e087f3c0d72c246ecee61c (diff)
php-horde-Horde-Scribe: 2.0.2
-rw-r--r--php-horde-Horde-Scribe.spec22
1 files changed, 18 insertions, 4 deletions
diff --git a/php-horde-Horde-Scribe.spec b/php-horde-Horde-Scribe.spec
index ee2cd87..ebfc0a1 100644
--- a/php-horde-Horde-Scribe.spec
+++ b/php-horde-Horde-Scribe.spec
@@ -1,10 +1,18 @@
-%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+# spec file for php-horde-Horde-Scribe
+#
+# Copyright (c) 2012-2015 Nick Bebout, Remi Collet
+#
+# License: MIT
+# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
+#
+# Please, preserve the changelog entries
+#
+%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name Horde_Scribe
%global pear_channel pear.horde.org
Name: php-horde-Horde-Scribe
-Version: 2.0.1
+Version: 2.0.2
Release: 1%{?dist}
Summary: Scribe
@@ -16,18 +24,20 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
+BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
BuildRequires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
-Requires: php-common >= 5.3.0
+Requires: php(language) >= 5.3.0
Requires: php-spl
Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Thrift)
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-scribe) = %{version}
%description
@@ -80,6 +90,10 @@ 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-scribe)
+
* Thu Nov 22 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
- Update to 2.0.1 for remi repo (no change)