]> git.pld-linux.org Git - packages/cedega-commercial.git/blob - cedega-commercial.spec
- up to 4.2
[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.2
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 URL:            http://www.transgaming.com
12 BuildRequires:  tar
13 Requires:       OpenGL
14 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         no_install_post_strip   1
18
19 %description
20 A modified WINE version with DirectX 9 support.
21
22 %description -l pl
23 Rozszerzona wersja WINE z obs³ug± DirectX 9.
24
25 %prep
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT
30 %{__tar} xfz %{SOURCE0} -C $RPM_BUILD_ROOT
31
32 # cedega is a bash script
33 %{__sed} -i -e 's,#!/bin/sh,#!/bin/bash,' $RPM_BUILD_ROOT%{_bindir}/cedega
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 # The symlink
41 %attr(755,root,root) %{_bindir}/cedega
42 %dir %{_libdir}/transgaming_cedega/
43 %{_libdir}/transgaming_cedega/*.*
44
45 # The windows C drive and Program files
46 %{_libdir}/transgaming_cedega/.transgaming/
47
48 # The implementation
49 %dir %{_libdir}/transgaming_cedega/winex/
50 %dir %{_libdir}/transgaming_cedega/winex/bin
51 %dir %{_libdir}/transgaming_cedega/winex/*lib
52 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/bin/*
53 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/*lib/*.so*
54 %{_libdir}/transgaming_cedega/winex/*lib/*.a
55
56 # The licence
57 %{_defaultdocdir}/cedega
This page took 0.058022 seconds and 3 git commands to generate.