update to 1.0.0.68 [release 1.0.0.68-1mamba;Wed Feb 24 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 18:07:00 +01:00
parent 5ec3769d09
commit 9a7f2c1336

View File

@ -1,5 +1,5 @@
Name: steam Name: steam
Version: 1.0.0.61 Version: 1.0.0.68
Release: 1mamba Release: 1mamba
Summary: Valve's distribution platform, created to kick-start the digital distribution era for games Summary: Valve's distribution platform, created to kick-start the digital distribution era for games
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
@ -14,13 +14,12 @@ License: no OSI Approved
Requires: curl Requires: curl
Requires: xz Requires: xz
Requires: zenity Requires: zenity
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Steam is Valve's distribution platform, created to kick-start the digital distribution era for games. Steam allows users to easily purchase, download, play and update games online. It also helps developers, by allowing them to break out of the innovation-crushing 'retail and publisher' distribution model and offering them huge improvements to their profit margins and creative freedom. Steam is Valve's distribution platform, created to kick-start the digital distribution era for games. Steam allows users to easily purchase, download, play and update games online. It also helps developers, by allowing them to break out of the innovation-crushing 'retail and publisher' distribution model and offering them huge improvements to their profit margins and creative freedom.
%prep %prep
%setup -q -n %{name} %setup -q -n %{name}-launcher
%build %build
%make %make
@ -30,11 +29,11 @@ Steam is Valve's distribution platform, created to kick-start the digital distri
%makeinstall %makeinstall
# blank steamdeps because apt-get # blank steamdeps because apt-get
ln -sf /usr/bin/true %{buildroot}%{_bindir}/steamdeps ln -sf /bin/true %{buildroot}%{_bindir}/steamdeps
install -Dm 644 lib/udev/rules.d/60-steam-input.rules \ install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
%{buildroot}%{_udevrulesdir}/70-steam-input.rules %{buildroot}%{_udevrulesdir}/70-steam-input.rules
install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \ install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
%{buildroot}%{_udevrulesdir}/70-steam-vr.rules %{buildroot}%{_udevrulesdir}/70-steam-vr.rules
%clean %clean
@ -46,7 +45,8 @@ install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
%{_sysconfdir}/apt/trusted.gpg.d/steam.gpg %{_sysconfdir}/apt/trusted.gpg.d/steam.gpg
%{_bindir}/steam %{_bindir}/steam
%{_bindir}/steamdeps %{_bindir}/steamdeps
%{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz %dir %{_prefix}/lib/steam
%{_prefix}/lib/steam/*
%{_udevrulesdir}/70-steam-*.rules %{_udevrulesdir}/70-steam-*.rules
%{_datadir}/applications/steam.desktop %{_datadir}/applications/steam.desktop
%{_datadir}/doc/steam/README %{_datadir}/doc/steam/README
@ -58,6 +58,9 @@ install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
%doc COPYING %doc COPYING
%changelog %changelog
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.68-1mamba
- update to 1.0.0.68
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.61-1mamba * Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.61-1mamba
- update to 1.0.0.61 - update to 1.0.0.61