# # spec file for package iso-codes # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: iso-codes Version: 3.28 Release: 1 License: LGPLv2.1+ Summary: ISO Code Lists and Translations Url: http://alioth.debian.org/projects/pkg-isocodes/ Group: System/Localization Source: %{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: python-lxml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Recommends: %{name}-lang %description This package provides the ISO-639 language code list, the ISO-3166 territory code list, ISO-3166-2 subterritory lists, and all their translations in gettext .po form. %package devel License: LGPLv2.1+ Summary: ISO code lists and translations Group: Development/Libraries/Other Requires: %{name} = %{version} %description devel This package provides the ISO-639 Language code list, the ISO-3166 Territory code list, and ISO-3166-2 sub-territory lists, and all their translations in gettext .po form. %lang_package %prep %setup -q %build %configure %__make %{?_smp_mflags} %install %makeinstall %find_lang iso_639 %{name}.lang %find_lang iso_639_3 %{name}.lang %find_lang iso_3166 %{name}.lang %find_lang iso_3166_2 %{name}.lang %find_lang iso_4217 %{name}.lang %find_lang iso_15924 %{name}.lang %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc ChangeLog README TODO %{_datadir}/xml/iso-codes %files lang -f %{name}.lang %files devel %defattr(-,root,root,-) %{_datadir}/pkgconfig/iso-codes.pc %changelog