summaryrefslogtreecommitdiffstats
path: root/pokegen.spec
blob: 09b2d61302076a15eb53543dce66eb451da8e230 (plain)
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
48
49
50
51
52
53
54
55
Name:           pokegen
Version:        0.0.1
Release:        1%{?dist}
Summary:        PokéGen is a game engine aiming to emulate the original Pokémon games

Group:          Amusements/Games
License:        GPLv3+
URL:            http://www.sourceforge.net/projects/pokegen
Source0:        pokegen-%{version}.tar.bz2
Source1:        pokemodr.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel kdelibs4-devel tetex-latex
Requires:       qt4 kdelibs4

%description
PokéGen is a game engine aiming to emulate the original Pokémon games.
It includes a network play and other tools to help create custom games.

%prep
%setup -q


%build
qmake-qt4
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
/usr/bin/pokemodr
%{_libdir}/libgeneral.so
%{_libdir}/libgeneral.so.0
%{_libdir}/libgeneral.so.0.0
%{_libdir}/libgeneral.so.0.0.1
%{_libdir}/libpokemod.so
%{_libdir}/libpokemod.so.0
%{_libdir}/libpokemod.so.0.0
%{_libdir}/libpokemod.so.0.0.1


%changelog
* Mon Mar 04 2008 Ben Boeckel <MathStuf@gmail.com> 0.0.1-1
- Created