From 2cdfa698bfc045918bbc39456a952532fc9de6ff Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 Feb 2017 14:46:20 -0500 Subject: [PATCH] Install COPYING[.*] using the %license macro --- bc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bc.spec b/bc.spec index 25243a3..845a49f 100644 --- a/bc.spec +++ b/bc.spec @@ -1,7 +1,7 @@ Summary: GNU's bc (a numeric processing language) and dc (a calculator) Name: bc Version: 1.06.95 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ URL: http://www.gnu.org/software/bc/ Group: Applications/Engineering @@ -59,13 +59,17 @@ fi %files %defattr(-,root,root,-) -%doc COPYING COPYING.LIB FAQ AUTHORS NEWS README Examples/ +%license COPYING COPYING.LIB +%doc FAQ AUTHORS NEWS README Examples/ %{_bindir}/dc %{_bindir}/bc %{_mandir}/*/* %{_infodir}/* %changelog +* Wed Feb 01 2017 Stephen Gallagher - 1.06.95-18 +- Install COPYING[.*] using the %%license macro + * Thu Jan 12 2017 Igor Gnatenko - 1.06.95-17 - Rebuild for readline 7.x