]> git.pld-linux.org Git - packages/iso-codes.git/blob - iso-codes.spec
- updated to 3.47
[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.47
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:  889091d3afcd56ee0e5c10a5d3909516
10 URL:            http://pkg-isocodes.alioth.debian.org/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
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 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{haw,kok}
47
48 %find_lang %{name} --all-name
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc ChangeLog README TODO
56 %{_datadir}/xml/iso-codes
57 %{_npkgconfigdir}/iso-codes.pc
This page took 0.086054 seconds and 3 git commands to generate.