SPECS: gxmlviewer.spec - updated to 1.3.3 - added patch to build w...

maciek2w maciek2w at pld-linux.org
Fri Feb 3 18:55:14 CET 2006


Author: maciek2w                     Date: Fri Feb  3 17:55:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.3.3
- added patch to build with libxml2
- gettexttize to update po/Makefile.in.in

---- Files affected:
SPECS:
   gxmlviewer.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/gxmlviewer.spec
diff -u SPECS/gxmlviewer.spec:1.22 SPECS/gxmlviewer.spec:1.23
--- SPECS/gxmlviewer.spec:1.22	Mon Jun  6 15:57:18 2005
+++ SPECS/gxmlviewer.spec	Fri Feb  3 18:55:09 2006
@@ -2,22 +2,23 @@
 Summary:	GTK+ XML Viewer
 Summary(pl):	Przeglądarka plików XML w GTK+
 Name:		gxmlviewer
-Version:	1.2.0
+Version:	1.3.3
 Release:	5
 License:	GPL
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/gxmlviewer/%{name}-%{version}.tar.gz
-# Source0-md5:	00bb7d5e11082f47f461de06e8a9578c
+# Source0-md5:	e1f159e003e2ca99482ac7cf8677365e
+Patch0:		%{name}-libxml2.patch
 URL:		http://gxmlviewer.sourceforge.net/
 BuildRequires:	ORBit-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	bonobo-devel
+BuildRequires:	bonobo-devel >= 1.0.4
 BuildRequires:	gettext-devel
 BuildRequires:	gdk-pixbuf-devel
 BuildRequires:	gnome-libs-devel
 BuildRequires:	imlib-devel
-BuildRequires:	libxml-devel
+BuildRequires:	libxml2-devel >= 2.3.1
 BuildRequires:	oaf-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -54,10 +55,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f missing
-%{__aclocal} -I macros
+%{__gettextize}
+%{__aclocal} -I macros -I m4
 %{__autoconf}
 %{__automake}
 %configure
@@ -92,6 +95,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2006/02/03 17:55:09  maciek2w
+- updated to 1.3.3
+- added patch to build with libxml2
+- gettexttize to update po/Makefile.in.in
+
 Revision 1.22  2005/06/06 13:57:18  zbyniu
 - BR: gettext-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gxmlviewer.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list