From 402ca2676c1a80aa77f1a034f6f29dafd7867b3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2015 17:50:15 +0100 Subject: php-pecl-libsodium: cleanup for review --- php-pecl-libsodium-dev.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'php-pecl-libsodium-dev.spec') diff --git a/php-pecl-libsodium-dev.spec b/php-pecl-libsodium-dev.spec index c351dae..247dd64 100644 --- a/php-pecl-libsodium-dev.spec +++ b/php-pecl-libsodium-dev.spec @@ -33,7 +33,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.2 Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: PHP +License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -89,6 +89,8 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %description A simple, low-level PHP extension for libsodium. +Documentation: https://paragonie.com/book/pecl-libsodium + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. -- cgit