SPECS: v86d.spec - updated to 0.1.5 - install v86d in /sbin (thinko/todo do...

adamg adamg at pld-linux.org
Mon May 26 20:49:12 CEST 2008


Author: adamg                        Date: Mon May 26 18:49:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.1.5
- install v86d in /sbin (thinko/todo done)
- drop misc/initramfs layout (how to use it anyway?)

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

---- Diffs:

================================================================
Index: SPECS/v86d.spec
diff -u SPECS/v86d.spec:1.3 SPECS/v86d.spec:1.4
--- SPECS/v86d.spec:1.3	Tue Apr 15 03:50:47 2008
+++ SPECS/v86d.spec	Mon May 26 20:49:07 2008
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - thinko: kernel module searches program from /sbin
-#   move here (and dependant libs to) /sbin,/%{_libdir} or patch kernel module:
-#   linux-2.6.24/drivers/video/uvesafb.c
 #
 # Conditional build:
 %bcond_with	x86emu	# x86emu instead of LRMI/vm86
@@ -14,12 +10,12 @@
 Summary:	uvesafb userspace helper that runs x86 code in an emulated environment
 Summary(pl.UTF-8):	Program pomocniczy uvesafb uruchamiający kod x86 w emulowanym środowisku
 Name:		v86d
-Version:	0.1.3
+Version:	0.1.5
 Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://dev.gentoo.org/~spock/projects/uvesafb/archive/%{name}-%{version}.tar.bz2
-# Source0-md5:	1c26f40af343bcc465f5832e2c9548d6
+# Source0-md5:	81ae073aa38317acdd4c5ecdc15da386
 Patch0:		%{name}-system-klibc.patch
 Patch1:		%{name}-system-libs.patch
 URL:		http://dev.gentoo.org/~spock/projects/uvesafb/
@@ -36,6 +32,8 @@
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_sbindir	/sbin
+
 %description
 v86d is the userspace helper that runs x86 code in an emulated
 environment, used by uvesafb Linux kernel driver. Currently it
@@ -51,8 +49,6 @@
 %patch0 -p1
 %{?!with_klibc:%patch1 -p1}
 sed -i 's:-g -O2:$(OPTFLAGS):' Makefile
-# PLD-specific: system-wide v86d resides in /usr/sbin
-sed -i 's:/sbin/v86d 0755:/usr/sbin/v86d 0755:' misc/initramfs
 
 %build
 # not ac
@@ -66,10 +62,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -D v86d $RPM_BUILD_ROOT%{_sbindir}/v86d
-# XXX what uses this in PLD?
-install -D misc/initramfs $RPM_BUILD_ROOT%{_datadir}/v86d/initramfs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -78,8 +71,6 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_sbindir}/v86d
-%dir %{_datadir}/v86d
-%{_datadir}/v86d/initramfs
 
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -87,6 +78,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-05-26 18:49:07  adamg
+- updated to 0.1.5
+- install v86d in /sbin (thinko/todo done)
+- drop misc/initramfs layout (how to use it anyway?)
+
 Revision 1.3  2008-04-15 01:50:47  glen
 - paths mismatch
 
================================================================

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



More information about the pld-cvs-commit mailing list