-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgtksudoku.spec.in
47 lines (34 loc) · 971 Bytes
/
gtksudoku.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: @PACKAGE@
Version: @VERSION@
Release: 1%{?dist}
Source0: https://github.com/downloads/ramsdell/%{name}/%{name}-%{version}.tar.gz
Vendor: Looney Fun Factory
URL: @PACKAGE_BUGREPORT@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Summary: A Sudoku Game
License: GPLv2
Group: Amusements/Games
Requires: gtk2 >= 2.8.0
%description
@PACKAGE_NAME@: A Logic Puzzle Solving Aid
A Sudoku logic puzzle is solved by filling each cell in a board so
that every row, column, and 3x3 square contains the digits one through
nine. This program eliminates much of the drudgery of solving a
puzzle and provides educational tips should the path to the solution
become obscured.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%clean
rm -rf %{buildroot}
%changelog
* Fri Jun 29 2012 John D. Ramsdell <[email protected]> - 0.6-1
- Initial version
%files
%defattr (-, root, root)
%{_bindir}/%{name}
%{_datadir}/%{name}.html