rpms/liferea/devel liferea.spec,1.124,1.125

Steven M. Parrish tuxbrewr at fedoraproject.org
Thu Oct 23 20:32:56 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/liferea/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23339

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/devel/liferea.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- liferea.spec	22 Oct 2008 22:35:28 -0000	1.124
+++ liferea.spec	23 Oct 2008 20:32:26 -0000	1.125
@@ -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