From 5ec3769d091b7f2d7cf98425491d125a5bbf664a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:07:00 +0100 Subject: [PATCH] update to 1.0.0.61 [release 1.0.0.61-1mamba;Thu Jan 16 2020] --- steam.spec | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/steam.spec b/steam.spec index f64b532..4271377 100644 --- a/steam.spec +++ b/steam.spec @@ -1,5 +1,5 @@ Name: steam -Version: 1.0.0.54 +Version: 1.0.0.61 Release: 1mamba Summary: Valve's distribution platform, created to kick-start the digital distribution era for games Group: Graphical Desktop/Applications/Games @@ -11,14 +11,14 @@ Source: http://repo.steampowered.com/steam/archive/precise/steam_%{versio License: no OSI Approved ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END +Requires: curl +Requires: xz Requires: zenity BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. -%debug_package - %prep %setup -q -n %{name} @@ -29,6 +29,14 @@ Steam is Valve's distribution platform, created to kick-start the digital distri [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +# blank steamdeps because apt-get +ln -sf /usr/bin/true %{buildroot}%{_bindir}/steamdeps + +install -Dm 644 lib/udev/rules.d/60-steam-input.rules \ + %{buildroot}%{_udevrulesdir}/70-steam-input.rules +install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \ + %{buildroot}%{_udevrulesdir}/70-steam-vr.rules + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -39,16 +47,20 @@ Steam is Valve's distribution platform, created to kick-start the digital distri %{_bindir}/steam %{_bindir}/steamdeps %{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz +%{_udevrulesdir}/70-steam-*.rules %{_datadir}/applications/steam.desktop %{_datadir}/doc/steam/README -%{_datadir}/doc/steam/steam_install_agreement.txt +%{_datadir}/doc/steam/steam_subscriber_agreement.txt %{_datadir}/icons/hicolor/*/apps/steam.png %{_datadir}/pixmaps/steam.png %{_datadir}/pixmaps/steam_tray_mono.png -%{_mandir}/man6/steam.6.gz +%{_mandir}/man6/steam.6* %doc COPYING %changelog +* Thu Jan 16 2020 Silvan Calarco 1.0.0.61-1mamba +- update to 1.0.0.61 + * Fri Dec 09 2016 Automatic Build System 1.0.0.54-1mamba - automatic version update by autodist