1
0
Fork 0
flightgear/package/openSUSE
James Turner 45c6ec216f Update .desktop files to show the launcher
Suggested by Emilian, I assumed packagers tend to replace these files
or make their own decision anyway but for a non-terminal startup,
requesting the launcher seems a clear benefit to me.
2017-01-27 16:09:19 +00:00
..
FlightGear.desktop Update .desktop files to show the launcher 2017-01-27 16:09:19 +00:00
FlightGear.spec KIll off ALUT now it's gone from SimGear 2012-08-22 00:10:00 +01:00
README Add openSUSE RPM specification 2012-07-02 22:00:41 +02:00

Building a FlightGear RPM package for openSUSE

(Last tested with openSUSE 11.4+12.1)

This directory contains the files which, along with
the source code tar files, can be used to build
an RPM package targeted at an openSUSE Linux system.

To build FlightGear from source do the following:

1. obtain flightgear-2.8.0.tar.bz2 (adapt version if
   necessary) and copy it into ~/rpmbuild/SOURCES

2. copy FlightGear.desktop to ~/rpmbuild/SOURCES

3. obtain (or build) and install SimGear (exact
   match with FlightGear's version required).

4. look in the BuildRequires section of FlightGear.spec
   and check that all the packages referred to are
   installed (note, some of these packages may be part
   of openSUSE's "games" repository).

5. run 'rpmbuild -ba FlightGear.spec' and find the RPM
   build result in ~/rpmbuild/RPMS

That's all!