]> git.pld-linux.org Git - packages/PlayOnLinux.git/blame - PlayOnLinux.spec
- requires xterm
[packages/PlayOnLinux.git] / PlayOnLinux.spec
CommitLineData
aa48a886
ZU
1Summary: GUI for managing Windows and DOS programs under linux
2Name: PlayOnLinux
3Version: 3.8.8
4Release: 0.2
5License: GPL v3
6Group: X11/Applications/Games
7Source0: http://www.playonlinux.com/script_files/PlayOnLinux/%{version}/%{name}_%{version}.tar.gz
8# Source0-md5: 1bc12abd0a3d2426ea35e6887e9d3bd5
9Source1: %{name}.desktop
10URL: http://www.playonlinux.com/en/
a2be40f0 11BuildRequires: rpm-pythonprov
aa48a886
ZU
12Requires: python-wxPython
13Requires: wine
fa0f5fba 14Requires: xterm
245e1d44 15BuildArch: noarch
aa48a886
ZU
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19PlayOnLinux is a piece of sofware which allows you to easily install
20and use numerous games and apps designed to run with Microsoft®
21Windows.
22
23%prep
24%setup -q -n playonlinux
25
aa48a886
ZU
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir}}
29cp -r * $RPM_BUILD_ROOT%{_datadir}/%{name}
a2be40f0 30install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
aa48a886
ZU
31rm $RPM_BUILD_ROOT%{_datadir}/%{name}/{CHANGELOG,LICENCE}
32
33for exec in playonlinux*; do
a2be40f0 34 cat > $RPM_BUILD_ROOT%{_bindir}/$exec <<-EOF
35 #!/bin/sh
36 exec %{_datadir}/%{name}/$exec \${1+"\$@"}
aa48a886 37EOF
a2be40f0 38 chmod +x $RPM_BUILD_ROOT%{_bindir}/$exec
aa48a886
ZU
39done
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc CHANGELOG
47%dir %{_datadir}/%{name}
48%attr(755,root,root) %{_bindir}/playonlinux*
49%attr(755,root,root) %{_datadir}/%{name}/playonlinux*
50%{_datadir}/%{name}/bash
51%{_datadir}/%{name}/etc
52%{_datadir}/%{name}/lang
53%{_datadir}/%{name}/lib
54%{_datadir}/%{name}/plugins
55%{_datadir}/%{name}/python
56%{_datadir}/%{name}/themes
57%{_desktopdir}/%{name}.desktop
This page took 0.113238 seconds and 4 git commands to generate.