SPECS: vbetool.spec - up to 0.5, added opt patch, cleanups - enabl...

qboosh qboosh at pld-linux.org
Sun Mar 12 21:25:16 CET 2006


Author: qboosh                       Date: Sun Mar 12 20:25:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.5, added opt patch, cleanups
- enable x86emu on !x86

---- Files affected:
SPECS:
   vbetool.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/vbetool.spec
diff -u SPECS/vbetool.spec:1.3 SPECS/vbetool.spec:1.4
--- SPECS/vbetool.spec:1.3	Thu Mar  9 21:48:09 2006
+++ SPECS/vbetool.spec	Sun Mar 12 21:25:10 2006
@@ -2,19 +2,19 @@
 Summary:	vbetool - run real-mode video BIOS code to alter hardware state
 Summary(pl):	vbetool - modyfikacja trybu karty graficznej za pomocą jej BIOS-u
 Name:		vbetool
-Version:	0.4
+Version:	0.5
 Release:	1
 License:	GPL
 Group:		Applications
 Source0:	http://www.srcf.ucam.org/~mjg59/vbetool/%{name}_%{version}-1.tar.gz
-# Source0-md5:	f8b52980603f458c125026fd9c97b7b0
+# Source0-md5:	950a87f99d17bc4f4ced73cec7103859
 Patch0:		%{name}-Makefile.patch
+Patch1:		%{name}-opt.patch
 URL:		http://freshmeat.net/projects/vbetool/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libtool
 BuildRequires:	pciutils-devel
-ExclusiveArch:	%{ix86}
+ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,20 +32,22 @@
 przez ACPI S3.
 
 %prep
-%setup -q
+%setup -q -n %{name}-0.4
 %patch0 -p1
+%patch1 -p1
 
 %build
-%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
 %{__automake}
-%configure
+%configure \
+%ifnarch %{ix86}
+	--with-x86emu
+%endif
 
 %{__make} \
-	CFLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}"
+	CC="%{__cc}" \
+	OPT="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +69,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/03/12 20:25:10  qboosh
+- up to 0.5, added opt patch, cleanups
+- enable x86emu on !x86
+
 Revision 1.3  2006/03/09 20:48:09  qboosh
 - longer pl desc, EA: x86 (because of lrmi)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vbetool.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list