]> git.pld-linux.org Git - packages/aqemu.git/blob - aqemu.spec
- new
[packages/aqemu.git] / aqemu.spec
1 Summary:        A QEMU GUI with a user-friendly interface
2 Name:           aqemu
3 Version:        0.7
4 Release:        0.1
5 License:        GPL v2
6 Group:          X11/Applications/Networking
7 Source0:        http://dl.sourceforge.net/aqemu/%{name}-%{version}.tar.bz2
8 # Source0-md5:  a9e731e6202d72fff9aa77e9d9cadc87
9 URL:            http://sourceforge.net/projects/aqemu/
10 BuildRequires:  QtGui-devel
11 BuildRequires:  QtTest-devel
12 BuildRequires:  QtXml-devel
13 BuildRequires:  libvncserver-devel >= 0.8.2
14 BuildRequires:  qt4-build >= 4.4.2
15 BuildRequires:  qt4-qmake
16 Requires:       qemu >= 0.9.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program
21 have user-friendly interface and allows to set up the majority of QEMU
22 and KVM options.
23
24 %prep
25 %setup -q
26
27 %build
28 qmake-qt4 AQEMU.pro
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS CHANGELOG README TODO
43 %attr(755,root,root) %{_bindir}/aqemu
44 %dir %{_datadir}/aqemu
45 %{_datadir}/aqemu/os_icons
46 %{_datadir}/aqemu/os_templates
47 %lang(ru) %{_datadir}/aqemu/Russian.qm
48 %{_desktopdir}/aqemu.desktop
49 %{_pixmapsdir}/aqemu_*.png
This page took 0.106692 seconds and 3 git commands to generate.