From 94a4aa863f5c3e45c8cae19be36694b392d08fe7 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Jan 17 2016 22:40:29 +0000 Subject: Avoid licensing issue with ASCII art BSD daemon We remove the daemon.cow from the binary RPM. --- diff --git a/cowsay.spec b/cowsay.spec index 7759def..09c2684 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -55,6 +55,9 @@ cp -p cows/* $RPM_BUILD_ROOT%{_datadir}/%{name} cp -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_bindir} +# License issue +rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/daemon.cow + chmod +x $RPM_BUILD_ROOT%{_bindir}/animalsay ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/cowthink ln -s %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/cowthink.1