From 1a6d5d7f887a43e50588afb8a0781987c6ed275a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:07:00 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.0.47-1mamba;Sun Feb 16 2014] --- README.md | 2 ++ steam.spec | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 steam.spec diff --git a/README.md b/README.md index 0975109..91fa53e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # steam +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. + diff --git a/steam.spec b/steam.spec new file mode 100644 index 0000000..14fd0cb --- /dev/null +++ b/steam.spec @@ -0,0 +1,77 @@ +Name: steam +Version: 1.0.0.47 +Release: 1mamba +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 +URL: https://developer.valvesoftware.com/wiki/Steam_under_Linux +Source: http://repo.steampowered.com/steam/archive/precise/steam_%{version}.tar.gz +License: no OSI Approved +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +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} + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sysconfdir}/apt/sources.list.d/steam.list +%{_sysconfdir}/apt/trusted.gpg.d/steam.gpg +%{_bindir}/steam +%{_bindir}/steamdeps +%{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz +%{_datadir}/applications/steam.desktop +%{_datadir}/doc/steam/README +%{_datadir}/doc/steam/steam_install_agreement.txt +%{_datadir}/icons/hicolor/*/apps/steam.png +%{_datadir}/pixmaps/steam.png +%{_datadir}/pixmaps/steam_tray_mono.png +%{_mandir}/man6/steam.6.gz +%doc COPYING + +%changelog +* Sun Feb 16 2014 Automatic Build System 1.0.0.47-1mamba +- automatic version update by autodist + +* Tue Dec 03 2013 Automatic Build System 1.0.0.45-1mamba +- automatic version update by autodist + +* Sun Oct 20 2013 Automatic Build System 1.0.0.43-1mamba +- automatic version update by autodist + +* Tue Sep 10 2013 Automatic Build System 1.0.0.42-1mamba +- automatic update by autodist + +* Sun Sep 01 2013 Automatic Build System 1.0.0.40-1mamba +- automatic update by autodist + +* Sun May 12 2013 Automatic Build System 1.0.0.39-1mamba +- automatic version update by autodist + +* Sun Apr 28 2013 Automatic Build System 1.0.0.38-1mamba +- automatic version update by autodist + +* Thu Mar 21 2013 Automatic Build System 1.0.0.36-1mamba +- automatic version update by autodist + +* Mon Mar 04 2013 Silvan Calarco 1.0.0.35-1mamba +- package created by silvan using the webbuild interface