update to 1.0.0.61 [release 1.0.0.61-1mamba;Thu Jan 16 2020]

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

View File

@ -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 <silvan.calarco@mambasoft.it> 1.0.0.61-1mamba
- update to 1.0.0.61
* Fri Dec 09 2016 Automatic Build System <autodist@mambasoft.it> 1.0.0.54-1mamba
- automatic version update by autodist