From a8c9bef9508b556e9a40fa43aec7ebac141f0a62 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Feb 08 2018 14:44:15 +0000 Subject: spec file modernization (no group, no rm -rf) --- diff --git a/cowsay.spec b/cowsay.spec index b639ac2..3e9e86d 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -3,9 +3,8 @@ Name: cowsay Version: 3.04 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Configurable speaking/thinking cow -Group: Amusements/Games License: GPLv3+ URL: https://github.com/tnalpgge/rank-amateur-cowsay Source0: %{url}/archive/%{name}-%{version}.tar.gz @@ -49,7 +48,6 @@ mv cows/mech-and-cow cows/mech-and-cow.cow echo No need to build anything %install -rm -rf $RPM_BUILD_ROOT # using install.sh is not a good idea so let's make the install manually mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/%{name},%{_sysconfdir}/bash_completion.d} cp -p %{name} $RPM_BUILD_ROOT%{_bindir} @@ -77,6 +75,9 @@ cp %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/ %(dirname %{compdir}) %changelog +* Thu Feb 08 2018 Matthew Miller - 3.04-10 +- spec file modernization (no group, no rm -rf) + * Wed Feb 07 2018 Fedora Release Engineering - 3.04-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild