Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042727
en ru br
ALT Linux repos
S:1.15.3-alt1
5.0: 1.4.28-alt1
4.1: 1.4.17-alt2.M41.1
4.0: 1.2.5-alt1

Group :: Networking/News
RPM: liferea

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: liferea
Version: 1.4.28
Release: alt1
Summary: A RSS News Reader for GNOME
License: GPLv2
Group: Networking/News
Url: http://%name.sf.net/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Requires(post,preun): GConf
Obsoletes: %name-gtkhtml < %version-%release %name-xulrunner < %version-%release
Provides: %name-backend = %version-%release %name-gtkhtml = %version-%release %name-xulrunner = %version-%release

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires(Pre): libGConf-devel
BuildRequires: GConf NetworkManager-glib-devel gcc-c++ intltool libSM-devel libglade-devel libnotify-devel libsqlite3-devel
BuildRequires: libwebkit-devel libxslt-devel

%description
Liferea is a simple FeedReader clone for Unix distributions with GTK2
(GNOME2 is optional). It is a news aggregator for RSS/RDF feeds which
also supports CDF channels, Atom/Echo/PIE feeds and OCS or OPML
directories. The problem with FeedReader: for now its only available
for Windows. There are some projects for GNU/Linux, but no solution for
GTK/GNOME, which does not require Python or Perl. Liferea tries to fill
this gap. Liferea is an abbreviation for Linux Feed Reader.

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--disable-schemas-install \
--disable-gecko \
--disable-gtkhtml2 \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

cp -a icons %buildroot%_datadir/

%find_lang --with-gnome %name

%post
%gconf2_install %name

%preun
if [ $1 = 0 ]; then
%gconf2_uninstall %name
fi

%files -f %name.lang
%doc AUTHORS COPYING ChangeLog
%_sysconfdir/gconf/schemas/%name.schemas
%_bindir/*
%dir %_libdir/liferea
%_libdir/liferea/libli*.so
%_datadir/liferea
%_datadir/applications/%name.desktop
%_datadir/icons/hicolor/*/apps/*
%_man1dir/%name.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin