]> git.pld-linux.org Git - packages/q4wine.git/blame - q4wine.spec
- inital release
[packages/q4wine.git] / q4wine.spec
CommitLineData
60ea68f2
KK
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
9Name: q4wine
10Version: 0.121
11Release: 1
12License: GPL v3
13URL: http://q4wine.brezblock.org.ua/
14Source0: http://downloads.sourceforge.net/project/q4wine/q4wine/q4wine%200.121/%{name}-%{version}.tar.bz2
15# Source0-md5: 2de5de62f57ba6b26247198df339d81a
16###### Unknown group!
17Summary: Qt4 GUI for WINE
18Summary(pl.UTF-8): Graficzna nakładka Qt4 dla WINE
19Group: Application/Emulators
20BuildRequires: QtCore-devel
21BuildRequires: QtDBus-devel
22BuildRequires: QtGui-devel
23BuildRequires: QtNetwork-devel
24BuildRequires: cmake
25BuildRequires: fdupes
26BuildRequires: fuse-iso
27BuildRequires: icoutils
28Requires: fuse-iso
29Requires: icoutils
30Requires: sqlite3
31Requires: sudo
32Requires: wine
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36Q4Wine is an Qt4-based GUI for WINE. It will help you to manage wine
37prefixes and installed applications.
38
39General 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
53Q4Wine jest bazowaną na Qt4 graficzną nakładką WINE. Ułatwi Ci
54zarządzanie prefiksami oraz zainstalowanymi aplikacjami..
55
56Moż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
74cd build
75export CFLAGS="%{optflags}"
76export CXXFLAGS="%{optflags}"
77cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -DWITH_WINETRIKS=ON
78%{__make} %{?_smp_mflags}
79
80%install
81rm -rf $RPM_BUILD_ROOT
82%{__make} -C build install \
83 DESTDIR=$RPM_BUILD_ROOT
84fdupes -s $RPM_BUILD_ROOT
85
86%clean
87rm -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.060494 seconds and 4 git commands to generate.