iso-codes.spec revision 10139
12258N/A#
12258N/A# spec file for package iso-codes
12258N/A#
12412N/A# Copyright (c) 2005 Sun Microsystems, Inc.
12258N/A# This file and all modifications and additions to the pristine
12258N/A# package are under the same license as the package itself.
12258N/A#
13305N/A# Owner: laca
12258N/A#
12258N/AName: iso-codes
12258N/ALicense: LGPL
12258N/AGroup: System/Base
12258N/AVersion: 1.0
14074N/ARelease: 1
12258N/ABuildArch: noarch
12258N/ADistribution: Java Desktop System
12258N/AVendor: Sun Microsystems, Inc.
12258N/ASummary: ISO code lists and translations
12258N/ASource: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
12773N/A# date:2005-09-15 owner:laca type:bug state:upstream
12773N/APatch1: iso-codes-01-msgfmt.diff
12773N/AURL: http://alioth.debian.org/projects/pkg-isocodes/
13371N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12258N/ADocdir: %{_defaultdocdir}/%{name}
14365N/AAutoreqprov: on
14365N/A
12258N/A%description
12258N/AThis package provides the ISO-639 Language code list,
12258N/Athe ISO-3166 Territory code list,
12258N/Aand ISO-3166-2 sub-territory lists,
12258N/Aand all their translations in gettext .po form.
12258N/A
12258N/A%prep
12258N/A%setup -q -n iso-codes-%{version}
12258N/A%patch1 -p1
12258N/A
12258N/A%build
12258N/A
12258N/Aautomake
12258N/Aautoconf
12258N/A./configure --prefix=%{_prefix}
12258N/Amake
12258N/A
12258N/A%install
12258N/Amake install DESTDIR=$RPM_BUILD_ROOT
12258N/A
12258N/A%clean
12258N/Arm -rf $RPM_BUILD_ROOT
12258N/A
12258N/A%files
12258N/A%defattr (-, root, root)
12258N/A%{_datadir}/*
12258N/A
12258N/A%changelog
12258N/A* Sun Feb 7 2007 - laca@sun.com
12258N/A- remove MSGFMT_FLAGS hack, no longer needed with the new patch
12258N/A* Sun Jan 21 2007 - laca@sun.com
12258N/A- bump to 1.0
12258N/A* Mon Jan 16 2006 - damien.carbery@sun.com
12258N/A- Update source URL to working server.
12258N/A* Thu Sep 15 2005 - laca@sun.com
12258N/A- Initial version
12258N/A