]> git.pld-linux.org Git - packages/steam-launcher.git/blame - steam-launcher.spec
PLD updates
[packages/steam-launcher.git] / steam-launcher.spec
CommitLineData
5f6e21fa
JK
1
2# TODO:
7b16f921 3# - check on and fix for x86_64 (multilib system required)
5f6e21fa
JK
4
5Summary: Launcher for the Steam software distribution service
6Name: steam-launcher
7Version: 1.0.0.47
8Release: 0.1
9License: distributable
10Group: Applications
11Source0: http://repo.steampowered.com/steam/pool/steam/s/steam/steam_%{version}.tar.gz
12# Source0-md5: c6f75ebaa9e32f2565df620d1867f274
7b16f921 13Patch0: steamdeps.patch
5f6e21fa
JK
14URL: http://store.steampowered.com/
15Requires: curl
16Requires: glibc >= 2.15
17Requires: pld-release
7b16f921
JK
18Requires: poldek
19Requires: python-modules
20Requires: rpm
21Requires: which
22Requires: xdg-user-dirs
5f6e21fa
JK
23Requires: xterm
24Requires: xz
25Requires: zenity
26ExclusiveArch: %{ix86} %{x8664}
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30Steam is a software distribution service with an online store,
31automated installation, automatic updates, achievements, SteamCloud
32synchronized savegame and screenshot functionality, and many social
33features.
34
35%prep
36%setup -qn steam
7b16f921 37%patch0 -p1
5f6e21fa
JK
38
39%build
7b16f921 40sed -i -e's/^ARCH\s*=.*$/ARCH = "%{_arch}"/' steamdeps
5f6e21fa
JK
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48rm $RPM_BUILD_ROOT%{_docdir}/steam/{README,steam_install_agreement.txt}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post
54%update_icon_cache hicolor
55%update_desktop_database
56%glib_compile_schemas
57
58%postun
59%update_icon_cache hicolor
60%update_desktop_database_postun
61%glib_compile_schemas
62
63%files
64%defattr(644,root,root,755)
65%doc steam_install_agreement.txt
66%attr(755,root,root) %{_bindir}/steam
67%attr(755,root,root) %{_bindir}/steamdeps
7b16f921
JK
68%dir /usr/lib/steam
69/usr/lib/steam/bootstraplinux*.tar.xz
5f6e21fa
JK
70%{_desktopdir}/steam.desktop
71%{_iconsdir}/hicolor/*/*/*.png
72%{_mandir}/man6/steam.6*
73%{_pixmapsdir}/*.png
This page took 0.435041 seconds and 4 git commands to generate.