Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2031624 Details for
Bug 2276549
Review Request: cars-sports-racing-1.0.5 - Driving simulation game
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
base spec file for cars-sports-racing
cars-sports-racing.spec (text/plain), 4.94 KB, created by
Xavier Bertaux
on 2024-05-06 13:29:22 UTC
(
hide
)
Description:
base spec file for cars-sports-racing
Filename:
MIME Type:
Creator:
Xavier Bertaux
Created:
2024-05-06 13:29:22 UTC
Size:
4.94 KB
patch
obsolete
>#%global debug_package %{nil} >%global _pkgbuilddir %{_builddir}/%{name}_%{version} >%global real_ver 1.0.1-r377 >%global pkg_name cars-sports-racing > >Summary: Cars Sports Racing: Simulation >Name: cars-sports-racing >Version: 1.0.1 >Release: 1_r377.1%{?dist} >License: GPLv2+ >Group: Amusements/Games >URL: https://www.cars-sports-racing.net/ >Source0: https://sourceforge.net/projects/%{name}/files/1.0.1/%{name}-src-base-%{version}-r377.tar.xz >Source1: https://sourceforge.net/projects/%{name}/files/1.0.1/%{name}-src-season2-cars-and-tracks-%{version}-r377.tar.xz >Patch0: %{pkg_name}-bindir.patch >Source2: %{pkg_name}.conf >Source3: %{pkg_name}.desktop > >Requires: opengl-games-utils >BuildRequires: FreeSOLID-devel >BuildRequires: SDL2-devel >BuildRequires: SDL2_mixer-devel >BuildRequires: chrpath >BuildRequires: cmake >BuildRequires: desktop-file-utils >BuildRequires: enet-devel >BuildRequires: expat-devel >BuildRequires: freealut-devel >BuildRequires: freeglut-devel >BuildRequires: gcc >BuildRequires: gcc-c++ >BuildRequires: libGL-devel >BuildRequires: libXi-devel >BuildRequires: libXmu-devel >BuildRequires: libXrandr-devel >BuildRequires: libcurl-devel >BuildRequires: libjpeg-devel >BuildRequires: libogg-devel >BuildRequires: libpng-devel >BuildRequires: libvorbis-devel >BuildRequires: plib-devel >BuildRequires: java-devel > >%description >A fork of the open racing car simulator Speed Dreams, itself being a fork of Torcs >This project implementing challenges for the player to pass allowing them to unlock the levels >For the moment, just OpenGL1 (with PLIB) is implemented. >Best lap recorded in masterserver and in the future, hall of fame for championship ranking >The goal in the future is to have a career mode integrated into the game engine > >%package data-base >Summary: The Open Racing Car Simulator additional dirt tracks >Group: Amusements/Games >Requires: cars-sports-racing > >%description data-base >A fork of the open racing car simulator Speed Dreams, itself being a fork of Torcs >This project implementing challenges for the player to pass allowing them to unlock the levels >For the moment, just OpenGL1 (with PLIB) is implemented. >Best lap recorded in masterserver and in the future, hall of fame for championship ranking >The goal in the future is to have a career mode integrated into the game engine > >This package contains additional tracks for the game. > >%package devel >Summary: The Open Racing Car Simulator additional oval tracks >Group: Amusements/Games >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description devel >A fork of the open racing car simulator Speed Dreams, itself being a fork of Torcs >This project implementing challenges for the player to pass allowing them to unlock the levels >For the moment, just OpenGL1 (with PLIB) is implemented. >Best lap recorded in masterserver and in the future, hall of fame for championship ranking >The goal in the future is to have a career mode integrated into the game engine > >This package contains the development files for the game. > >%prep >%setup -q -c -n %{name}-src-base-%{version}-%{release} -a1 -a2 -a3 >%patch0 -p1 -b .bindir > >%build >%cmake -DCMAKE_INSTALL_PREFIX:PATH="%{_prefix}" \ > -DCMAKE_BUILD_TYPE:STRING=Release \ > -DCMAKE_SKIP_RPATH:BOOL=ON \ > -DOPTION_DEBUG:STRING=ON \ > -DOPTION_OFFICIAL_ONLY:BOOL=ON > -DOPTION_AUTOVERSION=OFF \ > -DOPTION_OFFICIAL_ONLY=ON \ > -DOPTION_PACKAGING=ON \ > -DOPTION_CLIENT_SERVER=ON \ > -DOPTION_WEBSERVER=ON \ > -D CSR_LOCALDIR=~/.config/cars-sports-racing >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} >make DESTDIR=%{buildroot} install > >install -dm 755 %{buildroot}%{_libdir}/games/%{name}/lib >install -D -p -m 755 src/modules/simu/simuv5/SOLID-2.0/src/libsolid.so %{buildroot}%{_libdir}/games/%{pkg_name}/lib/ >install -D -p -m 755 src/libs/tgf/libtgf.so %{buildroot}%{_libdir}/games/%{pkg_name}/lib/ > ># Add non standard lib path /usr/lib64/games/cars-sports-racing/lib >install -dm 755 -p ${RPM_BUILD_ROOT}/etc/ld.so.conf.d >cp %{SOURCE2} %{buildroot}/etc/ld.so.conf.d/%{pkg_name}.conf > >desktop-file-install \ > --dir %{buildroot}%{_datadir}/applications \ > %{SOURCE3} > ># We need this for proper automatic stripping to take place (still in 1.3.0) >find %{buildroot}%{_libdir}/games/ -name '*.so' | xargs %{__chmod} +x > ># remove cmake files >find %{buildroot} -type f -name "*.cmake" -exec rm -f {} ';' > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files ># Directory default mode of 0755 is MANDATORY, since installed dirs are 0777 ># %defattr(-,root,root,0755) >%dir %{_datadir}/games/%{pkg_name}/ >%dir %{_libdir}/games/ >%{_libdir}/games/%{pkg_name}/ >%{_bindir}/%{pkg_name} >%{_bindir}/csr-* >%{_sysconfdir}/ld.so.conf.d/%{pkg_name}.conf > > >%files data-base >%defattr(-,root,root,-) ># data packages, installs tracks, car models, fonts ... >%{_datadir}/games/%{pkg_name}/* >%{_datadir}/applications/%{pkg_name}.desktop > > >%files devel >%defattr(-,root,root,-) >%{_includedir}/%{pkg_name}/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2276549
: 2031624 |
2057783
|
2058185