SPECS: aqemu.spec (NEW) - new

charles charles at pld-linux.org
Sun Mar 15 00:07:17 CET 2009


Author: charles                      Date: Sat Mar 14 23:07:17 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   aqemu.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/aqemu.spec
diff -u /dev/null SPECS/aqemu.spec:1.1
--- /dev/null	Sun Mar 15 00:07:17 2009
+++ SPECS/aqemu.spec	Sun Mar 15 00:07:12 2009
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	A QEMU GUI with a user-friendly interface
+Name:		aqemu
+Version:	0.7
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Networking
+Source0:	http://dl.sourceforge.net/aqemu/%{name}-%{version}.tar.bz2
+# Source0-md5:	a9e731e6202d72fff9aa77e9d9cadc87
+URL:		http://sourceforge.net/projects/aqemu/
+BuildRequires:	QtGui-devel
+BuildRequires:	QtTest-devel
+BuildRequires:	QtXml-devel
+BuildRequires:	libvncserver-devel >= 0.8.2
+BuildRequires:	qt4-build >= 4.4.2
+BuildRequires:	qt4-qmake
+Requires:	qemu >= 0.9.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program
+have user-friendly interface and allows to set up the majority of QEMU
+and KVM options.
+
+%prep
+%setup -q
+
+%build
+qmake-qt4 AQEMU.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG README TODO
+%attr(755,root,root) %{_bindir}/aqemu
+%dir %{_datadir}/aqemu
+%{_datadir}/aqemu/os_icons
+%{_datadir}/aqemu/os_templates
+%lang(ru) %{_datadir}/aqemu/Russian.qm
+%{_desktopdir}/aqemu.desktop
+%{_pixmapsdir}/aqemu_*.png
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/03/14 23:07:12  charles
+- new
+
================================================================


More information about the pld-cvs-commit mailing list