Summary: Web downloader Name: wget Version: 1.11.4 Release: 1 License: GPL Group: System/Base Source: %{name}-%{version}.tar.bz2 %description Wget is a program to easily download programs from the internet via http or ftp. %prep %setup -q %build ./configure --prefix=/usr --sysconfdir=/etc make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Sun Aug 31 2008 Jonathan Norman 1.11.4-1 - Removed buildroot. - Upgraded from 1.11.1 to 1.11.4 - Rewrote the description.