]> git.pld-linux.org Git - packages/FlightGear.git/commitdiff
- BuildRequires: metakit-devel findutils
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Apr 2001 10:06:26 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added descriptions and changed Group

Changed files:
    FlightGear.spec -> 1.2

FlightGear.spec

index 3cadae88b533b299c96c807a98b5b8f2576a3dc4..f27f56275a827eb33b0c2e9192ea29593f8189ab 100644 (file)
@@ -3,7 +3,9 @@ Summary(pl):    darmowy symulator lotu
 Name:          FlightGear
 Version:       0.7.6
 Release:       1
-Group:         X11/Games
+Group:         X11/Applications/Games
+Group(de):     X11/Applikationen/Spiele
+Group(pl):     X11/Aplikacje/Gry
 License:       GPL
 Source0:       ftp://ftp.flightgear.org/pub/fgfs/Source/%{name}-%{version}.tar.gz
 Source1:       ftp://ftp.flightgear.org/pub/fgfs/Shared/fgfs-base-%{version}.tar.gz
@@ -18,26 +20,37 @@ BuildRequires:      glut-devel
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRequires: plib >= 1.2.0
-BuildRequires: SimGear-devel
+BuildRequires: SimGear-devel >= 0.0.14
 BuildRequires: zlib-devel
+BuildRequires: metakit-devel
+BuildRequireS: findutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define _noautoreqdep  libGL.so.1 libGLU.so.1
 %define _prefix                /usr/X11R6
+%define        _mandir         %{_prefix}/man
 
 %description
+The Flight Gear project is working to create a sophisticated flight
+simulator framework for the development and pursuit of interesting
+flight simulator ideas. We are developing a solid basic sim that can
+be expanded and improved upon by anyone interested in contributing.
 
 %description -l pl
+Projet Flight Gear to wyszukany symulator lotów pozwalaj±cy
+rozpowszechniaæ idee tego typu symulacji.
 
 %prep
 %setup -q -a 1 -a 2
 %patch0 -p1
 
 %build
+rm missing
 aclocal
 autoconf
 automake -a -c
-%configure
+%configure \
+       --with-network-olk
 %{__make}
 
 %install
This page took 0.104084 seconds and 4 git commands to generate.