2007-07-29 01:05:42 +00:00
|
|
|
# debuginfo not needed
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2004-09-09 06:18:01 +00:00
|
|
|
Name: intltool
|
2006-12-21 16:04:46 +00:00
|
|
|
Summary: Utility for internationalizing various kinds of data files
|
2009-08-12 14:30:36 +00:00
|
|
|
Version: 0.41.0
|
|
|
|
Release: 1%{?dist}
|
2008-07-31 20:29:24 +00:00
|
|
|
License: GPLv2 with exceptions
|
2004-09-09 06:18:01 +00:00
|
|
|
Group: Development/Tools
|
2009-08-12 14:30:36 +00:00
|
|
|
Source: http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-%{version}.tar.gz
|
2004-09-09 06:18:01 +00:00
|
|
|
URL: http://www.gnome.org
|
2009-03-16 04:07:00 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-02-12 23:41:02 +00:00
|
|
|
BuildArch: noarch
|
2004-09-09 06:18:01 +00:00
|
|
|
Requires: patch
|
2007-08-03 17:37:21 +00:00
|
|
|
# for /usr/share/aclocal
|
|
|
|
Requires: automake
|
2008-08-06 05:01:57 +00:00
|
|
|
Requires: gettext-devel
|
2004-09-09 06:18:01 +00:00
|
|
|
Obsoletes: xml-i18n-tools
|
2004-09-09 06:18:04 +00:00
|
|
|
Provides: xml-i18n-tools = 0.11
|
2007-02-25 04:38:14 +00:00
|
|
|
Requires: perl(XML::Parser)
|
|
|
|
BuildRequires: perl(XML::Parser)
|
2006-08-01 17:06:44 +00:00
|
|
|
BuildRequires: gettext
|
2009-04-27 17:10:31 +00:00
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
|
|
|
Patch0: schemas-merge.patch
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This tool automatically extracts translatable strings from oaf, glade,
|
|
|
|
bonobo ui, nautilus theme, .desktop, and other data files and puts
|
|
|
|
them in the po files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-04-27 17:10:31 +00:00
|
|
|
%patch0 -p1 -b .schemas-merge
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
|
2009-04-27 17:10:31 +00:00
|
|
|
make
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%install
|
2007-08-03 17:37:21 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 06:17:59 +00:00
|
|
|
|
2007-08-03 17:37:21 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%clean
|
2007-08-03 17:37:21 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-08-12 14:44:56 +00:00
|
|
|
%doc AUTHORS COPYING README
|
2004-09-09 06:17:59 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/intltool
|
|
|
|
%{_datadir}/aclocal/*
|
2004-09-09 06:18:04 +00:00
|
|
|
%{_mandir}/man*/*
|
2004-09-09 06:17:59 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-08-12 14:30:36 +00:00
|
|
|
* Wed Aug 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.41.0-1
|
|
|
|
- Update to 0.41.0
|
|
|
|
|
2009-08-10 08:46:37 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.40.6-4
|
|
|
|
- Convert specfile to UTF-8.
|
|
|
|
|
2009-07-25 03:27:46 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-27 17:10:31 +00:00
|
|
|
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.40.6-2
|
|
|
|
- Don't merge translations back into GConf schemas
|
|
|
|
|
2009-03-16 04:07:00 +00:00
|
|
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.40.6-1
|
|
|
|
- Update to 0.40.6
|
|
|
|
|
2009-02-25 07:32:58 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-12 23:41:02 +00:00
|
|
|
* Thu Feb 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.40.5-2
|
|
|
|
- turn noarch
|
|
|
|
|
2008-10-19 14:05:06 +00:00
|
|
|
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.5-1
|
|
|
|
- Update to 0.40.5
|
|
|
|
|
2008-09-22 01:52:35 +00:00
|
|
|
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.4-1
|
|
|
|
- Update to 0.40.4
|
|
|
|
|
2008-08-06 05:01:57 +00:00
|
|
|
* Wed Aug 6 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.3-3
|
|
|
|
- Require gettext-devel
|
|
|
|
|
2008-07-31 20:29:24 +00:00
|
|
|
* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.40.3-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-07-25 21:11:39 +00:00
|
|
|
* Fri Jul 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.3-1
|
|
|
|
- Update to 0.40.3
|
|
|
|
|
2008-07-22 03:56:50 +00:00
|
|
|
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.1-1
|
|
|
|
- Update to 0.40.1
|
|
|
|
|
2008-06-03 21:01:58 +00:00
|
|
|
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 0.40.0-1
|
|
|
|
- Update to 0.40.0
|
|
|
|
|
2008-02-25 05:10:07 +00:00
|
|
|
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.37.1-1
|
|
|
|
- Update to 0.37.1
|
|
|
|
|
2008-02-19 13:18:59 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.37.0-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-15 15:35:25 +00:00
|
|
|
* Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.37.0-2
|
|
|
|
- Require gettext
|
|
|
|
|
2007-12-17 05:08:15 +00:00
|
|
|
* Mon Dec 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.37.0-1
|
|
|
|
- Update to 0.37.0
|
|
|
|
|
2007-12-14 04:42:48 +00:00
|
|
|
* Thu Dec 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.3-1
|
|
|
|
- Update to 0.36.3
|
|
|
|
|
2007-09-17 01:13:51 +00:00
|
|
|
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.2-1
|
|
|
|
- Update to 0.36.2
|
|
|
|
|
2007-08-13 22:27:22 +00:00
|
|
|
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.1-1
|
|
|
|
- Update to 0.36.1
|
|
|
|
|
2007-08-03 17:27:23 +00:00
|
|
|
* Fri Aug 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.36.0-1
|
|
|
|
- Update to 0.36.0
|
2007-08-03 17:37:21 +00:00
|
|
|
- Update license field
|
2007-08-03 17:27:23 +00:00
|
|
|
- Drop patch rejected, obsolete and upstreamed patches
|
2007-08-03 17:37:21 +00:00
|
|
|
- Some spec file cleanups
|
|
|
|
- Require automake
|
2007-08-03 17:27:23 +00:00
|
|
|
|
2007-07-31 22:30:17 +00:00
|
|
|
* Tue Jul 31 2007 David Zeuthen <davidz@redhat.com> - 0.35.5-5
|
|
|
|
- Add support for PolicyKit .policy files (b.g.o #462312)
|
|
|
|
|
2007-07-29 01:05:42 +00:00
|
|
|
* Sat Jul 28 2007 Matthias Clasen <mclasen@redhat.com> - 0.35.5-4
|
|
|
|
- Don't produce useless debuginfo (#249969)
|
|
|
|
|
2007-03-21 17:33:31 +00:00
|
|
|
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 0.35.5-3
|
|
|
|
- don't store a translation if it is equal to the original
|
|
|
|
string
|
|
|
|
|
2007-03-19 17:55:49 +00:00
|
|
|
* Mon Mar 19 2007 Bill Nottingham <notting@redhat.com> - 0.35.5-2
|
|
|
|
- add upstream changeset 674 (GNOME bz#413461 - fix intltool-extract path)
|
|
|
|
|
2007-02-25 04:38:14 +00:00
|
|
|
* Sat Feb 24 2007 Matthias Clasen <mclasen@redhat.com> - 0.35.5-1
|
|
|
|
- Update to 0.35.5
|
|
|
|
|
2007-01-10 16:42:37 +00:00
|
|
|
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.35.4-1
|
2007-01-10 16:42:04 +00:00
|
|
|
- Update to 0.35.4
|
|
|
|
|
2006-12-21 16:04:46 +00:00
|
|
|
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.35.2-1
|
|
|
|
- Update to 0.35.2
|
|
|
|
|
2006-08-01 17:06:44 +00:00
|
|
|
* Tue Aug 1 2006 Matthias Clasen <mclasen@redhat.com> - 0.35.0-2
|
|
|
|
- Add a missing BuildRequires: gettext
|
|
|
|
|
2006-07-12 06:24:56 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.35.0-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-17 03:29:49 +00:00
|
|
|
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 0.35.0-1
|
|
|
|
- Update to 0.35.1
|
|
|
|
|
2006-05-09 21:49:09 +00:00
|
|
|
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> 0.34.90.cvs20060509-1
|
|
|
|
- Update to a cvs snapshot to allow building gnome 2.15
|
|
|
|
|
2006-02-11 03:36:33 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.34.2-1.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 03:16:19 +00:00
|
|
|
* Mon Feb 6 2006 Matthias Clasen <mclasen@redhat.com> 0.34.2-1
|
|
|
|
- Update to 0.34.2
|
|
|
|
|
2005-12-09 22:41:00 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-08-04 18:48:57 +00:00
|
|
|
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> - 0.34.1-1
|
|
|
|
- New upstream version
|
|
|
|
|
2005-03-02 15:50:27 +00:00
|
|
|
* Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.33-2
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
2005-01-26 19:22:13 +00:00
|
|
|
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> - 0.33-1
|
|
|
|
- Upgrade to 0.33
|
|
|
|
|
2005-01-13 19:07:38 +00:00
|
|
|
* Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 0.31.2-3
|
|
|
|
- fix intltool local mode (upstream 163981)
|
|
|
|
|
2004-11-03 18:42:09 +00:00
|
|
|
* Wed Nov 3 2004 <jrb@redhat.com> - 0.31.2-1
|
|
|
|
- add BuildRequires on perl-XML-Parser, #132622
|
|
|
|
|
2004-09-24 02:13:13 +00:00
|
|
|
* Thu Sep 23 2004 Jonathan Blandford <jrb@redhat.com> 0.31.2-1
|
|
|
|
- bump version
|
|
|
|
|
2004-09-09 06:20:06 +00:00
|
|
|
* Tue Aug 3 2004 Owen Taylor <otaylor@redhat.com> - 0.31.1-1
|
|
|
|
- Upgrade to 0.31.1
|
|
|
|
|
2004-09-09 06:20:00 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:19:41 +00:00
|
|
|
* Fri Mar 12 2004 Alex Larsson <alexl@redhat.com> 0.30-1
|
|
|
|
- update to 0.30
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:19:12 +00:00
|
|
|
* Mon Jan 19 2004 Jonathan Blandford <jrb@redhat.com> 0.29-1
|
|
|
|
- new version
|
|
|
|
|
2004-09-09 06:19:04 +00:00
|
|
|
* Mon Aug 25 2003 Alexander Larsson <alexl@redhat.com> 0.27.2-1
|
|
|
|
- update
|
|
|
|
|
|
|
|
* Mon Aug 11 2003 Havoc Pennington <hp@redhat.com> 0.27-1
|
|
|
|
- 0.27
|
|
|
|
|
|
|
|
* Wed Jul 30 2003 Havoc Pennington <hp@redhat.com> 0.26-1
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Jul 9 2003 Havoc Pennington <hp@redhat.com> 0.26-1
|
|
|
|
- 0.26
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:18:26 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 6 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.25
|
|
|
|
|
|
|
|
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.23
|
|
|
|
|
2004-09-09 06:18:15 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 06:18:10 +00:00
|
|
|
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
2004-09-09 06:18:04 +00:00
|
|
|
* Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.22
|
|
|
|
- remove perl patch, perl is fixed
|
|
|
|
|
|
|
|
* Thu Jun 6 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- tweak the perl5 check to not bomb with perl 5.8
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- update to 0.18
|
|
|
|
|
2004-09-09 06:18:01 +00:00
|
|
|
* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- update to 0.17
|
|
|
|
|
2004-09-09 06:17:59 +00:00
|
|
|
* Thu Feb 21 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Tue Feb 12 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.15
|
|
|
|
- remove dbm patch, dbm no longer used upstream
|
|
|
|
- shorten summary line, #56739
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Version 0.14
|
|
|
|
- Try again on DBM fix
|
|
|
|
- Patch to use AnyDBM_File rather than NDBM_File for caching
|
|
|
|
- Version 0.14
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.12.90 cvs snap
|
|
|
|
|
|
|
|
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.12 tarball
|
|
|
|
|
|
|
|
* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
- new cvs snap, no longer noarch
|
|
|
|
|
|
|
|
* Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
- intltool specfile, based on xml-i18n-tools (but fixed up)
|
|
|
|
- obsolete/provide xml-i18n-tools
|
|
|
|
|
|
|
|
* Tue Aug 14 2001 Alexander Larsson <alexl@redhat.com> 0.9-2
|
|
|
|
- Require patch
|
|
|
|
|
|
|
|
* Wed Aug 8 2001 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
- Fix bug #45699 and #50634 by upgrading version.
|
|
|
|
|
2009-08-10 08:46:37 +00:00
|
|
|
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 06:17:59 +00:00
|
|
|
- s/Copyright/License/
|
|
|
|
- Shorter summary
|
|
|
|
- Remove empty post/postun scripts
|
|
|
|
- Don't define name and ver on the top and use this in the headers later
|
|
|
|
|
|
|
|
* Tue Jul 10 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- cleaned up files list so that there aren't non-standard dirs and so
|
|
|
|
that it owns the xml-i18n-tools dir
|
|
|
|
|
|
|
|
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
- Cleaned up spec file a little for Red Hat.
|
|
|
|
|
|
|
|
* Mon Mar 01 2001 Maciej Stachowiak <mjs@eazel.com>
|
|
|
|
- removed devel subpackage
|
|
|
|
|
|
|
|
* Thu Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com>
|
|
|
|
- created this thing
|