Author: twittner Date: Tue Apr 3 07:55:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: qemu-launcher.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/qemu-launcher.spec diff -u /dev/null SPECS/qemu-launcher.spec:1.1 --- /dev/null Tue Apr 3 09:55:29 2007 +++ SPECS/qemu-launcher.spec Tue Apr 3 09:55:23 2007 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: A Gtk front-end for the Qemu x86 PC emulator +#Summary(pl.UTF-8): +Name: qemu-launcher +Version: 1.7.3 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://download.gna.org/qemulaunch/1.7.x/%{name}_%{version}.tar.gz +URL: http://emeitner.f2o.org/qemu_launcher/ +BuildRequires: libxml2-progs +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Qemu Launcher provides a graphical front-end to all basic, and many +advanced QEMU computer emulator options. It allows you to create, +save, and run multiple virtual machine configurations, create and +convert disk images. + +Qemu Launcher utilizes the full system emulation mode of QEMU that +allows you to run unmodified operating system on virtual hardware. + +Qemu Launcher also supports launching virtual machines from the +command line, by specifying the configuration name: + +qemu-launcher 'Configuration name' + +Note that you still need a graphical environment to do this, unless +the virtual machine is set to start in non-graphics mode. + +#%description -l pl.UTF-8 + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + PREFIX="%{_prefix}" \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} +rm -f $RPM_BUILD_ROOT%{_docdir}/qemu-launcher + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc Changelog README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} +%{_desktopdir}/*.desktop +%{_iconsdir}/*/*/*/* +%{_pixmapsdir}/*.* +%{_mandir}/man1/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/04/03 07:55:23 twittner +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
