2024-01-06 06:32:40 +01:00
|
|
|
Name: lutris
|
2024-01-16 17:43:49 +01:00
|
|
|
Version: 0.5.16
|
2024-01-06 06:32:40 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Lutris helps you install and play video games from all eras and from most gaming systems
|
|
|
|
Group: Graphical Desktop/Applications/Games
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lutris/lutris
|
|
|
|
Source: https://github.com/lutris/lutris.git/v%{version}/lutris-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython310-devel
|
|
|
|
BuildRequires: python3.10dist(certifi)
|
|
|
|
BuildRequires: python3.10dist(dbus-python)
|
|
|
|
BuildRequires: python3.10dist(distro)
|
|
|
|
BuildRequires: python3.10dist(evdev)
|
|
|
|
BuildRequires: python3.10dist(lxml)
|
|
|
|
BuildRequires: python3.10dist(moddb)
|
|
|
|
BuildRequires: python3.10dist(pillow)
|
|
|
|
BuildRequires: python3.10dist(protobuf)
|
|
|
|
BuildRequires: python3.10dist(pygobject)
|
|
|
|
BuildRequires: python3.10dist(pypresence)
|
|
|
|
BuildRequires: python3.10dist(pyyaml)
|
|
|
|
BuildRequires: python3.10dist(requests)
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: scons
|
|
|
|
|
|
|
|
%description
|
|
|
|
Lutris helps you install and play video games from all eras and from most gaming systems.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python310} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python310} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python310_inc} \
|
|
|
|
--install-lib=%{python310_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
|
|
#%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{python310_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
%{python310_sitearch}/%{name}-%{version}-py*.egg-info/*
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-16 17:43:49 +01:00
|
|
|
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 0.5.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-14 12:30:27 +01:00
|
|
|
* Sun Jan 14 2024 Automatic Build System <autodist@openmamba.org> 0.5.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:32:41 +01:00
|
|
|
* Fri Oct 20 2023 Automatic Build System <autodist@mambasoft.it> 0.5.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:32:40 +01:00
|
|
|
* Tue Jul 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.13-1mamba
|
|
|
|
- package created using the webbuild interface
|