iso-codes-vl.spec 2.2 KB

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