Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 339f682598391c5fa112b97d3b3c299c > files > 2

array-util-1.9-1mdk.src.rpm

%define name	array-util
%define version	1.9
%define release	1mdk

Summary:	Enables you to monitor the status of a COMPAQ SmartArray Controller
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Kernel and hardware
URL:		http://starbreeze.knoware.nl/~hugo/compaq/
Source0:	%{name}-%{version}.tar.bz2
Requires:	gtk+ >= 1.2.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
Arraytools enables you to monitor the status of a COMPAQ
SmartArray Controller.

%prep

%setup -q

%build

%configure

%make

%install
rm -rf %{buildroot}

%makeinstall

# should put some icon and menu stuff here, but i'm simply too lazy to do that...

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog INSTALL NEWS README TODO
%{_bindir}/array-util

%changelog
* Tue Jul 13 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 1.9-1mdk
- initial mandrake package, used parts from the provided spec file