]> git.pld-linux.org Git - packages/FlightGear.git/blob - FlightGear.spec
656c6d4480007a18f14b56d3cea0699b88f1779c
[packages/FlightGear.git] / FlightGear.spec
1 Summary:        Free Flight Simulator
2 Summary(pl):    darmowy symulator lotu
3 Name:           FlightGear
4 Version:        0.7.10
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        ftp://ftp.flightgear.org/pub/fgfs/Source/%{name}-%{version}.tar.gz
9 Source1:        ftp://ftp.flightgear.org/pub/fgfs/Shared/fgfs-base-%{version}.tar.gz
10 Source2:        ftp://ftp.flightgear.org/pub/fgfs/Shared/fgfs-docs-0.7.7.tar.gz
11 Patch0:         %{name}-am_fix.patch
12 URL:            http://www.flightgear.org/
13 BuildRequires:  OpenGL-devel
14 BuildRequires:  SimGear-devel >= 0.0.14
15 BuildRequires:  XFree86-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequireS:  findutils
19 BuildRequires:  glut-devel
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  metakit-devel
22 BuildRequires:  plib >= 1.2.0
23 BuildRequires:  zlib-devel
24 Requires:       OpenGL
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define _noautoreqdep   libGL.so.1 libGLU.so.1 libGLcore.so.1
28 %define _prefix         /usr/X11R6
29 %define _mandir         %{_prefix}/man
30
31 %description
32 The Flight Gear project is working to create a sophisticated flight
33 simulator framework for the development and pursuit of interesting
34 flight simulator ideas. We are developing a solid basic sim that can
35 be expanded and improved upon by anyone interested in contributing.
36
37 %description -l pl
38 Projet Flight Gear to wyrafinowany symulator lotów pozwalaj±cy
39 rozpowszechniaæ idee tego typu symulacji. 
40
41 %prep
42 %setup -q -a 1 -a 2
43 %patch0 -p 1
44
45 find %{name}-0.7 -name 'CVS' -type d | xargs rm -rf
46
47 %build
48 rm -f missing
49 aclocal -I .
50 %{__autoconf}
51 %{__automake}
52 %configure \
53         --with-network-olk
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT%{_libdir}
59
60 %{__make} DESTDIR="$RPM_BUILD_ROOT" install
61
62 echo "#!/bin/sh" > runfgfs
63 echo "exec %{_bindir}/fgfs --fg-root=%{_libdir}/%{name} \$*" >> runfgfs
64 install runfgfs $RPM_BUILD_ROOT%{_bindir}
65 cp -a %{name} $RPM_BUILD_ROOT%{_libdir}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc AUTHORS NEWS %{name}-0.7/docs/*
73 %attr(755,root,root) %{_bindir}/fgfs
74 %attr(755,root,root) %{_bindir}/runfgfs
75 %{_libdir}/%{name}
This page took 0.059547 seconds and 2 git commands to generate.