intltool.spec revision 10467
563N/A#
6302N/A# spec file for package intltool
6302N/A#
563N/A# Copyright (c) 2005 Sun Microsystems, Inc.
563N/A# This file and all modifications and additions to the pristine
563N/A# package are under the same license as the package itself.
563N/A#
563N/A# Owner: laca
563N/A#
563N/AName: intltool
563N/ALicense: GPL
563N/AGroup: Development/Tools/Other
563N/ABuildArchitectures: noarch
563N/AVersion: 0.35.5
563N/ARelease: 2
563N/ADistribution: Java Desktop System
563N/AVendor: Sun Microsystems, Inc.
563N/ASummary: Translation Tools for GNOME Internationalization
563N/ASource: http://ftp.gnome.org/pub/GNOME/sources/intltool/0.35/intltool-%{version}.tar.bz2
563N/A# owner:fujiwara date:2007-04-12 type:bug bugzilla:413461 bugster:6545246
873N/APatch1: intltool-01-g11n-path-failure.diff
563N/AURL: http://www.gnome.org
563N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
563N/ADocdir: %{_defaultdocdir}/doc
563N/AAutoreqprov: on
563N/A
4987N/A%description
6238N/Aintltool is a collection of tools for the GNOME Internationalization Developer
6302N/AFramework. Data available in XML files (.oaf, .desktop, .sheet, etc.) can be
563N/Aextracted into PO files and, after translating, the new info will be written back
563N/Ainto the XML files.
563N/A
2086N/A%define INSTALL install -m755 -s
6373N/A%define INSTALL_SCRIPT install -m755
2086N/A%define INSTALL_DIR install -d -m755
563N/A%define INSTALL_DATA install -m644
3779N/A
2724N/A%prep
563N/A%setup -q
563N/A%patch1 -p1
563N/A
563N/A%build
563N/A%ifos linux
3779N/Aif [ -x /usr/bin/getconf ]; then
2724N/A CPUS=`getconf _NPROCESSORS_ONLN`
563N/Afi
563N/A%else
4590N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
2752N/A%endif
6302N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
6302N/A CPUS=1
6302N/Afi
6302N/A
6302N/A./configure --prefix=%{_prefix} \
6302N/A --mandir=%{_mandir}
6374N/Amake -j $CPUS
6302N/A
6302N/A%install
6302N/Amake DESTDIR=$RPM_BUILD_ROOT install
1323N/A
1323N/A%clean
563N/Arm -rf $RPM_BUILD_ROOT
4706N/A
4706N/A%files
2752N/A%defattr(-, root, root)
563N/A%defattr(0555, root, root)
4706N/A%{_prefix}/bin
4706N/A%defattr (0444, root, root)
2752N/A%{_mandir}/man1/*
1509N/A%{_mandir}/man8/*
563N/A%defattr(0755,root,root)
563N/A%{_datadir}/%{name}
1509N/A%{_datadir}/aclocal/
1509N/A
563N/A%changelog
4980N/A* Thu Apr 12 2007 - takao.fujiwara@sun.com
4980N/A- Add intltool-01-g11n-path-failure.diff to work intltool-update. bugzilla 413461
4980N/A* Tue Feb 27 2007 - brian.cameron@sun.com
4879N/A- Bump to 0.35.5. Remove upstream patch.
2110N/A* Fri Jan 12 2007 - takao.fujiwara@sun.com
1509N/A- Added intltool-01-g11n-desktop-comment.diff to extract comment. bugzilla 390271
6256N/A* Tue Jan 09 2007 - damien.carbery@sun.com
6256N/A- Bump to 0.35.4.
6256N/A* Mon Jan 08 2007 - damien.carbery@sun.com
6302N/A- Bump to 0.35.3.
6302N/A* Thu Dec 21 2006 - damien.carbery@sun.com
6302N/A- Bump to 0.35.2.
6302N/A* Thu Dec 7 2006 - damien.carbery@sun.com
4980N/A- Bump to 0.35.1. Remove upstream patches, 01-intltoolize-exit-1 and
4879N/A 02-ALL_LINGUAS.
4879N/A* Thu Jul 13 2006 - laca@sun.com
4879N/A- add patch ALL_LINGUAS.diff that removes the \n's from ALL_LINGUAS in
4879N/A IT_PROG_INTLTOOL
861N/A* Wed Jul 12 2006 - laca@sun.com
6370N/A- bump to 0.35.0
563N/A* Wed Feb 8 2006 - damien.carbery@sun.com
563N/A- Bump to 0.34.2.
563N/A* Mon Aug 15 2005 - damien.carbery@sun.com
563N/A- Bump to 0.34.1.
563N/A* Fri May 06 2005 - glynn.foster@sun.com
563N/A- Bump to 0.33
563N/A* Fri Nov 05 2004 - takao.fujiwara@sun.com
563N/A- Added intltool-01-g11n-icon.diff to support .icon files. Fix CR 6191220
1323N/A- Added intltool-02-g11n-space.diff to fix space attributes. bugzilla 151017.
1323N/A* Thu Oct 21 2004 - alvaro.lopez@sun.com
1323N/A- Updated "Source" to current version.
563N/A* Thu Oct 21 2004 - matt.keenan@sun.com
563N/A- Bump to 0.31, remove patch-01 , #6179699
662N/A* Wed Jul 07 2004 - niall.power@sun.com
662N/A- Ported to rpm4
563N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
563N/A- added "-j $CPUS" to make to speed up builds
563N/A* Tue Mar 16 2004 - takao.fujiwara@sun.com
563N/A- Added intltool-01-g11n-handle-blacket.diff to fix 4996253
563N/A* Thu Feb 05 2004 - Matt Keenan <matt.keenan@sun.com>
4495N/A- Bump to 0.30
4495N/A* Mon Dec 15 2003 - Glynn Foster <glynn.foster@sun.com>
4495N/A- Bump to 0.28
4495N/A* Mon Oct 13 2003 - Matt Keenan <matt.keenan@sun.com>
4495N/A- Man pages update
4495N/A* Thu Oct 09 2003 - Matt Keenan <matt.keenan@sun.com>
4955N/A- Man pages
4955N/A* Fri Jul 04 2003 - Ghee Teo <ghee.teo@sun.com>
4955N/A- Fixes a directory permission for %{_datadir}/aclocal because of
4955N/A an incorrect macros being used under files section
4955N/A* Tue May 13 2003 - Laszlo.Kovacs@Sun.COM
4955N/A- Initial release
4495N/A