SPECS: libx86.spec - updated to 1.1

qboosh qboosh at pld-linux.org
Sat May 31 01:20:47 CEST 2008


Author: qboosh                       Date: Fri May 30 23:20:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.1

---- Files affected:
SPECS:
   libx86.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/libx86.spec
diff -u SPECS/libx86.spec:1.7 SPECS/libx86.spec:1.8
--- SPECS/libx86.spec:1.7	Sat Jan 26 19:17:00 2008
+++ SPECS/libx86.spec	Sat May 31 01:20:42 2008
@@ -2,14 +2,13 @@
 Summary:	A hardware-independent library for executing real-mode x86 code
 Summary(pl.UTF-8):	Niezależna od sprzętu biblioteka do wykonywania kodu trybu rzeczywistego x86
 Name:		libx86
-Version:	0.99
-Release:	4
-License:	BSD
+Version:	1.1
+Release:	1
+License:	MIT (libx86), BSD (x86emu)
 Group:		Libraries
 Source0:	http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	c426d4f29fdf3499158cf49d4f374315
+# Source0-md5:	41bee1f8e22b82d82b5f7d7ba51abc2a
 URL:		http://www.codon.org.uk/~mjg59/libx86/
-BuildRequires:	sed >= 4.0
 # it's supposed to be arch independant emu library but unfortunately right now it doesn't build
 # on other architectures; check with newer versions!
 ExclusiveArch:	%{ix86} %{x8664}
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q
-sed -i -e 's#/usr/lib/#%{_libdir}/#g' Makefile
 
 %build
 %{__make} \
@@ -68,7 +66,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIBDIR=%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -95,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008-05-30 23:20:42  qboosh
+- updated to 1.1
+
 Revision 1.7  2008-01-26 18:17:00  qboosh
 - BR: sed 4
 - more verbose files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libx86.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list