SPECS (AC-branch): liferea.spec - disabled GtkHTML backend on x86_...
hawk
hawk at pld-linux.org
Thu Mar 1 15:22:16 CET 2007
Author: hawk Date: Thu Mar 1 14:22:16 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- disabled GtkHTML backend on x86_64
- release 2
---- Files affected:
SPECS:
liferea.spec (1.116.2.1 -> 1.116.2.2)
---- Diffs:
================================================================
Index: SPECS/liferea.spec
diff -u SPECS/liferea.spec:1.116.2.1 SPECS/liferea.spec:1.116.2.2
--- SPECS/liferea.spec:1.116.2.1 Thu Mar 1 14:59:09 2007
+++ SPECS/liferea.spec Thu Mar 1 15:22:11 2007
@@ -6,11 +6,15 @@
%bcond_without gtkhtml # without GtkHTML
%bcond_without xulrunner # without XULRunner backend
#
+%ifarch %{x8664}
+%undefine with_gtkhtml # GtkHTML backend disabled on x86_64
+%endif
+#
Summary: A RSS feed reader
Summary(pl): Program do pobierania informacji w formacie RSS
Name: liferea
Version: 1.2.7
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Applications/Networking
Source0: http://dl.sourceforge.net/liferea/%{name}-%{version}.tar.gz
@@ -36,6 +40,9 @@
Requires(post,postun): hicolor-icon-theme
Requires(post,preun): GConf2
Requires: %{name}-backend = %{version}-%{release}
+%ifarch %{x8664}
+Obsoletes: liferea-gtkhtml
+%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _noautoreqdep libgtkembedmoz.so libxpcom.so
@@ -148,6 +155,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.116.2.2 2007/03/01 14:22:11 hawk
+- disabled GtkHTML backend on x86_64
+- release 2
+
Revision 1.116.2.1 2007/03/01 13:59:09 hawk
- updated to 1.2.7, use xulrunner
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/liferea.spec?r1=1.116.2.1&r2=1.116.2.2&f=u
More information about the pld-cvs-commit
mailing list