rpms/gthumb/devel gthumb.spec,1.96,1.97

Matthias Clasen mclasen at fedoraproject.org
Thu Feb 26 20:33:49 UTC 2009


Author: mclasen

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

Modified Files:
	gthumb.spec 
Log Message:
fix the build



Index: gthumb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gthumb/devel/gthumb.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- gthumb.spec	25 Feb 2009 01:42:47 -0000	1.96
+++ gthumb.spec	26 Feb 2009 20:33:18 -0000	1.97
@@ -11,7 +11,7 @@
 Summary: Image viewer, editor, organizer
 Name: gthumb
 Version: 2.10.10
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://gthumb.sourceforge.net
 Source0: http://download.gnome.org/sources/gthumb/2.10/%{name}-%{version}.tar.bz2
 Source1: gthumb-importer
@@ -32,9 +32,9 @@
 BuildRequires: libpng-devel
 BuildRequires: gettext
 BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: libtool
 BuildRequires: intltool
-BuildRequires: perl(XML::Parser)
 BuildRequires: gnome-doc-utils >= 0.3.2
 
 # Needed or features are missing
@@ -69,12 +69,10 @@
 %patch1 -p1 -b .icon-crash
 %patch2 -p1 -b .adjustment
 
+autoreconf -i -f
+
 %build
 
-# patch 0 affects Makefile.am
-aclocal
-automake 
-intltoolize --force
 %ifarch s390 s390x
 %define gphoto_flags --disable-gphoto2
 %else
@@ -145,6 +143,9 @@
 %{_datadir}/icons/hicolor/*
 
 %changelog
+* Thu Feb 26 2009 Matthias Clasen <mclasen at redhat.com> - 2.10.10-5
+- Make it build
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list