new cow files: openmamba and snake [release 3.03-2mamba;Sun Aug 31 2014]

This commit is contained in:
Davide Madrisan 2024-01-05 21:31:54 +01:00
parent 98c76ebcc2
commit 46cfc9fa89
3 changed files with 30 additions and 7 deletions

View File

@ -3,14 +3,15 @@ Author: Davide Madrisan <davide.madrisan@gmail.com>
--- /dev/null --- /dev/null
+++ cowsay-3.03/cows/openmamba.cow +++ cowsay-3.03/cows/openmamba.cow
@@ -0,0 +1,10 @@ @@ -0,0 +1,11 @@
+## +##
+## The openmamba snake +## The openmamba snake
+## +##
+$the_cow = <<"EOC"; +$the_cow = <<"EOC";
+ $thoughts + $thoughts
+ ss + ,(_)(_)
+ ;S; ss sss __ + (_) (;;)
+ w Sss SSS sss / + .(_)
+ sSs: ss; + (_). :(_)\\_
+ `(_)(_)`
+EOC +EOC

View File

@ -0,0 +1,17 @@
Description: The snake
Author: Davide Madrisan <davide.madrisan@gmail.com>
--- /dev/null
+++ cowsay-3.03/cows/snake.cow
@@ -0,0 +1,11 @@
+##
+## The snake
+##
+$the_cow = <<"EOC";
+ $thoughts
+ ///
+ (;)(;) __
+ `(_) /
+`(_) /\\ (_)
+ "(_)(_)(_)
+EOC

View File

@ -2,7 +2,7 @@
Name: cowsay Name: cowsay
Version: 3.03 Version: 3.03
Release: 1mamba Release: 2mamba
Summary: Configurable talking cow Summary: Configurable talking cow
Group: Applications/Graphics Group: Applications/Graphics
Vendor: openmamba Vendor: openmamba
@ -29,6 +29,7 @@ Patch18: cowsay-3.03-sodomized-sheep_cow.patch
Patch19: cowsay-3.03-suse_cow.patch Patch19: cowsay-3.03-suse_cow.patch
# openmamba patches # openmamba patches
Patch30: cowsay-3.03-openmamba_cow.patch Patch30: cowsay-3.03-openmamba_cow.patch
Patch31: cowsay-3.03-snake_cow.patch
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
@ -60,6 +61,7 @@ It operates much as the figlet program does, and it written in the same spirit o
%patch18 -p1 %patch18 -p1
%patch19 -p1 %patch19 -p1
%patch30 -p1 %patch30 -p1
%patch31 -p1
%build %build
@ -87,5 +89,8 @@ cd %{buildroot}%{_mandir}/man1 && ln -s cowsay.1 cowthink.1
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Aug 31 2014 Davide Madrisan <davide.madrisan@gmail.com> 3.03-2mamba
- new cow files: openmamba and snake
* Wed Aug 20 2014 Davide Madrisan <davide.madrisan@gmail.com> 3.03-1mamba * Wed Aug 20 2014 Davide Madrisan <davide.madrisan@gmail.com> 3.03-1mamba
- package created by autospec - package created by autospec