rebuilt with python3 ~= 3.11 [release 0.5.16-2mamba;Tue Feb 20 2024]
This commit is contained in:
parent
1766f59378
commit
68dedc3cf5
43
lutris.spec
43
lutris.spec
@ -1,6 +1,6 @@
|
|||||||
Name: lutris
|
Name: lutris
|
||||||
Version: 0.5.16
|
Version: 0.5.16
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Lutris helps you install and play video games from all eras and from most gaming systems
|
Summary: Lutris helps you install and play video games from all eras and from most gaming systems
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,19 +10,19 @@ URL: https://github.com/lutris/lutris
|
|||||||
Source: https://github.com/lutris/lutris.git/v%{version}/lutris-%{version}.tar.bz2
|
Source: https://github.com/lutris/lutris.git/v%{version}/lutris-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.10dist(certifi)
|
BuildRequires: python3.11dist(certifi)
|
||||||
BuildRequires: python3.10dist(dbus-python)
|
BuildRequires: python3.11dist(dbus-python)
|
||||||
BuildRequires: python3.10dist(distro)
|
BuildRequires: python3.11dist(distro)
|
||||||
BuildRequires: python3.10dist(evdev)
|
BuildRequires: python3.11dist(evdev)
|
||||||
BuildRequires: python3.10dist(lxml)
|
BuildRequires: python3.11dist(lxml)
|
||||||
BuildRequires: python3.10dist(moddb)
|
BuildRequires: python3.11dist(moddb)
|
||||||
BuildRequires: python3.10dist(pillow)
|
BuildRequires: python3.11dist(pillow)
|
||||||
BuildRequires: python3.10dist(protobuf)
|
BuildRequires: python3.11dist(protobuf)
|
||||||
BuildRequires: python3.10dist(pygobject)
|
BuildRequires: python3.11dist(pygobject)
|
||||||
BuildRequires: python3.10dist(pypresence)
|
BuildRequires: python3.11dist(pypresence)
|
||||||
BuildRequires: python3.10dist(pyyaml)
|
BuildRequires: python3.11dist(pyyaml)
|
||||||
BuildRequires: python3.10dist(requests)
|
BuildRequires: python3.11dist(requests)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: scons
|
BuildRequires: scons
|
||||||
|
|
||||||
@ -35,15 +35,15 @@ Lutris helps you install and play video games from all eras and from most gaming
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python310} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python310} setup.py install \
|
%{__python3} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python310_inc} \
|
--install-headers=%{python3_inc} \
|
||||||
--install-lib=%{python310_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
@ -55,11 +55,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python310_sitearch}/%{name}-%{version}-py*.egg-info
|
%dir %{python3_sitearch}/%{name}-%{version}-py*.egg-info
|
||||||
%{python310_sitearch}/%{name}-%{version}-py*.egg-info/*
|
%{python3_sitearch}/%{name}-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.16-2mamba
|
||||||
|
- rebuilt with python3 ~= 3.11
|
||||||
|
|
||||||
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 0.5.16-1mamba
|
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 0.5.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user