]> git.pld-linux.org Git - packages/aqemu.git/blame - aqemu.spec
- new
[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
9URL: http://sourceforge.net/projects/aqemu/
10BuildRequires: QtGui-devel
11BuildRequires: QtTest-devel
12BuildRequires: QtXml-devel
13BuildRequires: libvncserver-devel >= 0.8.2
14BuildRequires: qt4-build >= 4.4.2
15BuildRequires: qt4-qmake
16Requires: qemu >= 0.9.0
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program
21have user-friendly interface and allows to set up the majority of QEMU
22and KVM options.
23
24%prep
25%setup -q
26
27%build
28qmake-qt4 AQEMU.pro
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -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.0805 seconds and 4 git commands to generate.