# $Id$ # Authority: dries # Upstream: Folkert Van Heusden Summary: Console RSS reader Name: rsstail Version: 1.5 Release: 1 License: GPL Group: Applications/Internet URL: http://www.vanheusden.com/rsstail/ Source: http://www.vanheusden.com/rsstail/rsstail-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libmrss-devel >= 0.16, curl-devel %description RSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry. %prep %setup %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{__install} rsstail %{buildroot}%{_bindir}/rsstail %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc *.txt %{_bindir}/rsstail %changelog * Thu Jan 1 2009 Dries Verachtert - 1.5-1 - Updated to release 1.5. * Sun Dec 16 2007 Dries Verachtert - 1.4-1 - Updated to release 1.4. * Fri May 04 2007 Dries Verachtert - 1.1-1 - Updated to release 1.1. * Sun Mar 18 2007 Dag Wieers - 0.18-1 - Updated to release 0.18. * Sun Dec 03 2006 Dries Verachtert - 0.8-1 - Updated to release 0.8. * Sun Jan 29 2006 Dries Verachtert - 0.7-1 - Updated to release 0.7. * Wed Jan 25 2006 Dries Verachtert - 0.4-1 - Updated to release 0.4. * Thu Dec 15 2005 Dries Verachtert - 0.2-1 - Initial package.