]> git.pld-linux.org Git - packages/cedega-commercial.git/blob - cedega-commercial.spec
cc8560ee1d4d63a39d2af320e7499da674584775
[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.4
5 Release:        1
6 License:        Check /usr/share/doc/cedega/copyright
7 Group:          Applications
8 Source0:        cedega_%{version}-1.i386.tgz
9 # NoSource0-md5:        589a5d4a698e8c7336c67c1afb6d986d
10 NoSource:       0
11 URL:            http://www.transgaming.com/
12 BuildRequires:  sed >= 4.0
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 %{_mandir}/man1/cedega.1*
56 # The licence
57 %{_docdir}/cedega
This page took 0.045353 seconds and 2 git commands to generate.