SPECS: qemuctl.spec (NEW) - new
twittner
twittner at pld-linux.org
Tue Apr 3 12:36:47 CEST 2007
Author: twittner Date: Tue Apr 3 10:36:46 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
qemuctl.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qemuctl.spec
diff -u /dev/null SPECS/qemuctl.spec:1.1
--- /dev/null Tue Apr 3 12:36:46 2007
+++ SPECS/qemuctl.spec Tue Apr 3 12:36:41 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.perl
+Summary: A controller GUI for the run-time options of QEMU computer emulator
+#Summary(pl.UTF-8): -
+Name: qemuctl
+Version: 0.2
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://dl.sourceforge.net/qemuctl/%{name}%{version}.tar.gz
+# Source0-md5: 26cad0b969fd83794940fd8ba68a1eb6
+Patch0: %{name}-Makefile.patch
+URL: http://qemuctl.sourceforge.net/
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A controller GUI for the run-time options of QEMU computer emulator.
+It can be used as a stand-alone application or as a plug-in for Qemu
+Launcher. (Only x86 PC emulator is supported.)
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}%{version}
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ PREFIX="%{_prefix}" \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man1/*
+
+%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 2007/04/03 10:36:41 twittner
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list