new cow files: openmamba and snake [release 3.03-2mamba;Sun Aug 31 2014]
This commit is contained in:
parent
98c76ebcc2
commit
46cfc9fa89
@ -3,14 +3,15 @@ Author: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
--- /dev/null
|
||||
+++ cowsay-3.03/cows/openmamba.cow
|
||||
@@ -0,0 +1,10 @@
|
||||
@@ -0,0 +1,11 @@
|
||||
+##
|
||||
+## The openmamba snake
|
||||
+##
|
||||
+$the_cow = <<"EOC";
|
||||
+ $thoughts
|
||||
+ ss
|
||||
+ ;S; ss sss __
|
||||
+ w Sss SSS sss /
|
||||
+ sSs: ss;
|
||||
+ $thoughts
|
||||
+ ,(_)(_)
|
||||
+ (_) (;;)
|
||||
+ .(_)
|
||||
+ (_). :(_)\\_
|
||||
+ `(_)(_)`
|
||||
+EOC
|
||||
|
17
cowsay-3.03-snake_cow.patch
Normal file
17
cowsay-3.03-snake_cow.patch
Normal 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
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: cowsay
|
||||
Version: 3.03
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Configurable talking cow
|
||||
Group: Applications/Graphics
|
||||
Vendor: openmamba
|
||||
@ -29,6 +29,7 @@ Patch18: cowsay-3.03-sodomized-sheep_cow.patch
|
||||
Patch19: cowsay-3.03-suse_cow.patch
|
||||
# openmamba patches
|
||||
Patch30: cowsay-3.03-openmamba_cow.patch
|
||||
Patch31: cowsay-3.03-snake_cow.patch
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
@ -60,6 +61,7 @@ It operates much as the figlet program does, and it written in the same spirit o
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch30 -p1
|
||||
%patch31 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -87,5 +89,8 @@ cd %{buildroot}%{_mandir}/man1 && ln -s cowsay.1 cowthink.1
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user