]> git.pld-linux.org Git - packages/cedega-commercial.git/blob - cedega-commercial.spec
- updated to 4.1
[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.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 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 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 # The symlink
38 %attr(755,root,root) %{_bindir}/cedega
39 %dir %{_libdir}/transgaming_cedega/
40 %{_libdir}/transgaming_cedega/*.*
41
42 # The windows C drive and Program files
43 %{_libdir}/transgaming_cedega/.transgaming/
44
45 # The implementation
46 %dir %{_libdir}/transgaming_cedega/winex/
47 %dir %{_libdir}/transgaming_cedega/winex/bin
48 %dir %{_libdir}/transgaming_cedega/winex/*lib
49 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/bin/*
50 %attr(755,root,root) %{_libdir}/transgaming_cedega/winex/*lib/*.so*
51 %{_libdir}/transgaming_cedega/winex/*lib/*.a
52
53 # The licence
54 %{_defaultdocdir}/cedega
This page took 0.057101 seconds and 3 git commands to generate.