]> git.pld-linux.org Git - packages/cedega-commercial.git/blob - cedega-commercial.spec
dce44bf2c587ccdf2291f792c9680e1246cf7f5f
[packages/cedega-commercial.git] / cedega-commercial.spec
1 Summary:        A commercial version of cedega WINE
2 Summary(pl):    Komercyjna wersja WINE w wersji cedega
3 Name:           cedega-commercial
4 Version:        4.3.2
5 Release:        1
6 License:        Check /usr/share/doc/cedega/copyright
7 Group:          Applications
8 Vendor:         TransGaming Technologies Inc.
9 Source0:        cedega_%{version}-1.i386.tgz
10 # NoSource0-md5:        20592555c86cae4f4638e69281b80a8d
11 NoSource:       0
12 URL:            http://www.transgaming.com
13 BuildRequires:  sed >= 4.0
14 BuildRequires:  tar
15 Requires:       OpenGL
16 ExclusiveArch:  %{ix86}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         no_install_post_strip   1
20
21 %description
22 A modified WINE version with DirectX 9 support.
23
24 %description -l pl
25 Rozszerzona wersja WINE z obs³ug± DirectX 9.
26
27 %prep
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT
32 %{__tar} xfz %{SOURCE0} -C $RPM_BUILD_ROOT
33
34 # cedega is a bash script
35 %{__sed} -i -e 's,#!/bin/sh,#!/bin/bash,' $RPM_BUILD_ROOT%{_bindir}/cedega
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 # The symlink
43 %attr(755,root,root) %{_bindir}/cedega
44 %dir %{_libdir}/transgaming_cedega/
45 %{_libdir}/transgaming_cedega/*.*
46
47 # The windows C drive and Program files
48 %{_libdir}/transgaming_cedega/.transgaming/
49
50 # The implementation
51 %dir %{_libdir}/transgaming_cedega/winex/
52 %dir %{_libdir}/transgaming_cedega/winex/bin
53 %dir %{_libdir}/transgaming_cedega/winex/*lib
54 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/bin/*
55 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/*lib/*.so*
56 %{_libdir}/transgaming_cedega/winex/*lib/*.a
57 %{_mandir}/man1/cedega.1*
58 # The licence
59 %{_defaultdocdir}/cedega
This page took 0.062031 seconds and 2 git commands to generate.