forked from pool/cowsay
This commit is contained in:
parent
e1f531e488
commit
617a25b783
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cowsay
|
# spec file for package cowsay
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Summary: Configurable talking cow (and some other creatures)
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Amusements/Toys/Other
|
Group: Amusements/Toys/Other
|
||||||
URL: https://cowsay.diamonds/
|
URL: https://cowsay.diamonds/
|
||||||
Source: https://github.com/cowsay-org/cowsay/archive/cowsay-%{version}.tar.gz
|
Source: https://github.com/cowsay-org/cowsay/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: chami.patch
|
Patch0: chami.patch
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -32,13 +32,12 @@ BuildArch: noarch
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cowsay is a configurable talking cow, written in Perl. It operates
|
cowsay is a configurable talking cow, written in Perl. It operates
|
||||||
much as the figlet program does, and it written in the same spirit
|
much as the figlet program does, and it written in the same spirit
|
||||||
of silliness.
|
of silliness.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
sed -i '1 s/env //' cowsay
|
sed -i '1 s/env //' cowsay
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user