]> git.pld-linux.org Git - packages/aqemu.git/blob - aqemu.spec
- added -regex.patch (fix validator for IP adress)
[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 Patch0:         %{name}-regex.patch
10 URL:            http://sourceforge.net/projects/aqemu/
11 BuildRequires:  QtGui-devel
12 BuildRequires:  QtTest-devel
13 BuildRequires:  QtXml-devel
14 BuildRequires:  libvncserver-devel >= 0.8.2
15 BuildRequires:  qt4-build >= 4.4.2
16 BuildRequires:  qt4-qmake
17 Requires:       qemu >= 0.9.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program
22 have user-friendly interface and allows to set up the majority of QEMU
23 and KVM options.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 qmake-qt4 AQEMU.pro
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS CHANGELOG README TODO
45 %attr(755,root,root) %{_bindir}/aqemu
46 %dir %{_datadir}/aqemu
47 %{_datadir}/aqemu/os_icons
48 %{_datadir}/aqemu/os_templates
49 %lang(ru) %{_datadir}/aqemu/Russian.qm
50 %{_desktopdir}/aqemu.desktop
51 %{_pixmapsdir}/aqemu_*.png
This page took 0.062562 seconds and 3 git commands to generate.