diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-28 07:38:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-28 07:38:54 +0100 |
commit | 6e426eb44242fca7826db53b74ce60a7028850d4 (patch) | |
tree | d0a2f838b473d4011abf9e4612b54cc7142137f3 | |
parent | 9f7bef5b7ef5d3a501aea2bf398da4199f1f1868 (diff) |
php-tcpdf: add spec license
-rw-r--r-- | php-tcpdf.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 010538b..ad5f46f 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -1,3 +1,11 @@ +# spec file for php-tcpdf +# +# Copyright (c) 2013 Remi Collet, Johan Cwiklinski +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %global dl_version %(c=%{version}; echo ${c//./_}) %global real_name tcpdf |