Name: lrmi Version: 0.10 Release: 7%{?dist} Summary: Library for calling real mode BIOS routines Group: System Environment/Libraries License: MIT URL: http://sourceforge.net/projects/lrmi/ Source0: http://download.sourceforge.net/lrmi/%{name}-%{version}.tar.gz Patch0: %{name}-0.9-build.patch Patch1: lrmi-0.10-newheaders.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kernel-headers ExclusiveArch: %{ix86} Provides: lib%{name} = %{version}-%{release} %description LRMI is a library for calling real mode BIOS routines. %package devel Summary: Development files for LRMI Group: Development/Libraries Requires: %{name} = %{version}-%{release} Provides: lib%{name}-devel = %{version}-%{release} %description devel %{summary}. %package -n vbetest Summary: Utility for listing and testing VESA graphics modes Group: Applications/System %description -n vbetest %{summary}. %prep %setup -q %patch0 %patch1 -p1 -b .new-headers %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" liblrmi.so vbetest %install rm -rf $RPM_BUILD_ROOT make install \ LIBDIR=$RPM_BUILD_ROOT%{_libdir} INCDIR=$RPM_BUILD_ROOT%{_includedir} install -Dpm 755 vbetest $RPM_BUILD_ROOT%{_sbindir}/vbetest %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README %{_libdir}/liblrmi.so.* %files devel %defattr(-,root,root,-) %{_includedir}/lrmi.h %{_includedir}/vbe.h %{_libdir}/liblrmi.so %files -n vbetest %defattr(-,root,root,-) %{_sbindir}/vbetest %changelog * Sat Jul 25 2009 Fedora Release Engineering - 0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 0.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Sep 17 2008 Tom "spot" Callaway - 0.10-5 - fix compile against modern kernel headers - add BR: kernel-headers * Sun Feb 10 2008 Kevin Fenzi - 0.10-4 - Rebuild for gcc43 * Sun Aug 26 2007 Kevin Fenzi - 0.10-3 - Rebuild for BuildID * Sun Aug 27 2006 Kevin Fenzi - 0.10-2 - Rebuild for fc6 * Sun Mar 12 2006 Ville Skyttä - 0.10-1 - 0.10, asm patch applied upstream. * Sun Dec 4 2005 Ville Skyttä - 0.9-2 - Fix build with new binutils. * Wed Nov 9 2005 Ville Skyttä - 0.9-1 - 0.9, patches mostly applied/obsoleted upstream. - Don't ship static libraries. * Fri Apr 7 2005 Michael Schwendt - 0.8-2 - rebuilt * Fri Jul 23 2004 Ville Skyttä - 0:0.8-0.fdr.1 - First build.