source: projects/specs/trunk/i/iso-codes/iso-codes-vl.spec @ 521

Revision 521, 2.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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