
%define name gdu
%define version 0.2
%define release 2
%define prefix /usr
Summary : THE GNOME DISK USAGE APPLICATION
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/System
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
GDU is a small tool which provides roughly the same functionality as the ubiquitous UNIX du command-line tool, but with a graphical user interface. 

%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/*

%files
%defattr (-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
/usr/bin/gdu

%changelog

* Sun May 28 2000 Georges Seguin crow@planete.net 
- Build with Glibc 2.1.3

* Sun May 28 2000 Georges Seguin crow@planete.net 
- First RPM
