1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- Name: iso-codes
- Summary: ISO code lists and translations
- Summary(ja): ISO コード一覧および翻訳
- Version: 3.16
- Release: 2%{?_dist_release}
- License: LGPLv2+
- Group: System Environment/Base
- URL: http://alioth.debian.org/projects/pkg-isocodes/
- Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- BuildRequires: python
- BuildRequires: python-pyxml
- BuildRequires: gettext
- %description
- This package provides the ISO-639 Language code list, the ISO-3166
- Territory code list, and ISO-3166-2 sub-territory lists, and all their
- translations in gettext .po form.
- %description -l ja
- このパッケージには、ISO-639 言語コード一覧、ISO-3166 国名・地域コード
- 一覧、ISO-4217 通貨コード一覧、および、それらを翻訳したものが gettext
- の .po 形式で含まれています。
- %prep
- %setup -q
- %build
- %configure
- make
- %install
- %__rm -rf %{buildroot}
- %makeinstall
- %clean
- %__rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc ChangeLog LICENSE README TODO
- #{_datadir}/iso-codes
- %{_datadir}/xml/iso-codes
- %{_datadir}/locale/*/LC_MESSAGES/*
- %{_datadir}/pkgconfig/iso-codes.pc
- %changelog
- * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 3.16-2
- - build with rpm-4.8.1-1 for pkg-config file
- * Mon May 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.16-1
- - new upstream release
- * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.7-1
- - new upstream release
- - spec in utf-8
- * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-1
- - new upstream release
- - applied new versioning policy
- * Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0-0vl1
- - upstream release
- * Thu Apr 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.50-0vl1
- - upstream release
- * Sun Sep 25 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl2
- - fix typo
- * Wed Sep 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl1
- - initial build for Vine Linux
- * Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
- - Update to 0.47
- * Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
- - The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
- since this is a noarch package. 64bit platforms will otherwise look in
- the 64bit version of the %%{_libdir} and not find the .pc file and
- cause them to not find iso-codes
- * Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
- - Initial RPM
|