From 3d8ec84e8a8936c482feb0f973a62a7c59bd8b1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Aug 2014 16:16:02 +0200 Subject: php-jsonlint: sync with rawhide --- php-jsonlint.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 1dabed0..c502b6b 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -23,7 +23,7 @@ Name: php-%{github_name} Version: %{github_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Lint for PHP Group: Development/Libraries @@ -100,13 +100,18 @@ sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml %files %defattr(-,root,root,-) -%doc LICENSE *.mdown composer.json +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc *.mdown composer.json %dir %{_datadir}/php/Seld %{_datadir}/php/Seld/JsonLint %{_bindir}/jsonlint %changelog +* Sat Aug 23 2014 Shawn Iwinski - 1.2.0-2 +- %%license usage + * Wed Aug 20 2014 Shawn Iwinski - 1.2.0-1 - Updated to 1.2.0 (BZ #1124228) - Added option to build without tests ("--without tests") -- cgit