[wmtictactoe/f17] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Thu Aug 30 18:59:44 UTC 2012


commit b719569d5286836be74faa798400f3e8cdae2e56
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Thu Aug 30 21:00:30 2012 +0200

    Initial commit

 .gitignore       |    1 +
 sources          |    1 +
 wmtictactoe.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bfc19c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmtictactoe-1.1-1.tar.gz
diff --git a/sources b/sources
index e69de29..a7e1f93 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2aa54265ec60521437d676c5d251864a  wmtictactoe-1.1-1.tar.gz
diff --git a/wmtictactoe.spec b/wmtictactoe.spec
new file mode 100644
index 0000000..dc248bd
--- /dev/null
+++ b/wmtictactoe.spec
@@ -0,0 +1,50 @@
+Name:           wmtictactoe
+Version:        1.1
+Release:        2%{?dist}
+Summary:        TicTacToe game as a dockapp
+
+License:        GPLv2+
+URL:            http://dockapps.windowmaker.org/file.php/id/337
+Source0:        http://dockapps.windowmaker.org/download.php/id/748/%{name}-%{version}-1.tar.gz
+
+BuildRequires:  libXext-devel
+BuildRequires:  libXpm-devel
+
+%description
+wmTicTacToe is a dock application game for Window Maker(but it will be run
+on other window managers too.
+
+%prep
+%setup -q -n %{name}.app
+
+#Some doc files are not utf-8
+iconv -f iso-8859-15 -t utf8 README > README.new
+touch -r README README.new
+mv README.new README
+iconv -f iso-8859-15 -t utf8 CHANGES > CHANGES.new
+touch -r CHANGES CHANGES.new
+mv CHANGES.new CHANGES
+
+
+%build
+cd %{name}
+make %{?_smp_mflags}
+
+
+%install
+cd %{name}
+mkdir -p %{buildroot}%{_bindir}
+install -p -m 755 %{name} %{buildroot}%{_bindir}
+
+
+%files
+%doc CHANGES COPYING README TODO
+%{_bindir}/%{name}
+
+
+%changelog
+* Fri Aug 10 2012 Mario Blättermann <mariobl at fedoraproject.org> 1.1-2
+- Tweaked summary and description
+
+* Sat Aug 04 2012 Mario Blättermann <mariobl at fedoraproject.org> 1.1-1
+- initial version


More information about the scm-commits mailing list