From 1f1f96f35aa645e8a6f58eb41d1d07a848eabef0 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 20 Jan 2024 12:57:38 +0100 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/asciiquarium.spec | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/asciiquarium.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/asciiquarium.spec b/SPECS/asciiquarium.spec new file mode 100644 index 0000000..f24809c --- /dev/null +++ b/SPECS/asciiquarium.spec @@ -0,0 +1,37 @@ +Name: asciiquarium +Version: 1.1 +Release: 1%{?dist} +Summary: ASCII art aquarium/sea animation +Group: Amusements/Graphics + +License: GPLv2+ +URL: http://www.robobunny.com/projects/asciiquarium/html/ +Source0: http://www.robobunny.com/projects/%{name}/%{name}_%{version}.tar.gz + +BuildArch: noarch + + +%description +Enjoy the mysteries of the sea from the safety of your own terminal! + + +%prep +%setup -qn %{name}_%{version} + +%build + +%install +install -p -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name} + +%files +%doc README gpl.txt +%{_bindir}/%{name} + + +%changelog +* Mon Mar 11 2013 Jakub Ruzicka - 1.1-1 +- Updated to new version 1.1 with updated gpl.txt. +- Improved summary. + +* Tue Mar 05 2013 Jakub Ruzicka - 1.0-1 +- Initial package release.