diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
commit | 652fbc4aa28aff263775d5a5d69265ae156a0a06 (patch) | |
tree | 9f5eb96d1608aa2496c9728120e41601e5c956db | |
parent | 8a25c8f7b771641d0ceba192f43d8a1f0a204d75 (diff) |
php-horde-*: minor cleanup
-rw-r--r-- | php-horde-Horde-ElasticSearch.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-horde-Horde-ElasticSearch.spec b/php-horde-Horde-ElasticSearch.spec index c422c56..b205da4 100644 --- a/php-horde-Horde-ElasticSearch.spec +++ b/php-horde-Horde-ElasticSearch.spec @@ -1,5 +1,12 @@ -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-ElasticSearch +# +# 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_ElasticSearch %global pear_channel pear.horde.org |