SPECS: liferea.spec - updated to 1.4.16 - added webkit bcond and subpackage

megabajt megabajt at pld-linux.org
Wed Jun 11 13:18:47 CEST 2008


Author: megabajt                     Date: Wed Jun 11 11:18:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.4.16
- added webkit bcond and subpackage

---- Files affected:
SPECS:
   liferea.spec (1.170 -> 1.171) 

---- Diffs:

================================================================
Index: SPECS/liferea.spec
diff -u SPECS/liferea.spec:1.170 SPECS/liferea.spec:1.171
--- SPECS/liferea.spec:1.170	Sun Apr 27 00:18:06 2008
+++ SPECS/liferea.spec	Wed Jun 11 13:18:42 2008
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO:
 # - create subpackage -lua (?)
-# - webkit support
 #
 # Conditional build:
 %bcond_without	dbus		# without DBUS support
@@ -9,6 +8,7 @@
 %bcond_without	xulrunner	# without XULRunner backend
 %bcond_without	lua		# without LUA scripting support
 %bcond_with	nm		# with NetworkManager support
+%bcond_without	webkit		# without WebKit backend
 #
 %ifarch %{x8664}
 %undefine	with_gtkhtml	# GtkHTML backend disabled on x86_64
@@ -16,12 +16,12 @@
 Summary:	A RSS feed reader
 Summary(pl.UTF-8):	Program do pobierania informacji w formacie RSS
 Name:		liferea
-Version:	1.4.15
-Release:	3
+Version:	1.4.16
+Release:	1
 License:	GPL v2
 Group:		X11/Applications/Networking
 Source0:	http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
-# Source0-md5:	e4ae96a0d41d94c31271ba791caec922
+# Source0-md5:	591aa637cdcc9ada395b26b93b4d8714
 Patch0:		%{name}-desktop.patch
 Patch1:		%{name}-xulrunner.patch
 Patch2:		%{name}-lua51.patch
@@ -34,6 +34,7 @@
 BuildRequires:	gettext-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	gtk+2-devel >= 2:2.8.0
+%{?with_webkit:BuildRequires:	gtk-webkit-devel}
 BuildRequires:	intltool >= 0.35.5
 BuildRequires:	libglade2-devel >= 2.0.0
 %{?with_gtkhtml:BuildRequires:	libgtkhtml-devel >= 2.6.3}
@@ -95,15 +96,25 @@
 %description mozilla -l pl.UTF-8
 Moduł przeglądarki HTML dla Liferea oparty na Mozilli.
 
+%package webkit
+Summary:	WebKit module for Liferea
+Summary(pl.UTF-8):	Moduł WebKit dla Liferea
+Group:		X11/Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+Provides:	%{name}-backend = %{version}-%{release}
+
+%description webkit
+WebKit module for Liferea.
+
+%description webkit -l pl.UTF-8
+Moduł WebKit dla Liferea.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
-%{__sed} -i -e 's,cz,cs,' po/LINGUAS
-mv po/{cz,cs}.po
-
 %build
 %{__glib_gettextize}
 %{__intltoolize}
@@ -118,7 +129,8 @@
 	%{!?with_gtkhtml: --disable-gtkhtml2} \
 	%{!?with_lua: --disable-lua} \
 	%{!?with_nm: --disable-nm} \
-	%{!?with_xulrunner: --disable-xulrunner}
+	%{!?with_xulrunner: --disable-xulrunner} \
+	%{!?with_webkit: --disable-webkit}
 %{__make}
 
 %install
@@ -175,12 +187,22 @@
 %attr(755,root,root) %{_libdir}/%{name}/liblihtmlx.so
 %endif
 
+%if %{with webkit}
+%files webkit
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/liblihtmlw.so
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.171  2008-06-11 11:18:42  megabajt
+- updated to 1.4.16
+- added webkit bcond and subpackage
+
 Revision 1.170  2008-04-26 22:18:06  megabajt
 - fix locale names cz => cs
 - release 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/liferea.spec?r1=1.170&r2=1.171&f=u



More information about the pld-cvs-commit mailing list