intltool/intltool.spec

117 lines
2.9 KiB
RPMSpec
Raw Normal View History

Name: intltool
Summary: Utility for internationalizing various kinds of data files.
Version: 0.22
Release: 1
License: GPL
Group: Development/Tools
Source: %{name}-%{version}.tar.bz2
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: patch
Obsoletes: xml-i18n-tools
Provides: xml-i18n-tools = 0.11
auto-import changelog data from intltool-0.15-2.src.rpm 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 02 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 05 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 08 2001 Jonathan Blandford <jrb@redhat.com> - Fix bug #45699 and #50634 by upgrading version. Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - 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. Thu Mar 01 2001 Maciej Stachowiak <mjs@eazel.com> - removed devel subpackage Tue Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com> - created this thing
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
%build
%configure
make
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/intltool
%{_datadir}/aclocal/*
%{_mandir}/man*/*
auto-import changelog data from intltool-0.15-2.src.rpm 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 02 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 05 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 08 2001 Jonathan Blandford <jrb@redhat.com> - Fix bug #45699 and #50634 by upgrading version. Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - 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. Thu Mar 01 2001 Maciej Stachowiak <mjs@eazel.com> - removed devel subpackage Tue Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com> - created this thing
2004-09-09 06:17:59 +00:00
%changelog
* 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
* Thu Mar 14 2002 Jeremy Katz <katzj@redhat.com>
- update to 0.17
auto-import changelog data from intltool-0.15-2.src.rpm 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 02 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 05 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 08 2001 Jonathan Blandford <jrb@redhat.com> - Fix bug #45699 and #50634 by upgrading version. Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - 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. Thu Mar 01 2001 Maciej Stachowiak <mjs@eazel.com> - removed devel subpackage Tue Jan 04 2000 Robin * Slomkowski <rslomkow@eazel.com> - created this thing
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.
* Mon Jul 16 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
- 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