SPECS: lrmi.spec - added update-v86d patch (two fixes from v86d) - release 2

qboosh qboosh at pld-linux.org
Wed Jul 30 18:52:37 CEST 2008


Author: qboosh                       Date: Wed Jul 30 16:52:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added update-v86d patch (two fixes from v86d)
- release 2

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

---- Diffs:

================================================================
Index: SPECS/lrmi.spec
diff -u SPECS/lrmi.spec:1.7 SPECS/lrmi.spec:1.8
--- SPECS/lrmi.spec:1.7	Tue Feb 13 07:46:52 2007
+++ SPECS/lrmi.spec	Wed Jul 30 18:52:32 2008
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8):	Biblioteka do wywoływania funkcji BIOS w trybie rzeczywistym pod Linuksem
 Name:		lrmi
 Version:	0.10
-Release:	1
+Release:	2
 License:	BSD-like/Public Domain (see source)
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/lrmi/%{name}-%{version}.tar.gz
 # Source0-md5:	fc1d9495e8f4563fca471bb65f34a5da
+Patch0:		%{name}-update-v86d.patch
 URL:		http://sourceforge.net/projects/lrmi/
 ExclusiveArch:	%{ix86}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
@@ -71,8 +73,8 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_bindir}/vbetest
+%attr(755,root,root) %{_libdir}/liblrmi.so
 
 %files devel
 %defattr(644,root,root,755)
@@ -80,7 +82,7 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/liblrmi.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -88,6 +90,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2008/07/30 16:52:32  qboosh
+- added update-v86d patch (two fixes from v86d)
+- release 2
+
 Revision 1.7  2007/02/13 06:46:52  glen
 - tabs in preamble
 
================================================================

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



More information about the pld-cvs-commit mailing list