Name: iso-codes Version: 0.45 Release: 1 Summary: Lists of the country, language, and currency names Group: System Environment/Base License: LGPL URL: http://alioth.debian.org/projects/pkg-isocodes/ Source0: http://people.debian.org/~mckinstry/iso-codes-0.45.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildArchitectures: noarch %description This package aims to provide a central list of the country, language, and currency names and their translations. The data comes from ISO standards 639, 3166, and 4217 and the translations are from the Translation Project. The data is provided in tabular files as well as XML. %package devel Summary: Files for development using %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the pkg-config files to locate iso-codes data files when building programs that use the data. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang iso_3166_2 %find_lang iso_3166 %find_lang iso_4217 %find_lang iso_639 cat iso_3166_2.lang iso_3166.lang iso_4217.lang iso_639.lang > %{name}.lang %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING ChangeLog README TODO %{_datadir}/%{name} %{_datadir}/xml/%{name} %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/iso-codes.pc %changelog * Wed Mar 09 2005 Nathan Fredrickson - 0.45-1 - Initial RPM release.