rpms/liferea/F-9 liferea.spec,1.123,1.124

Steven M. Parrish tuxbrewr at fedoraproject.org
Thu Oct 23 20:36:00 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/liferea/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24567

Modified Files:
	liferea.spec 
Log Message:
WebKit support moved to -WebKit subpackage, Base package uses XulRunner


Index: liferea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/liferea.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- liferea.spec	22 Oct 2008 22:43:00 -0000	1.123
+++ liferea.spec	23 Oct 2008 20:35:30 -0000	1.124
@@ -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 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 @@
 %{_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 <smparrish at shallowcreek.net> 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 <smparrish at shallowcreek.net> 1.4.20-3
 - Added support for WebKit
 - Liferea will default to using Webkit, and will fallback to Xulrunner 




More information about the scm-commits mailing list