| 1 | Name: iso-codes |
|---|
| 2 | Summary: ISO code lists and translations |
|---|
| 3 | Summary(ja): ISO コード一覧および翻訳 |
|---|
| 4 | Version: 3.16 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | License: LGPLv2+ |
|---|
| 7 | Group: System Environment/Base |
|---|
| 8 | URL: http://alioth.debian.org/projects/pkg-isocodes/ |
|---|
| 9 | Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2 |
|---|
| 10 | |
|---|
| 11 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 12 | BuildArch: noarch |
|---|
| 13 | BuildRequires: python |
|---|
| 14 | BuildRequires: python-pyxml |
|---|
| 15 | BuildRequires: gettext |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | This package provides the ISO-639 Language code list, the ISO-3166 |
|---|
| 19 | Territory code list, and ISO-3166-2 sub-territory lists, and all their |
|---|
| 20 | translations in gettext .po form. |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | このパッケージには、ISO-639 言語コード一覧、ISO-3166 国名・地域コード |
|---|
| 24 | 一覧、ISO-4217 通貨コード一覧、および、それらを翻訳したものが gettext |
|---|
| 25 | の .po 形式で含まれています。 |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -q |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | %configure |
|---|
| 32 | make |
|---|
| 33 | |
|---|
| 34 | %install |
|---|
| 35 | %__rm -rf %{buildroot} |
|---|
| 36 | %makeinstall |
|---|
| 37 | |
|---|
| 38 | %clean |
|---|
| 39 | %__rm -rf %{buildroot} |
|---|
| 40 | |
|---|
| 41 | %files |
|---|
| 42 | %defattr(-,root,root,-) |
|---|
| 43 | %doc ChangeLog LICENSE README TODO |
|---|
| 44 | #{_datadir}/iso-codes |
|---|
| 45 | %{_datadir}/xml/iso-codes |
|---|
| 46 | %{_datadir}/locale/*/LC_MESSAGES/* |
|---|
| 47 | %{_datadir}/pkgconfig/iso-codes.pc |
|---|
| 48 | |
|---|
| 49 | %changelog |
|---|
| 50 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 3.16-2 |
|---|
| 51 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 52 | |
|---|
| 53 | * Mon May 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.16-1 |
|---|
| 54 | - new upstream release |
|---|
| 55 | |
|---|
| 56 | * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.7-1 |
|---|
| 57 | - new upstream release |
|---|
| 58 | - spec in utf-8 |
|---|
| 59 | |
|---|
| 60 | * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-1 |
|---|
| 61 | - new upstream release |
|---|
| 62 | - applied new versioning policy |
|---|
| 63 | |
|---|
| 64 | * Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0-0vl1 |
|---|
| 65 | - upstream release |
|---|
| 66 | |
|---|
| 67 | * Thu Apr 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.50-0vl1 |
|---|
| 68 | - upstream release |
|---|
| 69 | |
|---|
| 70 | * Sun Sep 25 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl2 |
|---|
| 71 | - fix typo |
|---|
| 72 | |
|---|
| 73 | * Wed Sep 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl1 |
|---|
| 74 | - initial build for Vine Linux |
|---|
| 75 | |
|---|
| 76 | * Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1 |
|---|
| 77 | - Update to 0.47 |
|---|
| 78 | |
|---|
| 79 | * Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2 |
|---|
| 80 | - The .pc file should be installed in %%{_datadir} instead of %%{_libdir} |
|---|
| 81 | since this is a noarch package. 64bit platforms will otherwise look in |
|---|
| 82 | the 64bit version of the %%{_libdir} and not find the .pc file and |
|---|
| 83 | cause them to not find iso-codes |
|---|
| 84 | |
|---|
| 85 | * Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1 |
|---|
| 86 | - Initial RPM |
|---|