[asciiquarium/el6] Initial package release.

Jakub Ruzicka jruzicka at fedoraproject.org
Mon Apr 8 14:30:13 UTC 2013


commit 1da5f55f0ae3313f05ff7d60855f47bde10d0e62
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Mon Apr 8 16:29:03 2013 +0200

    Initial package release.

 .gitignore        |    1 +
 asciiquarium.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..93ca63f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/asciiquarium_1.1.tar.gz
diff --git a/asciiquarium.spec b/asciiquarium.spec
new file mode 100644
index 0000000..f24809c
--- /dev/null
+++ b/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 <jruzicka at redhat.com> - 1.1-1
+- Updated to new version 1.1 with updated gpl.txt.
+- Improved summary.
+
+* Tue Mar 05 2013 Jakub Ruzicka <jruzicka at redhat.com> - 1.0-1
+- Initial package release.
diff --git a/sources b/sources
index e69de29..986c7d3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5e79a700bf014cf6947cc93a36e2d6d1  asciiquarium_1.1.tar.gz


More information about the scm-commits mailing list