From c29ede419f705b7402c9193f7b0c786e79a1dab2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Jan 2018 14:43:46 +0100 Subject: add backport stuff --- php-gettext-gettext.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'php-gettext-gettext.spec') diff --git a/php-gettext-gettext.spec b/php-gettext-gettext.spec index be193a5..284a2b5 100644 --- a/php-gettext-gettext.spec +++ b/php-gettext-gettext.spec @@ -1,3 +1,13 @@ +# remirepo spec file for php-gettext-gettext, from +# +# Fedora spec file for php-gettext-gettext +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# + %global gh_commit 4f57f004635cc6311a20815ebfdc0757cb337113 %global gh_short %(c=%{gh_commit}; echo ${c:0:8}) %global gh_owner oscarotero @@ -91,6 +101,7 @@ phpunit --bootstrap tests/bootstrap.php --filter ^\(\(?!\(testBlade\|testTwig\)\ %files +%{!?_licensedir:%global license %%doc} %license LICENSE %doc CHANGELOG.md %doc composer.json -- cgit