SPECS: vbox.spec (NEW) - new, can't build now due having failure t...

glen glen at pld-linux.org
Mon Jan 15 23:47:47 CET 2007


Author: glen                         Date: Mon Jan 15 22:47:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, can't build now due having failure to build iasl and xalan-c

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

---- Diffs:

================================================================
Index: SPECS/vbox.spec
diff -u /dev/null SPECS/vbox.spec:1.1
--- /dev/null	Mon Jan 15 23:47:47 2007
+++ SPECS/vbox.spec	Mon Jan 15 23:47:42 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	VirtualBox Open Source Edition
+Name:		vbox
+Version:	0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	%{name}-20070116.9.tar.bz2
+# Source0-md5:	3c394f8c38ecee46bb80bdb419148a67
+URL:		http://www.virtualbox.org/
+BuildRequires:	SDL-devel
+BuildRequires:	bash
+BuildRequires:	bcc
+BuildRequires:	bin86
+BuildRequires:	gcc >= 5:3.2.3
+BuildRequires:	iasl
+BuildRequires:	libIDL-devel
+BuildRequires:	libuuid-devel
+BuildRequires:	libxslt-progs
+BuildRequires:	qt-devel >= 6:3.3.6
+BuildRequires:	xalan-c-devel
+BuildRequires:	xerces-c-devel
+BuildRequires:	xorg-lib-libXcursor-devel
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+InnoTek VirtualBox is a family of powerful x86 virtualization products
+for enterprise as well as home use. Not only is VirtualBox an
+extremely feature rich, high performance product for enterprise
+customers, it is also the only professional solution that is freely
+available as Open Source Software under the terms of the GNU Public
+License (GPL). See "About VirtualBox" for an introduction; see
+"InnoTek" for more about our company.
+
+%prep
+%setup -q -n %{name}
+
+%build
+# not autoconf generated
+./configure \
+	--with-gcc="%{__cc}" \
+	--with-g++="%{__cxx}" \
+	--with-iasl=%{_bindir} \
+	--with-linux=%{_kernelsrcdir} \
+	--with-qt-dir=/usr
+
+%{__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)
+
+%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/01/15 22:47:42  glen
+- new, can't build now due having failure to build iasl and xalan-c
+
================================================================


More information about the pld-cvs-commit mailing list