summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-23 16:16:02 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-23 16:16:02 +0200
commit3d8ec84e8a8936c482feb0f973a62a7c59bd8b1b (patch)
treee4f9be244dcd09e276d8e75c19fac88ebe855f03
parentf5ca514bf5516b48dcafb14f4396ee3ff3ea3255 (diff)
php-jsonlint: sync with rawhide
-rw-r--r--php-jsonlint.spec9
1 files 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 <shawn.iwinski@gmail.com> - 1.2.0-2
+- %%license usage
+
* Wed Aug 20 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.2.0-1
- Updated to 1.2.0 (BZ #1124228)
- Added option to build without tests ("--without tests")