update to 1.0.0.68 [release 1.0.0.68-1mamba;Wed Feb 24 2021]
This commit is contained in:
parent
5ec3769d09
commit
9a7f2c1336
17
steam.spec
17
steam.spec
@ -1,5 +1,5 @@
|
||||
Name: steam
|
||||
Version: 1.0.0.61
|
||||
Version: 1.0.0.68
|
||||
Release: 1mamba
|
||||
Summary: Valve's distribution platform, created to kick-start the digital distribution era for games
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
@ -14,13 +14,12 @@ License: no OSI Approved
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q -n %{name}-launcher
|
||||
|
||||
%build
|
||||
%make
|
||||
@ -30,11 +29,11 @@ Steam is Valve's distribution platform, created to kick-start the digital distri
|
||||
%makeinstall
|
||||
|
||||
# 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
|
||||
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
|
||||
|
||||
%clean
|
||||
@ -46,7 +45,8 @@ install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
|
||||
%{_sysconfdir}/apt/trusted.gpg.d/steam.gpg
|
||||
%{_bindir}/steam
|
||||
%{_bindir}/steamdeps
|
||||
%{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
|
||||
%dir %{_prefix}/lib/steam
|
||||
%{_prefix}/lib/steam/*
|
||||
%{_udevrulesdir}/70-steam-*.rules
|
||||
%{_datadir}/applications/steam.desktop
|
||||
%{_datadir}/doc/steam/README
|
||||
@ -58,6 +58,9 @@ install -Dm 644 lib/udev/rules.d/60-steam-vr.rules \
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- update to 1.0.0.61
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user