10139N/A#
10139N/A# spec file for package intltool
10139N/A#
13612N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner laca
10139N/A#
17177N/A
18603N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
17177N/A
10139N/AName: intltool
10139N/ALicense: GPL
10139N/AGroup: Development/Tools/Other
10139N/ABuildArchitectures: noarch
16159N/AVersion: 0.40.6
12067N/ARelease: 1
10139N/ADistribution: Java Desktop System
18615N/AVendor: Gnome Community
10139N/ASummary: Translation Tools for GNOME Internationalization
13322N/ASource: http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/intltool-%{version}.tar.bz2
12070N/A# owner:laca date:2007-12-18 bugzilla:490845 type:bug
12070N/APatch1: intltool-01-msgfmt.diff
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
10139N/A
10139N/A%description
10139N/Aintltool is a collection of tools for the GNOME Internationalization Developer
10139N/AFramework. Data available in XML files (.oaf, .desktop, .sheet, etc.) can be
10139N/Aextracted into PO files and, after translating, the new info will be written back
10139N/Ainto the XML files.
10139N/A
10139N/A%define INSTALL install -m755 -s
10139N/A%define INSTALL_SCRIPT install -m755
10139N/A%define INSTALL_DIR install -d -m755
10139N/A%define INSTALL_DATA install -m644
10139N/A
10139N/A%prep
10139N/A%setup -q
12070N/A%patch1 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/A./configure --prefix=%{_prefix} \
10139N/A --mandir=%{_mandir}
10139N/Amake -j $CPUS
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-, root, root)
10139N/A%defattr(0555, root, root)
10139N/A%{_prefix}/bin
10139N/A%defattr (0444, root, root)
10139N/A%{_mandir}/man1/*
10139N/A%{_mandir}/man8/*
10139N/A%defattr(0755,root,root)
10139N/A%{_datadir}/%{name}
10139N/A%{_datadir}/aclocal/
10139N/A
10139N/A%changelog
16159N/A* Tue Mar 17 2009 - dave.lin@sun.com
16159N/A- Bump to 0.40.6
15520N/A* Mon Dec 15 2008 - dave.lin@sun.com
15520N/A- Bump to 0.40.5.
14541N/A* Sat Sep 27 2008 - christian.kelly@sun.com
14541N/A- Bump to 0.40.4.
13739N/A* Fri Aug 01 2008 - christian.kelly@sun.com
13741N/A- Bump to 0.40.3.
13612N/A* Mon Jul 21 2008 - damien.carbery@sun.com
13612N/A- Bump to 0.40.1.
13322N/A* Wed Jun 04 2008 - damien.carbery@sun.com
13322N/A- Bump to 0.40.0.
12451N/A* Mon Feb 25 2008 - damien.carbery@sun.com
12451N/A- Bump to 0.37.1.
12071N/A* Tue Dec 18 2007 - damien.carbery@sun.com
12071N/A- Bump to 0.37.0.
12070N/A* Tue Dec 18 2007 - laca@sun.com
12070N/A- add patch msgfmt.diff: do not verify if msgfmt is GNU
12067N/A* Mon Dec 17 2007 - laca@sun.com
12067N/A- bump to 0.36.3 and remove upstream patch
12020N/A* Mon Dec 03 2007 - takao.fujiwara@sun.com
12020N/A- Add intltool-01-g11n-merge-linugas.diff to read LINGUAS file correctly.
11262N/A* Wed Sep 19 2007 - damien.carbery@sun.com
11262N/A- Bump to 0.36.2. Remove upstream patch, 01-path-check.
11139N/A* Wed Aug 29 2007 - damien.carbery@sun.com
11139N/A- Remove upstream patch, 01-g11n-path-failure; add patch 01-path-check to fix
11139N/A 464846.
11132N/A* Tue Aug 28 2007 - damien.carbery@sun.com
11132N/A- Bump to 0.36.1.
11013N/A* Sat Aug 04 2007 - damien.carbery@sun.com
11013N/A- Unbump back to 0.35.5 and add 01-g11n-path-failure patch as 0.36.0 is
11013N/A breaking other modules.
11010N/A* Fri Aug 03 2007 - damien.carbery@sun.com
11010N/A- Bump to 0.36.0. Remove upstream patch, 01-g11n-path-failure.
10467N/A* Thu Apr 12 2007 - takao.fujiwara@sun.com
11010N/A- Add intltool-01-g11n-path-failure.diff to work intltool-update. bugzilla
11010N/A #413461.
10139N/A* Tue Feb 27 2007 - brian.cameron@sun.com
10139N/A- Bump to 0.35.5. Remove upstream patch.
10139N/A* Fri Jan 12 2007 - takao.fujiwara@sun.com
11139N/A- Added intltool-01-g11n-desktop-comment.diff to extract comment. bugzilla
11139N/A 390271.
10139N/A* Tue Jan 09 2007 - damien.carbery@sun.com
10139N/A- Bump to 0.35.4.
10139N/A* Mon Jan 08 2007 - damien.carbery@sun.com
10139N/A- Bump to 0.35.3.
10139N/A* Thu Dec 21 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.35.2.
10139N/A* Thu Dec 7 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.35.1. Remove upstream patches, 01-intltoolize-exit-1 and
10139N/A 02-ALL_LINGUAS.
10139N/A* Thu Jul 13 2006 - laca@sun.com
10139N/A- add patch ALL_LINGUAS.diff that removes the \n's from ALL_LINGUAS in
10139N/A IT_PROG_INTLTOOL
10139N/A* Wed Jul 12 2006 - laca@sun.com
10139N/A- bump to 0.35.0
10139N/A* Wed Feb 8 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.34.2.
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 0.34.1.
10139N/A* Fri May 06 2005 - glynn.foster@sun.com
10139N/A- Bump to 0.33
10139N/A* Fri Nov 05 2004 - takao.fujiwara@sun.com
10139N/A- Added intltool-01-g11n-icon.diff to support .icon files. Fix CR 6191220
10139N/A- Added intltool-02-g11n-space.diff to fix space attributes. bugzilla 151017.
10139N/A* Thu Oct 21 2004 - alvaro.lopez@sun.com
10139N/A- Updated "Source" to current version.
10139N/A* Thu Oct 21 2004 - matt.keenan@sun.com
10139N/A- Bump to 0.31, remove patch-01 , #6179699
10139N/A* Wed Jul 07 2004 - niall.power@sun.com
10139N/A- Ported to rpm4
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A* Tue Mar 16 2004 - takao.fujiwara@sun.com
10139N/A- Added intltool-01-g11n-handle-blacket.diff to fix 4996253
10139N/A* Thu Feb 05 2004 - Matt Keenan <matt.keenan@sun.com>
10139N/A- Bump to 0.30
10139N/A* Mon Dec 15 2003 - Glynn Foster <glynn.foster@sun.com>
10139N/A- Bump to 0.28
10139N/A* Mon Oct 13 2003 - Matt Keenan <matt.keenan@sun.com>
10139N/A- Man pages update
10139N/A* Thu Oct 09 2003 - Matt Keenan <matt.keenan@sun.com>
10139N/A- Man pages
10139N/A* Fri Jul 04 2003 - Ghee Teo <ghee.teo@sun.com>
10139N/A- Fixes a directory permission for %{_datadir}/aclocal because of
10139N/A an incorrect macros being used under files section
10139N/A* Tue May 13 2003 - Laszlo.Kovacs@Sun.COM
10139N/A- Initial release