]> git.pld-linux.org Git - packages/iso-codes.git/blob - iso-codes.spec
Update to 3.73
[packages/iso-codes.git] / iso-codes.spec
1 Summary:        List of country and language names
2 Summary(pl.UTF-8):      Lista nazw krajów i języków
3 Name:           iso-codes
4 Version:        3.73
5 Release:        1
6 License:        LGPL v2+
7 Group:          Applications/Text
8 Source0:        http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.xz
9 # Source0-md5:  f35e7f57b745a784b3c4220220aefd80
10 URL:            http://pkg-isocodes.alioth.debian.org/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools
14 BuildRequires:  rpmbuild(macros) >= 1.446
15 BuildRequires:  tar >= 1:1.22
16 BuildRequires:  xz
17 Requires:       FHS >= 2.3-16
18 Conflicts:      pkgconfig < 1:0.19
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package aims to provide the list of the country and language (and
24 currency) names in one place, rather than repeated in many programs.
25
26 %description -l pl.UTF-8
27 Celem tego pakietu jest dostarczenie list nazw krajów i języków (oraz
28 walut) w jednym miejscu, zamiast powtarzania ich w wielu programach.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 # not supported yet by glibc
47 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/haw
48
49 %find_lang %{name} --all-name
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc ChangeLog README.md TODO
57 %{_datadir}/iso-codes
58 %{_datadir}/xml/iso-codes
59 %{_npkgconfigdir}/iso-codes.pc
This page took 0.0992690000000001 seconds and 3 git commands to generate.