%define compdir %(pkg-config --variable=completionsdir bash-completion) Name: cowsay Version: 3.03 Release: 16%{?dist} Summary: Configurable speaking/thinking cow Group: Amusements/Games License: GPLv2+ or Artistic URL: http://www.nog.net/~tony/warez/cowsay.shtml Source0: http://www.nog.net/~tony/warez/%{name}-%{version}.tar.gz Source1: cowsay.bashcomp Source2: animalsay Patch0: cowsay-3.03-help.patch Patch1: mech-and-cow.patch BuildArch: noarch BuildRequires: bash-completion %description cowsay is a configurable talking cow, written in Perl. It operates much as the figlet program does, and it written in the same spirit of silliness. It generates ASCII pictures of a cow with a message. It can also generate pictures of other animals. %prep %setup -q %patch0 -p1 -b .help %{__sed} -e 's#%PREFIX%/share/cows#%{_datadir}/%{name}#' \ -e 's#%BANGPERL%#!%{__perl}#' -i %{name} %{__sed} -e 's#%PREFIX%/share/cows#%{_datadir}/%{name}#' \ -e 's#/usr/local/share/cows#%{_datadir}/%{name}#' -i %{name}.1 mv cows/mech-and-cow cows/mech-and-cow.cow %patch1 -p1 %build 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} cp -p cows/* $RPM_BUILD_ROOT%{_datadir}/%{name} cp -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_bindir} 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 mkdir -p $RPM_BUILD_ROOT%{compdir}/ cp %{SOURCE1} $RPM_BUILD_ROOT%{compdir}/ %files %doc ChangeLog LICENSE README %{_bindir}/* %{_mandir}/man1/cow* %{_datadir}/%{name} %(dirname %{compdir}) %changelog * Fri Sep 26 2014 Rahul Sundaram - 3.03-16 - fix location of bash completion script - don't own /etc/bash_completion.d/ - drop redundant buildroot, defattr and clean * Sat Jun 07 2014 Fedora Release Engineering - 3.03-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 3.03-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 3.03-13 - Perl 5.18 rebuild * Wed Feb 13 2013 Fedora Release Engineering - 3.03-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 3.03-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Fedora Release Engineering - 3.03-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 3.03-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 3.03-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Fedora Release Engineering - 3.03-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jul 15 2008 Tom "spot" Callaway - 3.03-6 - fix license tag to prevent false positive * Fri May 23 2008 Jon Stanley - 3.03-5 - Fix license tag * Tue Oct 09 2007 Michał Bentkowski - 3.03-4 - Fix mech-and-cow file (#250844) * Mon Sep 17 2007 Lubomir Kundrak - 3.03-3 - Make --help be a bit more sane (#293061) * Tue Jan 02 2007 Michał Bentkowski - 3.03-2 - Use cp -p to keep timestamps - Fix paths in manpage - Add animalsay * Sun Dec 31 2006 Michał Bentkowski - 3.03-1 - Initial release