File evolution-rss.spec of Package evolution-rss
# norootforbuild
Name: evolution-rss
Summary: Evolution RSS Reader
Version: 0.1.2
Release: 1
License: GPL
Group: Productivity/Networking/Email/Clients
Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
URL: http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
BuildRoot: %{_tmppath}/build-root%{name}-%{version}-%{release}
Provides: evolution-import-rss
Requires: evolution
BuildRequires: gettext, gettext-devel, gcc-c++, evolution-devel, libsoup-devel, intltool, coreutils, diffutils, gconf2, gconf2-devel
BuildRequires: evolution-data-server-devel, perl-XML-Parser, perl-XML-Parser, mozilla-xulrunner190-devel
%gconf_schemas_prereq
%description
This is an evolution plugin which enables evolution to read rss feeds.
Evolution RSS Readers Features
==============================
* RDF,RSS and ATOM support
* Searching and filtering using Evolution support (a feed article is infact an email message in Evolution)
* HTML articles page rendering
* Offline reading of feed content
* Webkit and Gecko support for rendering articles (firefox-devel si required for Gecko support, and latest cvs from upstream apple's webkit see FAQ)
%prep
%setup -n evolution-rss-%{version}
%build
./configure --prefix="%{_prefix}" --sysconfdir="%{_sysconfdir}" --disable-webkit
make
%install
%makeinstall
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
%clean
#[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
rm -rf %{buildroot}
%pre -f %{name}.schemas_pre
%preun -f %{name}.schemas_preun
%postun
/sbin/ldconfig
%files -f %{name}.lst
%defattr(-,root,root)
%{_prefix}/bin/evolution-import-rss
#%{_sysconfdir}/gconf/schemas/evolution-rss.schemas
%{_datadir}/locale/*/LC_MESSAGES/evolution-rss.mo
%{_datadir}/evolution/*/errors/org-gnome-evolution-rss.error
%{_datadir}/evolution/*/glade/*.glade
%{_datadir}/evolution/*/images/*.png
%{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.eplug
%{_libdir}/evolution/*/plugins/org-gnome-evolution-rss.xml
%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
%{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.la
%{_libdir}/bonobo/servers/GNOME_Evolution_RSS_*.server
%doc AUTHORS
%doc COPYING
%doc ChangeLog
%doc FAQ
%doc INSTALL
%doc NEWS
%doc README
%doc TODO
%changelog
* Sat Jan 03 2009 Bjørn Lie <bjorn.lie@gmail.com>
- Updatet to new version 0.1.2
* Mon Aug 11 2008 Bjørn Lie <bjorn.lie@gmail.com>
- Updatet to new version 0.1.0
* Thu Mar 06 2008 Bjørn Lie <bjorn.lie@gmail.com>
- Updatet to new version 0.0.8
- Cleaned up spec file.
* Thu Dec 12 2007 Bjørn Lie <bjorn.lie@gmail.com>
- Took away firefox-devel req.
* Thu Nov 22 2007 Lucian Langa <lucilanga@gnome.org>
- Added gconf schemas
- Added evolution-import-rss
* Tue Sep 04 2007 Lucian Langa <lucilanga@gnome.org>
- Updated installed files
* Mon Apr 23 2007 root <root@mayday>
- Initial spec file created by autospec ver. 0.8 with rpm 3 compatibility