Summary: Links is a text base web browser Name: links Version: 2.1pre37 Release: 1 License: GPL Group: System/Base Source0: %{name}-%{version}.tar.bz2 %description Links is a text and graphical mode web browser with simple CSS support. %prep %setup -q %build ./configure --prefix=/usr make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Sun Sep 06 2008 Jonathan Norman 2.1pre37-1 - Upgraded from 2.1pre33 to 2.1pre37 - Removed BuildRoot - Removed patch - Rewrote description - Updated make command with new CFLAGS