2024-01-05 18:07:00 +01:00
Name : steam
2024-08-18 22:58:25 +02:00
Version : 1.0.0.81
2024-02-10 20:28:39 +01:00
Release : 1mamba
2024-01-05 18:07:00 +01:00
Summary : Valve's distribution platform, created to kick-start the digital distribution era for games
Group : Graphical Desktop/Applications/Games
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
2024-01-05 18:07:02 +01:00
URL : https://store.steampowered.com/
#URL: https://developer.valvesoftware.com/wiki/Steam_under_Linux
2024-01-05 18:07:00 +01:00
Source : http://repo.steampowered.com/steam/archive/precise/steam_%{version} .tar.gz
2024-01-05 18:07:01 +01:00
Source1 : steamdeps
Source2 : steamdeps.sh
2024-01-05 18:07:00 +01:00
License : no OSI Approved
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
2024-01-05 18:07:00 +01:00
Requires : curl
2024-01-05 18:07:01 +01:00
Requires : kdialog
Requires : xterm
2024-01-05 18:07:00 +01:00
Requires : xz
2024-01-05 18:07:00 +01:00
Requires : zenity
%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
2024-01-05 18:07:00 +01:00
%setup -q -n %{name} -launcher
2024-01-05 18:07:00 +01:00
%build
%make
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%makeinstall
2024-01-05 18:07:01 +01:00
install -D -m0755 %{SOURCE2} %{buildroot} %{_prefix} /lib/steam/steamdeps.sh
2024-01-05 18:07:01 +01:00
2024-01-05 18:07:01 +01:00
%ifarch x86_64
install -D -m0755 %{SOURCE1} %{buildroot} %{_prefix} /lib/steam/bin_steamdeps.sh
2024-01-05 18:07:01 +01:00
ln -sf %{_prefix} /lib/steam/bin_steamdeps.sh %{buildroot} %{_bindir} /steamdeps
%else
ln -sf true %{buildroot} %{_bindir} /steamdeps
%endif
2024-01-05 18:07:00 +01:00
2024-01-05 18:07:00 +01:00
install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
2024-01-05 18:07:00 +01:00
%{buildroot} %{_udevrulesdir} /70-steam-input.rules
2024-01-05 18:07:00 +01:00
install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
2024-01-05 18:07:00 +01:00
%{buildroot} %{_udevrulesdir} /70-steam-vr.rules
2024-01-05 18:07:00 +01:00
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%files
%defattr (-,root,root)
2024-01-05 18:07:01 +01:00
%{_sysconfdir} /apt/sources.list.d/steam-beta.list
%{_sysconfdir} /apt/sources.list.d/steam-stable.list
2024-01-05 18:07:00 +01:00
%{_bindir} /steam
%{_bindir} /steamdeps
2024-01-05 18:07:00 +01:00
%dir %{_prefix} /lib/steam
%{_prefix} /lib/steam/*
2024-01-05 18:07:00 +01:00
%{_udevrulesdir} /70-steam-*.rules
2024-01-05 18:07:00 +01:00
%{_datadir} /applications/steam.desktop
2024-01-05 18:07:00 +01:00
%{_datadir} /metainfo/com.valvesoftware.Steam.metainfo.xml
2024-01-05 18:07:00 +01:00
%{_datadir} /doc/steam/README
2024-01-05 18:07:00 +01:00
%{_datadir} /doc/steam/steam_subscriber_agreement.txt
2024-01-05 18:07:00 +01:00
%{_datadir} /icons/hicolor/*/apps/steam.png
2024-01-05 18:07:01 +01:00
%{_datadir} /keyrings/steam.gpg
2024-01-05 18:07:00 +01:00
%{_datadir} /pixmaps/steam.png
%{_datadir} /pixmaps/steam_tray_mono.png
2024-01-05 18:07:00 +01:00
%{_mandir} /man6/steam.6*
2024-01-05 18:07:00 +01:00
%doc COPYING
%changelog
2024-08-18 22:58:25 +02:00
* Sat Aug 17 2024 Automatic Build System <autodist@openmamba.org> 1.0.0.81-1mamba
- automatic version update by autodist
2024-02-10 20:28:39 +01:00
* Sat Feb 10 2024 Automatic Build System <autodist@openmamba.org> 1.0.0.79-1mamba
- automatic version update by autodist
2024-01-05 18:07:02 +01:00
* Wed Jul 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.78-2mamba
- steamdeps: update x86 dependencies and checks
2024-01-05 18:07:01 +01:00
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 1.0.0.78-1mamba
- automatic version update by autodist
2024-01-05 18:07:01 +01:00
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.0.0.76-1mamba
- automatic version update by autodist
2024-01-05 18:07:01 +01:00
* Tue Nov 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.75-4mamba
- steamdeps: use xterm and kdialog to provide more feedback on initial 32-bit deps installation
2024-01-05 18:07:01 +01:00
* Thu Sep 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.75-3mamba
- steamdeps: add explicit deps from gcc to prevent installing gcc-multilib
* Wed Aug 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.75-2mamba
- provide steamdeps script to install deps from i586 repository
2024-01-05 18:07:01 +01:00
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 1.0.0.75-1mamba
- automatic version update by autodist
2024-01-05 18:07:01 +01:00
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0.74-1mamba
- automatic version update by autodist
2024-01-05 18:07:01 +01:00
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0.73-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Fri Sep 10 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0.72-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Sun Jul 25 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0.71-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Tue May 25 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0.70-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Wed Feb 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.68-1mamba
- update to 1.0.0.68
2024-01-05 18:07:00 +01:00
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.61-1mamba
- update to 1.0.0.61
2024-01-05 18:07:00 +01:00
* Fri Dec 09 2016 Automatic Build System <autodist@mambasoft.it> 1.0.0.54-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Sat Oct 22 2016 Automatic Build System <autodist@mambasoft.it> 1.0.0.53-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Fri May 06 2016 Automatic Build System <autodist@mambasoft.it> 1.0.0.52-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Fri Dec 04 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0.51-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 1.0.0.50-1mamba
- automatic update by autodist
2024-01-05 18:07:00 +01:00
* Thu Sep 11 2014 Automatic Build System <autodist@mambasoft.it> 1.0.0.49-1mamba
- automatic version update by autodist
2024-01-05 18:07:00 +01:00
* Mon Jul 07 2014 Automatic Build System <autodist@mambasoft.it> 1.0.0.48-1mamba
- automatic update by autodist
2024-01-05 18:07:00 +01:00
* Sun Feb 16 2014 Automatic Build System <autodist@mambasoft.it> 1.0.0.47-1mamba
- automatic version update by autodist
* Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.45-1mamba
- automatic version update by autodist
* Sun Oct 20 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.43-1mamba
- automatic version update by autodist
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.42-1mamba
- automatic update by autodist
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.40-1mamba
- automatic update by autodist
* Sun May 12 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.39-1mamba
- automatic version update by autodist
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.38-1mamba
- automatic version update by autodist
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0.36-1mamba
- automatic version update by autodist
* Mon Mar 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0.35-1mamba
- package created by silvan using the webbuild interface