2024-01-05 21:34:25 +01:00
|
|
|
Name: crrcsim
|
2024-01-05 21:34:26 +01:00
|
|
|
Version: 0.9.13
|
|
|
|
Release: 1mamba
|
2024-01-05 21:34:25 +01:00
|
|
|
Summary: CRRCSim is a model-airplane flight simulation program for Linux with ports to other platforms.
|
|
|
|
Group: Graphical Desktop/Applications/Games
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
2024-01-05 21:34:26 +01:00
|
|
|
URL: http://18382.whserv.de/admin/index.php
|
|
|
|
Source: https://downloads.sourceforge.net/project/crrcsim/crrcsim/crrcsim-%{version}/crrcsim-%{version}.tar.gz
|
|
|
|
Patch0: crrcsim-0.9.13-gcc-7.patch
|
|
|
|
Patch1: crrcsim-0.9.13-issue-41.patch
|
|
|
|
Patch2: crrcsim-0.9.13-aarch64-support-added.patch
|
2024-01-05 21:34:25 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 21:34:26 +01:00
|
|
|
BuildRequires: libSDL-devel
|
2024-01-05 21:34:25 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 21:34:26 +01:00
|
|
|
BuildRequires: libglu-devel
|
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-05 21:34:25 +01:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libplib-devel
|
|
|
|
BuildRequires: libportaudio-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
CRRCSim is a model-airplane flight simulation program for Linux with ports to other platforms. Using CRRCSim you can learn how to fly model aircraft, test new aircraft designs, and improve your skills by practicing in the relative safety of your pc.
|
|
|
|
|
2024-01-05 21:34:26 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:34:25 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 21:34:26 +01:00
|
|
|
%patch 0 -p1 -b .gcc-7
|
|
|
|
%patch 1 -p1 -b .issue-41
|
|
|
|
%patch 2 -p1 -b .aarch64-support-added
|
2024-01-05 21:34:25 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 21:34:26 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-05 21:34:25 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 21:34:26 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 21:34:25 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/crrcsim
|
2024-01-05 21:34:26 +01:00
|
|
|
%dir %{_datadir}/crrcsim
|
|
|
|
%{_datadir}/crrcsim/*
|
|
|
|
%dir %{_docdir}/crrcsim
|
|
|
|
%{_docdir}/crrcsim/*
|
|
|
|
%{_mandir}/man1/crrcsim.1*
|
2024-01-05 21:34:25 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:34:26 +01:00
|
|
|
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:34:25 +01:00
|
|
|
* Sun Apr 01 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.12-2mamba
|
|
|
|
- added buildrequires
|
2024-01-05 21:34:26 +01:00
|
|
|
|
2024-01-05 21:34:25 +01:00
|
|
|
* Sun Apr 01 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.12-1mamba
|
|
|
|
- package created by autospec
|