Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b719569d52 |
3 changed files with 52 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
/wmtictactoe-1.1-1.tar.gz
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
2aa54265ec60521437d676c5d251864a wmtictactoe-1.1-1.tar.gz
|
||||
50
wmtictactoe.spec
Normal file
50
wmtictactoe.spec
Normal file
|
|
@ -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@fedoraproject.org> 1.1-2
|
||||
- Tweaked summary and description
|
||||
|
||||
* Sat Aug 04 2012 Mario Blättermann <mariobl@fedoraproject.org> 1.1-1
|
||||
- initial version
|
||||
Loading…
Add table
Add a link
Reference in a new issue