Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9ef72448f776d458a2e1f20a5249fb50 > files > 2

newsbeuter-2.2-1mdv2010.1.src.rpm

%define name	newsbeuter
%define version 2.2
%define release %mkrel 1

Summary:	RSS/Atom feed reader for text terminals
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{name}-%{version}.tar.gz
License:	MIT
Group:		Networking/News
Url:		http://www.newsbeuter.org
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	stfl-devel
BuildRequires:	sqlite3-devel
BuildRequires:	curl-devel
BuildRequires:	gettext-devel
BuildRequires:	libxml2-devel
BuildRequires:	ncursesw-devel

%description
Newsbeuter is an open-source RSS/Atom feed reader for text
terminals. It runs on Linux, FreeBSD, Mac OS X and other Unix-like
operating systems. Newsbeuter's great configurability and vast number
of features make it a perfect choice for people that need a slick and
fast feed reader that can be completely controlled via keyboard.

A summary of some of its features:

* Subscribe to RSS 0.9x, 1.0, 2.0 and Atom feeds
* Download podcasts
* Freely configure your keyboard shortcuts
* Search through all downloaded articles
* Categorize and query your subscriptions with a flexible tag system
* Integrate any data source through a flexible filter and plugin
  system
* Automatically remove unwanted articles through a "killfile"
* Define "meta feeds" using a powerful query language
* Synchronize newsbeuter with your bloglines.com account
* Import and exporting your subscriptions with the widely used OPML
  format
* Freely define newsbeuter's look'n'feel through free color
  configurability and format strings

%prep
%setup -q

%build
%make

%install
%__rm -rf %{buildroot}
make DESTDIR=%{buildroot} prefix=/usr install

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES LICENSE README TODO doc/xhtml/*.html
%_bindir/*
%_datadir/locale/*
%_mandir/man1/*



%changelog
* Wed Mar 17 2010 Lev Givon <lev@mandriva.org> 2.2-1mdv2010.1
+ Revision: 524543
- Update to 2.2.

* Thu Dec 10 2009 Lev Givon <lev@mandriva.org> 2.1-1mdv2010.1
+ Revision: 476025
- Update to 2.1.

* Thu Oct 08 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 2.0-2mdv2010.0
+ Revision: 455896
- rebuild for new curl SSL backend

* Tue Jun 30 2009 Lev Givon <lev@mandriva.org> 2.0-1mdv2010.0
+ Revision: 390816
- imported package newsbeuter