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

Revision 10225, 3.3 KB checked in by kudoh, 8 years ago (diff)

new upstream release

Line 
1Name:           iso-codes
2Summary:        ISO code lists and translations
3Summary(ja):    ISO コード一覧および翻訳
4Version:        3.65
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/downloads/iso-codes-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildArch:      noarch
13BuildRequires:  python
14BuildRequires:  python-pyxml
15BuildRequires:  gettext
16
17%description
18This package provides the ISO-639 Language code list, the ISO-3166
19Territory code list, and ISO-3166-2 sub-territory lists, and all their
20translations 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
32make
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* Wed May 04 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.65-1
51- new upstream release
52
53* Sat Nov 28 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.63-1
54- new upstream release
55
56* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.56-1
57- new upstream release
58
59* Fri Jul 04 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.55-1
60- new upstream release
61
62* Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.51-1
63- new upstream release
64
65* Sun Jan 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.50-1
66- new upstream release
67
68* Sat Nov 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.48-1
69- new upstream release
70
71* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.46-1
72- new upstream release
73
74* Mon Jul 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.44-1
75- new upstream release
76
77* Sat Mar 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.41-1
78- new upstream release
79- fixed Source
80- changed source archive bz2 to xz
81
82* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 3.16-2
83- build with rpm-4.8.1-1 for pkg-config file
84
85* Mon May 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.16-1
86- new upstream release
87
88* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.7-1
89- new upstream release
90- spec in utf-8
91
92* Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-1
93- new upstream release
94- applied new versioning policy
95
96* Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0-0vl1
97- upstream release
98
99* Thu Apr 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.50-0vl1
100- upstream release
101
102* Sun Sep 25 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl2
103- fix typo
104
105* Wed Sep 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.47-1vl1
106- initial build for Vine Linux
107
108* Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
109- Update to 0.47
110
111* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
112- The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
113  since this is a noarch package.  64bit platforms will otherwise look in
114  the 64bit version of the %%{_libdir} and not find the .pc file and
115  cause them to not find iso-codes
116
117* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
118- Initial RPM
Note: See TracBrowser for help on using the repository browser.