]> git.pld-linux.org Git - SPECS.git/blob - winex-transgaming.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / winex-transgaming.spec
1 Summary:        Program that lets you launch Win applications
2 Summary(es.UTF-8):      Ejecuta programas Windows en Linux
3 Summary(pl.UTF-8):      Program pozwalający uruchamiać aplikacje Windows
4 Summary(pt_BR.UTF-8):   Executa programas Windows no Linux
5 Name:           winex-transgaming
6 Version:        3.3.2
7 Release:        1
8 License:        custom, non-distributable
9 Group:          Applications/Emulators
10 Source0:        winex3_%{version}-1.i386.tgz
11 # NoSource0-md5: 925950091ac3ce9c9eb648a7d707a69d
12 URL:            http://www.transgaming.com/
13 ExclusiveArch:  %{ix86}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _noautoreqdep           libGL.so.1 libGLU.so.1
17 %define         no_install_post_strip   1
18
19 %description
20 Wine is a program which allows running Microsoft Windows programs
21 (including DOS, Windows 3.x and Win32 executables) on Unix. It
22 consists of a program loader which loads and executes a Microsoft
23 Windows binary, and a library that implements Windows API calls using
24 their Unix or X11 equivalents. The library may also be used for
25 porting Win32 code into native Unix executables.
26
27 %description -l es.UTF-8
28 Ejecuta programas Windows en Linux.
29
30 %description -l pl.UTF-8
31 Wine jest programem dzięki któremu można uruchamiać programy napisane
32 dla Microsoft Windows pod systemami uniksowymi. Składa się on z
33 loadera, który pozwala wczytywać i uruchamiać programy w formacie
34 Microsoft Windows oraz z biblioteki, która implementuje API Windows
35 przy użyciu odpowiedników uniksowych oraz z X11. Biblioteka może być
36 także wykorzystana do przenoszenia aplikacji Win32 na Uniksa.
37
38 %description -l pt_BR.UTF-8
39 O Wine é um programa que permite rodar programas MS-Windows no X11.
40 Ele consiste de um carregador de programa, que carrega e executa um
41 binário MS-Windows, e de uma biblioteca de emulação que traduz as
42 chamadas da API para as equivalentes Unix/X11.
43
44 %prep
45 %setup -q -c
46
47 %build
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_datadir}
50 cp -r * $RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %attr(755,root,root) %{_bindir}/winex3
58 %dir %{_libdir}/transgaming_winex3
59 %{_libdir}/transgaming_winex3/update.reg
60 %attr(755,root,root) %{_libdir}/transgaming_winex3/.transgaming
61 %dir %{_libdir}/transgaming_winex3/winex
62 %dir %{_libdir}/transgaming_winex3/winex/lib
63 %attr(755,root,root) %{_libdir}/transgaming_winex3/winex/lib/*
64 %dir %{_libdir}/transgaming_winex3/winex/bin
65 %attr(755,root,root) %{_libdir}/transgaming_winex3/winex/bin/*
66 %dir %{_libdir}/transgaming_winex3/winex/pthread_lib
67 %attr(755,root,root) %{_libdir}/transgaming_winex3/winex/pthread_lib/*
68 %doc usr/share/doc/winex3/*
This page took 0.233087 seconds and 3 git commands to generate.