From 53738f5bb6cd4e90d023d965a729352cef8c0c18 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 13 Jan 2005 19:07:38 +0000 Subject: [PATCH] - fix intltool local mode (upstream 163981) --- intltool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/intltool.spec b/intltool.spec index 3a141da..80863e2 100644 --- a/intltool.spec +++ b/intltool.spec @@ -1,10 +1,12 @@ Name: intltool Summary: Utility for internationalizing various kinds of data files. Version: 0.31.2 -Release: 2 +Release: 3 License: GPL Group: Development/Tools Source: %{name}-%{version}.tar.bz2 +# http://bugzilla.gnome.org/show_bug.cgi?id=163981 +Patch0: intltool-local.patch URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: patch @@ -20,6 +22,7 @@ them in the po files. %prep %setup -q +%patch0 -p1 %build %configure @@ -43,6 +46,9 @@ make %{_mandir}/man*/* %changelog +* Thu Jan 13 2005 Jeremy Katz - 0.31.2-3 +- fix intltool local mode (upstream 163981) + * Wed Nov 3 2004 - 0.31.2-1 - add BuildRequires on perl-XML-Parser, #132622