]> git.pld-linux.org Git - packages/aqemu.git/blame - aqemu.spec
- added -regex.patch (fix validator for IP adress)
[packages/aqemu.git] / aqemu.spec
CommitLineData
5c8d027e
KK
1Summary: A QEMU GUI with a user-friendly interface
2Name: aqemu
3Version: 0.7
4Release: 0.1
5License: GPL v2
6Group: X11/Applications/Networking
7Source0: http://dl.sourceforge.net/aqemu/%{name}-%{version}.tar.bz2
8# Source0-md5: a9e731e6202d72fff9aa77e9d9cadc87
1db8212f 9Patch0: %{name}-regex.patch
5c8d027e
KK
10URL: http://sourceforge.net/projects/aqemu/
11BuildRequires: QtGui-devel
12BuildRequires: QtTest-devel
13BuildRequires: QtXml-devel
14BuildRequires: libvncserver-devel >= 0.8.2
15BuildRequires: qt4-build >= 4.4.2
16BuildRequires: qt4-qmake
17Requires: qemu >= 0.9.0
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program
22have user-friendly interface and allows to set up the majority of QEMU
23and KVM options.
24
25%prep
26%setup -q
1db8212f 27%patch0 -p1
5c8d027e
KK
28
29%build
30qmake-qt4 AQEMU.pro
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -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.06324 seconds and 4 git commands to generate.