Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 4 months ago
commit
1f1f96f35a
  1. 0
      SOURCES/.gitkeeper
  2. 37
      SPECS/asciiquarium.spec

0
SOURCES/.gitkeeper

37
SPECS/asciiquarium.spec

@ -0,0 +1,37 @@ @@ -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 <jruzicka@redhat.com> - 1.1-1
- Updated to new version 1.1 with updated gpl.txt.
- Improved summary.

* Tue Mar 05 2013 Jakub Ruzicka <jruzicka@redhat.com> - 1.0-1
- Initial package release.
Loading…
Cancel
Save