]> git.pld-linux.org Git - packages/q4wine.git/blob - q4wine.spec
- inital release
[packages/q4wine.git] / q4wine.spec
1 #
2 # spec file for package q4wine (Version 0.121)
3 #
4 # Copyright (c) 2009, 2010 Kyrill Detinov
5 # This file and all modifications and additions to the pristine
6 # package are under the same license as the package itself.
7 #
8
9 Name:           q4wine
10 Version:        0.121
11 Release:        1
12 License:        GPL v3
13 URL:            http://q4wine.brezblock.org.ua/
14 Source0:        http://downloads.sourceforge.net/project/q4wine/q4wine/q4wine%200.121/%{name}-%{version}.tar.bz2
15 # Source0-md5:  2de5de62f57ba6b26247198df339d81a
16 ######          Unknown group!
17 Summary:        Qt4 GUI for WINE
18 Summary(pl.UTF-8):      Graficzna nakładka Qt4 dla WINE
19 Group:          Application/Emulators
20 BuildRequires:  QtCore-devel
21 BuildRequires:  QtDBus-devel
22 BuildRequires:  QtGui-devel
23 BuildRequires:  QtNetwork-devel
24 BuildRequires:  cmake
25 BuildRequires:  fdupes
26 BuildRequires:  fuse-iso
27 BuildRequires:  icoutils
28 Requires:       fuse-iso
29 Requires:       icoutils
30 Requires:       sqlite3
31 Requires:       sudo
32 Requires:       wine
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Q4Wine is an Qt4-based GUI for WINE. It will help you to manage wine
37 prefixes and installed applications.
38
39 General features:
40 - Can export Qt color theme into wine colors settings.
41 - Can easy work with different wine versions at the same time.
42 - Easy creating, deleting and managing prefixes (WINEPREFIX).
43 - Easy controlling for wine process.
44 - Autostart icons support.
45 - Easy cd-image use.
46 - You can extract icons from PE files (.exe .dll).
47 - Easy backup and restore for managed prefixes.
48 - Wine AppDB browser.
49 - Logging subsystem.
50 - Winetricks support.
51
52 %description -l pld.UTF-8
53 Q4Wine jest bazowaną na Qt4 graficzną nakładką WINE. Ułatwi Ci
54 zarządzanie prefiksami oraz zainstalowanymi aplikacjami..
55
56 Możliwości:
57 - Potrafi wyeksportować motyw kolorów Qt do ustawień kolorów wine.
58 - Ułatwi Ci pracę z wieloma wersjami wine naraz.
59 - Łatwe tworzenie, usuwanie i zarządzanie prefiksami (WINEPREFIX).
60 - Łatwa zarzadzanie procesami wine.
61 - Wsparcie dla ikon autostartu.
62 - Proste korzystanie z obrazów þlyt CD..
63 - Umożliwia wyciąganie ikon z plików PE (.exe .dll).
64 - Proste tworzenie kopii zapasowych prefiksów i ich przywracanie..
65 - Przeglądarka wine AppDB (bazy danych aplikacji).
66 - Podsystem logowania..
67 - Wsparcie dla Winetricks.
68
69 %prep
70 %setup -q
71
72 %build
73 %{__mkdir} build
74 cd build
75 export CFLAGS="%{optflags}"
76 export CXXFLAGS="%{optflags}"
77 cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -DWITH_WINETRIKS=ON
78 %{__make} %{?_smp_mflags}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82 %{__make} -C build install \
83         DESTDIR=$RPM_BUILD_ROOT
84 fdupes -s $RPM_BUILD_ROOT
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog README
92 %{_datadir}/%{name}
93 %attr(755,root,root) %{_bindir}/*
94 %{_libdir}/%{name}
95 %{_mandir}/man1/*
96 %{_desktopdir}/%{name}.desktop
97 %{_pixmapsdir}/%{name}.png
This page took 0.127791 seconds and 3 git commands to generate.