# This is RPM spec file for ELinks. This file is currently not officially # maintained, so the informations here are probably totally obsolete, and you # should update them before making a package. # # This file was contributed by and # . # # # If you want to update this file, I'd like you to push your change through at # least one of these people: # # * # * # # Just try to send the patch/new version to them and wait few days if they will # do anything. If yes, they'll approve it or forward it to me (don't fear, the # credit won't be lost) if it's ok by them. If you won't get any reply, send it # to the elinks-dev mailing list. Thanks! --pasky # # # Spec file format from < http://www.rpm.org/RPM-HOWTO/build.html > # # $Id: elinks.spec.in,v 1.9 2003/09/27 16:10:00 pasky Exp $ Summary: Enhanced version of Links (Lynx-like text WWW browser) Name: elinks Version: @VERSION@ Release: 1 Prefix: /usr License: GPL Vendor: ELinks project #Packager: Petr Baudis Group: Applications/Internet Source: http://elinks.or.cz/download/%{name}-%{version}.tar.bz2 URL: http://elinks.or.cz/ BuildRoot: /tmp/%{name}-%{version}-root %description Enhanced version of Links (Lynx-like text WWW browser), with more liberal features policy and development style. ELinks aims to provide feature-rich version of Links. Its purpuose is to make alternative to Links, and to test and tune various new features, but still provide good rock-solid releases inside stable branches. %prep %setup %build %configure make %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT %files %doc [A-Z]* %{prefix}/bin/elinks %doc %{_mandir}/*/* # date +"%a %b %d %Y" %changelog * Sat Sep 27 2003 Petr Baudis - sanity checks of $RPM_BUILD_ROOT before rm -rf'ing it, based on darix's suggestion * Sun Jan 26 2003 Petr Baudis - elinks.pld.org.pl -> elinks.or.cz, based on Bennett's suggestion * Thu Dec 19 2002 Bennett Todd - wildcarded the above doc and manpage specifications, and tagged the man pages as docs * Mon May 06 2002 yanek@yankuv.koniec.sk - general update - cleanup of .spec file, massive simplifications * Thu Apr 04 2002 pasky@ucw.cz - Changed some stuff so that it's now ready for inclusion.. * Sat Mar 16 2002 zimon (ät) iki fi - Made my own elinks.spec file as the one I found with Google didn't work how I wanted