- fix intltool local mode (upstream 163981)
This commit is contained in:
parent
b12d38c19f
commit
53738f5bb6
@ -1,10 +1,12 @@
|
|||||||
Name: intltool
|
Name: intltool
|
||||||
Summary: Utility for internationalizing various kinds of data files.
|
Summary: Utility for internationalizing various kinds of data files.
|
||||||
Version: 0.31.2
|
Version: 0.31.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=163981
|
||||||
|
Patch0: intltool-local.patch
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires: patch
|
Requires: patch
|
||||||
@ -20,6 +22,7 @@ them in the po files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -43,6 +46,9 @@ make
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 0.31.2-3
|
||||||
|
- fix intltool local mode (upstream 163981)
|
||||||
|
|
||||||
* Wed Nov 3 2004 <jrb@redhat.com> - 0.31.2-1
|
* Wed Nov 3 2004 <jrb@redhat.com> - 0.31.2-1
|
||||||
- add BuildRequires on perl-XML-Parser, #132622
|
- add BuildRequires on perl-XML-Parser, #132622
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user