diff --git a/liferea.spec b/liferea.spec index 2526135..3b0532e 100644 --- a/liferea.spec +++ b/liferea.spec @@ -2,7 +2,7 @@ Name: liferea Version: 1.4.20 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -42,6 +42,12 @@ It's intended to be a clone of the Windows-only FeedReader. It can be used to maintain a list of subscribed feeds, browse through their items, and show their contents. +%package WebKit +Summary: WebKit support for Liferea +Group: Applications/Internet +%description WebKit +%{Summary} + %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .fedorafeed @@ -115,9 +121,18 @@ fi %{_datadir}/applications/fedora-%{name}.desktop %dir %{_libdir}/%{name} %{_libdir}/%{name}/*.so* +%exclude %{_libdir}/%{name}/liblihtmlw.so +%files WebKit +%defattr(-,root,root,-) +%{_libdir}/%{name}/liblihtmlw.so %changelog +* Thu Oct 23 2008 Steven M. Parrish 1.4.20-4 +- Packaged the WebKit libs seperately so the default install uses +- XulRunner. If the user wants to enable WebKit they need to +- install the -WebKit sub-package + * Wed Oct 22 2008 Steven M. Parrish 1.4.20-3 - Added support for WebKit - Liferea will default to using Webkit, and will fallback to Xulrunner