2024-01-06 06:32:40 +01:00
|
|
|
Name: lutris
|
2024-04-13 01:31:03 +02:00
|
|
|
Version: 0.5.17
|
|
|
|
Release: 1mamba
|
2024-01-06 06:32:40 +01:00
|
|
|
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
|
2024-02-23 15:56:50 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(certifi)
|
|
|
|
BuildRequires: python3.11dist(dbus-python)
|
|
|
|
BuildRequires: python3.11dist(distro)
|
|
|
|
BuildRequires: python3.11dist(evdev)
|
|
|
|
BuildRequires: python3.11dist(lxml)
|
|
|
|
BuildRequires: python3.11dist(moddb)
|
|
|
|
BuildRequires: python3.11dist(pillow)
|
|
|
|
BuildRequires: python3.11dist(protobuf)
|
|
|
|
BuildRequires: python3.11dist(pygobject)
|
|
|
|
BuildRequires: python3.11dist(pypresence)
|
|
|
|
BuildRequires: python3.11dist(pyyaml)
|
|
|
|
BuildRequires: python3.11dist(requests)
|
2024-01-06 06:32:40 +01:00
|
|
|
## 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
|
2024-02-23 15:56:50 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
2024-01-06 06:32:40 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-02-23 15:56:50 +01:00
|
|
|
%{__python3} setup.py install \
|
2024-01-06 06:32:40 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-02-23 15:56:50 +01:00
|
|
|
--install-headers=%{python3_inc} \
|
|
|
|
--install-lib=%{python3_sitearch} \
|
2024-01-06 06:32:40 +01:00
|
|
|
--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)
|
2024-02-23 15:56:50 +01:00
|
|
|
%dir %{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
|
|
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info/*
|
2024-01-06 06:32:40 +01:00
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-04-13 01:31:03 +02:00
|
|
|
* Fri Apr 12 2024 Automatic Build System <autodist@openmamba.org> 0.5.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-23 15:56:50 +01:00
|
|
|
* Tue Feb 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.16-2mamba
|
|
|
|
- rebuilt with python3 ~= 3.11
|
|
|
|
|
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
|