/[packages]/updates/5/steam/current/SPECS/steam.spec
ViewVC logotype

Contents of /updates/5/steam/current/SPECS/steam.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 907395 - (show annotations) (download)
Mon Nov 30 20:05:43 2015 UTC (8 years, 4 months ago) by akien
File size: 1619 byte(s)
- Version 1.0.0.51, adds some changes to udev rules
- Add minimal set of 32-bit libraries needed to run 32-bit games (patch by lukenukem, mga#17199)

1 Name: steam
2 Version: 1.0.0.51
3 Release: %mkrel 1
4 Summary: Installer for the Steam software distribution service
5 Group: Games/Other
6 # Redistribution and repackaging for Linux is allowed, see license file
7 License: Steam License Agreement
8 URL: http://www.steampowered.com/
9 Source0: http://repo.steampowered.com/steam/pool/steam/s/steam/%{name}_%{version}.tar.gz
10
11 Requires: libmesagl1
12 Requires: libmesaglu1
13 Requires: libcurl4
14 Requires: libfreetype6
15 Requires: gnu-free-mono-fonts
16 Requires: zenity
17 Requires: xz
18 Requires: libdbus-glib1_2 >= 0.100.2
19 Requires: libstdc++6 >= 4.8.2
20
21 BuildArch: noarch
22
23 %description
24 Installer for the Steam software distribution service.
25 Steam is a software distribution service with an online store, automated
26 installation, automatic updates, achievements, SteamCloud synchronized
27 savegame and screenshot functionality, and many social features.
28
29 %prep
30 %setup -q -n %{name}
31
32 %build
33
34 %install
35 %makeinstall_std
36
37 # Rename steamdeps, it's not working on non-Debian based distros (mga#9407)
38 mv -f %{buildroot}%{_bindir}/steamdeps %{buildroot}%{_bindir}/steamdeps.save
39
40 install -D -m644 lib/udev/rules.d/99-steam-controller-perms.rules \
41 %{buildroot}%{_udevrulesdir}/99-steam-controller-perms.rules
42
43 %files
44 %doc %{_docdir}/steam/*
45 %{_bindir}/steam
46 %{_bindir}/steamdeps.save
47 %{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
48 %{_datadir}/applications/steam.desktop
49 %{_iconsdir}/hicolor/*/apps/steam.*
50 %{_mandir}/man6/steam.6.*
51 %{_datadir}/pixmaps/steam*.png
52 %{_udevrulesdir}/99-steam-controller-perms.rules

  ViewVC Help
Powered by ViewVC 1.1.30