Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > fc42b7d8cc34c3207412b84368470f88 > files > 3

lphdisk-0.9.1-2mdk.src.rpm

%define name	lphdisk
%define version	0.9.1
%define release	2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Utility for formatting Phoenix NoteBIOS hibernation partitions under Linux
License:	Artistic
Group:		System/Kernel and hardware
Patch:		%{name}-0.9.1.source.patch.bz2
URL:		http://www.procyon.com/~pda/lphdisk
Source:		http://www.procyon.com/~pda/lphdisk/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
ExclusiveArch:	%ix86

%description
lphdisk is a linux reimplementation of the PHDISK.EXE (DOS) utility provided
with most Phoenix NoteBIOS-equipped laptop models.  It will properly format a
NoteBIOS hibernation partition (type A0) to make it usable by the BIOS for
suspending to disk, avoiding the need to use buggy and outdated DOS utilities 
to perform this configuration step.

%prep
%setup -q
%patch0 -p0 -b .newgcc

%build
%make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}

install -m 755 lphdisk ${RPM_BUILD_ROOT}%{_sbindir}
install -m 644 lphdisk.8 ${RPM_BUILD_ROOT}%{_mandir}/man8

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc ChangeLog CREDITS LICENSE NEWS README TODO
%{_sbindir}/lphdisk
%{_mandir}/man8/lphdisk.8.*

%changelog
* Thu Dec 02 2004 Abel Cheung <deaddog@mandrake.org> 0.9.1-2mdk
- exclusivearch x86, I guess there are not many non-x86 laptops

* Thu Nov 04 2004 Guillaume Rousse <guillomovitch@mandrake.org> 0.9.1-1mdk 
- first mdk package

* Tue Feb 12 2002 Alex Stewart <alex@foogod.com>
- Updated to version 0.9.1

* Thu Aug 23 2001 Patrick D. Ashmore <pda@procyon.com>
- Updated version information in spec file (0.4as1 to 0.9)

* Sun Jul 15 2001 Alex Stewart <alex@foogod.com>
- Initial RPM packaging of lphdisk 0.4as1