automatic version update by autodist [release 1.0.0.47-1mamba;Sun Feb 16 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:07:00 +01:00
parent 7023157341
commit 1a6d5d7f88
2 changed files with 79 additions and 0 deletions

View File

@ -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.

77
steam.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <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