Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > df8f994249bf7cc6315353114b0da6e4 > files > 2

vrflash-0.24-3mdk.src.rpm

%define name	vrflash
%define version	0.24
%define release	3mdk

Summary:   Flash utility for the Agenda VR3 Linux PDA.
Name:	   %{name}
Version:   %{version}
Release:   %{release}
URL:	   http://www.csee.umbc.edu/~acedil1/agenda/little.shtml
Source:    %{name}-%{version}.tar.bz2
Group:	   Development/Other
License:   GPL
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
The purpose of this utility is to provide an easy way
to flash kernels and romdisks to the Agenda VR3.

For an overview of the flashing progress, please read
%{_docdir}/agenda-flashing-overview.txt

%prep
%setup -q
%configure

%build
make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p %{buildroot}/{%_bindir,%_docdir}
chmod 644 ${RPM_BUILD_DIR}/%name-%version/doc/*
%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(644,root,root,755)
%doc ChangeLog LICENSE README doc/*
%defattr(-,root,root)
%{_bindir}/%{name}

%changelog
* Thu Sep 23 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.24-3mdk
- rebuild

* Tue Aug 12 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.24-2mdk
- rebuild

* Mon Jun 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.24-1mdk
- from Maxim Heijndijk <cchq@wanadoo.nl> :
	- 0.24
	- rm -rf RPM_BUILD_ROOT in %%install

* Sat Feb 01 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.20-2mdk
- rebuild

* Fri Jul 26 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.20-1mdk
- from Maxim Heijndijk <cchq@wanadoo.nl> :
	- Initial build.