[calc] .cal scripts are not linked, so leave those LGPL

Matthew Miller mattdm at fedoraproject.org
Mon Sep 2 22:17:28 UTC 2013


commit ba7fdec04de9e551eefe9f48b5bfcdb98987f867
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Mon Sep 2 18:17:10 2013 -0400

    .cal scripts are not linked, so leave those LGPL

 calc.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/calc.spec b/calc.spec
index 0f0c300..b4baccd 100644
--- a/calc.spec
+++ b/calc.spec
@@ -84,7 +84,7 @@ useful in themselves.
 %setup -q
 
 %if %{with_readline}
-  for f in help.c version.c calc.man cal/* $( ls help/*|grep  '^help/credit$' ) ; do
+  for f in help.c version.c calc.man $( ls help/*|grep  '^help/credit$' ) ; do
     sed -i -e's/version 2.1 \(.*GNU\)/version 2 \1/;s/COPYING.LGPL/COPYING-GPL/;s/copying.lgpl/copying-gpl/;s/GNU LGPL/GNU GPL/;s/GNU Lesser General/GNU General/' $f
   done
   cp -p %{SOURCE1} COPYING
@@ -234,6 +234,7 @@ rm -rf %{buildroot}
 %changelog
 * Mon Sep 02 2013 Matthew Miller <mattdm at fedoraproject.org> - 2.14.4.12-1
 - yet more sample scripts + minor other changes, including ctype-like builtins
+- .cal scripts are not linked, so leave those LGPL
 - bz #959898. Also, happy Labor Day.
 
 * Sun Aug 11 2013 Matthew Miller <mattdm at fedoraproject.org> - 2.14.4.10-1


More information about the scm-commits mailing list