]> git.pld-linux.org Git - packages/cedega-commercial.git/blob - cedega-commercial.spec
c6119af7075ba0823313e7a774e65ddedaae1d98
[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.0.1
5 Release:        1
6 Copyright:      2000-2004 TransGaming Technologies Inc.
7 #License:       Check /usr/share/doc/cedega/copyright
8 Group:          Applications
9 Vendor:         TransGaming Technologies Inc.
10 Source0:        cedega_%{version}-1.i386.tgz
11 # NoSource0-md5:        acd6fdea8534bf828e6d186ea6343c24
12 URL:            http://www.transgaming.com
13 BuildRequires:  tar
14 Requires:       OpenGL
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         no_install_post_strip   1
19
20 %description
21 A modified  WINE version with DirectX 9 support.
22
23 %description -l pl
24 Rozszerzona wersja WINE z obs³ug± DirectX 9.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT
31 %{__tar} xfz %{SOURCE0} -C $RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 # The symlink
39 %attr(755,root,root) %{_bindir}/cedega
40 %dir %{_libdir}/transgaming_cedega/
41 %{_libdir}/transgaming_cedega/*.*
42
43 # The windows C drive and Program files
44 %{_libdir}/transgaming_cedega/.transgaming/
45
46 # The implementation
47 %dir %{_libdir}/transgaming_cedega/winex/
48 %dir %{_libdir}/transgaming_cedega/winex/bin
49 %dir %{_libdir}/transgaming_cedega/winex/*lib
50 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/bin/*
51 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/*lib/*.so*
52 %{_libdir}/transgaming_cedega/winex/*lib/*.a
53
54 # The licence
55 %{_defaultdocdir}/cedega
This page took 0.045778 seconds and 2 git commands to generate.