Name: FlightGear Summary: The FlightGear Flight Simulator Version: 2017.3.1 Release: 3%{?dist} License: GPLv2+ Source0: https://sourceforge.net/projects/flightgear/files/release-2017.3/flightgear-%{version}.tar.bz2 # these icons were previously available from # http://jrbabcock.home.comcast.net/flightgear/icons Source2: fg-16.png Source3: fg-32.png Source4: fg-48.png Source5: fg-64.png Source6: fg-128.png Source7: COPYING Patch1: 0001-check-to-be-sure-that-n-is-not-being-set-as-format-t.patch Patch2: 0002-Use-system-iaxclient-instead-of-bundled-one.patch Patch3: 0003-make-fglauncher-a-static-library.patch Patch4: 0004-desktop-use-fgfs-wrapper.patch URL: http://www.flightgear.org/ BuildRequires: openal-soft-devel, SimGear-devel >= %{version} BuildRequires: libpng-devel, freeglut-devel, libXi-devel, libXmu-devel BuildRequires: OpenSceneGraph-devel >= 3.2.0, boost-devel >= 1.44.0 BuildRequires: fltk-fluid, fltk-devel, dbus-devel, sqlite-devel BuildRequires: cmake, desktop-file-utils, iaxclient-devel BuildRequires: bzip2-devel, systemd-devel, qt5-qtbase-devel, libcurl-devel BuildRequires: qt5-qtdeclarative-devel Requires: FlightGear-data >= %{version}, opengl-games-utils Requires: hicolor-icon-theme %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 %prep %autosetup -p1 -n flightgear-%{version} rm -rf 3rdparty/iaxclient # make rpmlint happy find -name \*.h -o -name \*.cpp -o -name \*.cxx -o -name \*.hxx \ -o -name \*.hpp |xargs chmod -x for f in docs-mini/README.xmlparticles Thanks do iconv -f iso-8859-1 -t utf-8 -o ${f}.utf8 ${f} mv -f ${f}.utf8 ${f} done sed -i 's/\r//' docs-mini/AptNavFAQ.FlightGear.html # remove some unneeded files for the doc section for ext in Cygwin IRIX Joystick Linux MSVC MSVC8 MacOS SimGear Unix \ Win32-X autoconf mingw plib src xmlsyntax do rm -f docs-mini/README.${ext} done # icons license file cp %{SOURCE7} COPYING.icons %build %{cmake} \ -DSIMGEAR_SHARED=ON \ -DSYSTEM_SQLITE=ON \ -DFG_DATA_DIR:PATH=%{_datadir}/flightgear \ -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \ . make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/fgfs-wrapper # install icons mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps install -m 0644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -m 0644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png install -m 0644 %{SOURCE4} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png install -m 0644 %{SOURCE5} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/%{name}.png install -m 0644 %{SOURCE6} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/%{name}.png # Register as an application to be visible in the software center # # NOTE: It would be *awesome* if this file was maintained by the upstream # project, translated and installed into the right place during `make install`. # # See http://www.freedesktop.org/software/appstream/docs/ for more details. # mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < FlightGear.desktop CC0-1.0

FlightGear allows you to control over 400 aircraft, small and large in a range of situations, types of weather, seasons, day and night cycle. This includes single-engine propeller aircraft, large 4-engine passenger liners, experimental aircraft, classic and vintage aircraft and helicopters.

The FlightGear landscape covers the entire world and is downloaded as you fly. Visit any of the 20,000 airports with an accurate representation of airport buildings on many of the larger, international airports.

Most popular flight control hardware, such as yokes and sticks are supported. Multiple monitor setup and multiplayer is also featured.

http://www.flightgear.org/ http://www.flightgear.org/wp-content/gallery/gallery-v2-10/thumbs/thumbs_fgfs-screen-166.jpg http://www.flightgear.org/wp-content/gallery/gallery-v2-10/thumbs/thumbs_fgfs-screen-140.jpg http://www.flightgear.org/wp-content/gallery/gallery-v2-10/thumbs/thumbs_fgfs-screen-106.jpg
EOF %post update-desktop-database &> /dev/null ||: touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun update-desktop-database &> /dev/null ||: if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files %doc AUTHORS NEWS README Thanks docs-mini/* %license COPYING COPYING.icons %{_bindir}/* %{_mandir}/*/* %{_datadir}/appdata/*.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/bash-completion/completions/* %{_datadir}/zsh/site-functions/* %changelog * Thu Dec 14 2017 Fabrice Bellet - 2017.3.1-3 - drop the local desktop file since upstream provides one * Mon Sep 25 2017 Fabrice Bellet - 2017.3.1-2 - bump and rebuild * Thu Sep 21 2017 Fabrice Bellet - 2017.3.1-1 - new upstream release * Thu Sep 21 2017 Ralf Corsépius - 2017.2.1-5 - Rebuild for OSG-3.4.1. * Thu Sep 07 2017 Fabrice Bellet - 2017.2.1-4 - fix for CVE-2017-13709 * Wed Aug 02 2017 Fedora Release Engineering - 2017.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2017.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 22 2017 Tom Callaway - 2017.2.1-1 - update to 2017.2.1 * Mon May 15 2017 Fabrice Bellet - 2017.1.3-2 - fix for CVE-2017-8921 * Wed Apr 05 2017 Fabrice Bellet - 2017.1.3-1 - new upstream release * Fri Mar 03 2017 Fabrice Bellet - 2017.1.2-1 - new upstream release * Thu Feb 23 2017 Fabrice Bellet - 2017.1.1-1 - new upstream release * Fri Feb 10 2017 Fedora Release Engineering - 2016.4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Jan 28 2017 Jonathan Wakely - 2016.4.4-2 - Rebuilt for Boost 1.63 * Fri Jan 06 2017 Fabrice Bellet - 2016.4.4-1 - new upstream release * Wed Dec 14 2016 Fabrice Bellet - 2016.4.3-2 - Security fix: don't allow the route manager to overwrite any file * Tue Dec 06 2016 Fabrice Bellet - 2016.4.3-1 - new upstream release * Fri Nov 25 2016 Fabrice Bellet - 2016.4.2-1 - new upstream release * Mon Nov 21 2016 Fabrice Bellet - 2016.4.1-1 - new upstream release * Wed Sep 14 2016 Fabrice Bellet - 2016.3.1-2 - new upstream release * Thu May 19 2016 Fabrice Bellet - 2016.2.1-2 - add missing BR libcurl-devel * Thu May 19 2016 Fabrice Bellet - 2016.2.1-1 - new upstream release * Mon May 9 2016 Tom Callaway - 2016.1.2-1 - update to 2016.1.2 * Fri Feb 19 2016 Fabrice Bellet - 2016.1.1-1 - new upstream release * Sun Feb 14 2016 Fabrice Bellet - 3.7.0-5.gitf4fa687 - rebuild for updated simgear * Wed Feb 03 2016 Fedora Release Engineering - 3.7.0-4.gitf4fa687 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 14 2016 Jonathan Wakely - 3.7.0-3.gitf4fa687 - Rebuilt for Boost 1.60 * Fri Sep 11 2015 Ralf Corsépius - 3.7.0-2.gitf4fa687 - Rebuild for OSG-3.4.0. * Thu Sep 10 2015 Tom Callaway - 3.7.0-1.gitf4fa687 - update to 3.7.0 + fixes from git * Thu Aug 27 2015 Jonathan Wakely - 3.4.0-7 - Rebuilt for Boost 1.59 * Wed Jul 29 2015 Fedora Release Engineering - 3.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 * Tue Jun 16 2015 Fedora Release Engineering - 3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Apr 19 2015 Fabrice Bellet - 3.4.0-4 - Stop using property listener for fgValidatePath - Normalize the allowed paths as well (fix Windows breakage) * Fri Apr 17 2015 Ralf Corsépius - 3.4.0-3 - Rebuild for Gcc-5.0.1 (FTBFS, RHBZ#1212707). - Modernize spec. - Add %%license. * Thu Mar 26 2015 Richard Hughes - 3.4.0-2 - Add an AppData file for the software center * Wed Mar 11 2015 Fabrice Bellet - 3.4.0-1 - new upstream release - enable Qt Launcher * Thu Feb 19 2015 Rex Dieter 3.2.0-3 - rebuild (fltk) * Mon Jan 26 2015 Petr Machata - 3.2.0-2 - Rebuild for boost 1.57.0 * Fri Oct 17 2014 Fabrice Bellet - 3.2.0-1 - new upstream release * Fri Aug 15 2014 Fedora Release Engineering - 3.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jul 10 2014 Ralf Corsépius - 3.0.0-7 - Rebuilt for OSG-3.2.1. * Fri Jun 06 2014 Fedora Release Engineering - 3.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 23 2014 Petr Machata - 3.0.0-5 - Rebuild for boost 1.55.0 * Thu Mar 20 2014 Fabrice Bellet - 3.0.0-4 - fix the package owning the data directory * Sun Mar 16 2014 Ville Skyttä - 3.0.0-3 - Use system iaxclient instead of bundled one * Thu Feb 27 2014 Fabrice Bellet - 3.0.0-2 - forgot to update the sources file * Fri Feb 21 2014 Fabrice Bellet - 3.0.0-1 - new upstream release * Sun Sep 22 2013 Fabrice Bellet - 2.12.0-1 - new upstream release * Thu Aug 15 2013 Ralf Corsépius - 2.10.0-8 - Rebuilt for OSG-3.2.0. * Fri Aug 02 2013 Fedora Release Engineering - 2.10.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 30 2013 Petr Machata - 2.10.0-6 - Rebuild for boost 1.54.0 * Sun May 19 2013 Fabrice Bellet - 2.10.0-5 - fix another uncontrolled format string vulnerability (#958312) * Wed Mar 13 2013 Fabrice Bellet - 2.10.0-4 - libpthread link patch is no longer needed (rh#918003) * Tue Mar 12 2013 Jon Ciesla - 2.10.0-3 - Drop desktop vendor tag. * Wed Mar 06 2013 Fabrice Bellet - 2.10.0-2 - add libpthread to the linker where needed * Mon Feb 18 2013 Fabrice Bellet - 2.10.0-1 - new upstream release * Wed Feb 13 2013 Fedora Release Engineering - 2.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jan 18 2013 Adam Tkac - 2.8.0-3 - rebuild due to "jpeg8-ABI" feature drop * Fri Dec 21 2012 Adam Tkac - 2.8.0-2 - rebuild against new libjpeg * Tue Sep 11 2012 Fabrice Bellet 2.8.0-1 - new upstream release * Wed Jul 18 2012 Fedora Release Engineering - 2.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 29 2012 Tom Callaway 2.6.0-2 - check that printf format strings are never %n (CVE-2012-2090) - use snprintf with a max size of 256 to prevent rotor name overflow (CVE-2012-2091) * Tue Feb 28 2012 Fabrice Bellet 2.6.0-1 - new upstream release * Tue Feb 28 2012 Fedora Release Engineering - 2.4.0-4 - Rebuilt for c++ ABI breakage * Sat Jan 21 2012 Fabrice Bellet 2.4.0-3 - Fix gcc 4.7.0 compile issues in rawhide * Thu Jan 12 2012 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Sep 05 2011 Fabrice Bellet 2.4.0-1 - new upstream release * Tue Jun 14 2011 Ralf Corsépius - 2.0.0-6 - Rebuild against OSG-2.8.5. * Mon Feb 07 2011 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jul 18 2010 Fabrice Bellet 2.0.0-4 - Fix a crasher in FGATC::NotifyTransmissionFinished (bz#608523) Upstream bug report and suggested workaround : http://code.google.com/p/flightgear-bugs/issues/detail?id=133 * Fri Jul 02 2010 Fabrice Bellet 2.0.0-3 - Rebuild with newer OSG * Wed Jun 02 2010 Fabrice Bellet 2.0.0-2 - Fix a crasher when the requested visual cannot be created * Fri Feb 26 2010 Fabrice Bellet 2.0.0-1 - New upstream release * Sun Aug 16 2009 Fabrice Bellet 1.9.1-6 - Switch to openal-soft * Fri Jul 24 2009 Fedora Release Engineering - 1.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon May 11 2009 Fabrice Bellet 1.9.1-4 - Rebuilt to fix bz#498584 * Mon Feb 23 2009 Fedora Release Engineering - 1.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 15 2009 Fabrice Bellet 1.9.1-2 - rebuild for newer OSG - gcc44 compilation fix * Tue Feb 03 2009 Fabrice Bellet 1.9.1-1 - new upstream release * Tue Jan 06 2009 Fabrice Bellet 1.9.0-1 - new upstream release * Sun Oct 5 2008 Fabrice Bellet 1.0.0-4 - fixed category of the menu entry (rh#465698) * Tue May 13 2008 Fabrice Bellet 1.0.0-3 - rebuild with newer plib * Sun Feb 10 2008 Fabrice Bellet 1.0.0-2 - rebuild with gcc43 * Mon Jan 7 2008 Fabrice Bellet 1.0.0-1 - new upstream release * Tue Oct 2 2007 Fabrice Bellet 0.9.11-0.4.pre1 - use opengl-games-utils wrapper to show error dialog when DRI is missing * Sun Sep 23 2007 Fabrice Bellet 0.9.11-0.3.pre1 - update icon cache handling to current guidelines/drafts - update License tag * Wed Aug 29 2007 Fedora Release Engineering - 0.9.11-0.2.pre1 - Rebuild for selinux ppc32 issue. * Wed Jun 27 2007 Fabrice Bellet 0.9.11-0.1.pre1 - new upstream (pre-)release * Wed Apr 18 2007 Fabrice Bellet 0.9.10-6 - desktop-database update - add icons from Josh Babcock * Mon Apr 16 2007 Fabrice Bellet 0.9.10-5 - doc files cleanup - remove -fPIC from CXXFLAGS - add a desktop file (but no dedicated icon is available) - spec file cleanup * Sun Apr 08 2007 Fabrice Bellet 0.9.10-4 - disable parallel build, as it is currently broken. A typo in _smp_mflags macro in previous builds prevented the problem from showing up - fixed duplicate BuildRequires * Sat Apr 07 2007 Fabrice Bellet 0.9.10-3 - use sed instead of dos2unix to correct end-of-line encoding - configure should not call automake (BZ#234826) * Sun Apr 01 2007 Fabrice Bellet 0.9.10-2 - rebuild against new SimGear * Tue Mar 20 2007 Fabrice Bellet 0.9.10-1 - initial packaging