dc8a4d0
Name:	iso-codes
dc8a4d0
Summary:	ISO code lists and translations
dc8a4d0
815d35b
Version:	0.47
815d35b
Release:	1
dc8a4d0
License:	LGPL
dc8a4d0
Group:	System Environment/Base
dc8a4d0
URL:	http://alioth.debian.org/projects/pkg-isocodes/
dc8a4d0
Source:	iso-codes_%{version}.orig.tar.gz
dc8a4d0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
dc8a4d0
BuildArchitectures: noarch
dc8a4d0
dc8a4d0
%description
dc8a4d0
This package provides the ISO-639 Language code list, the ISO-3166 
dc8a4d0
Territory code list, and ISO-3166-2 sub-territory lists, and all their 
dc8a4d0
translations in gettext .po form.
dc8a4d0
dc8a4d0
%package devel
dc8a4d0
Summary:	Files for development using %{name}
dc8a4d0
Group:		Development/Libraries
dc8a4d0
Requires:	%{name} = %{version}-%{release}
dc8a4d0
dc8a4d0
%description devel
dc8a4d0
This package contains the pkg-config files for development
dc8a4d0
when building programs that use %{name}
dc8a4d0
dc8a4d0
dc8a4d0
%prep
dc8a4d0
%setup -q
dc8a4d0
dc8a4d0
%build
dc8a4d0
%configure
dc8a4d0
make
dc8a4d0
dc8a4d0
%install
dc8a4d0
%{__rm} -rf $RPM_BUILD_ROOT
dc8a4d0
%makeinstall
dc8a4d0
dc8a4d0
%clean
dc8a4d0
%{__rm} -rf $RPM_BUILD_ROOT
dc8a4d0
dc8a4d0
%files
dc8a4d0
%defattr(-,root,root,-)
dc8a4d0
%doc ChangeLog README COPYING
dc8a4d0
%dir %{_datadir}/iso-codes
dc8a4d0
%{_datadir}/iso-codes/*.tab
dc8a4d0
%{_datadir}/locale/*/LC_MESSAGES/*.mo
dc8a4d0
%dir %{_datadir}/xml/iso-codes
dc8a4d0
%{_datadir}/xml/iso-codes/*.xml
dc8a4d0
dc8a4d0
%files devel
dc8a4d0
%defattr(-,root,root,-)
e88911e
%{_datadir}/pkgconfig/iso-codes.pc
dc8a4d0
dc8a4d0
%changelog
815d35b
* Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
815d35b
- Update to 0.47
815d35b
e88911e
* Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
e88911e
- The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
e88911e
  since this is a noarch package.  64bit platforms will otherwise look in
e88911e
  the 64bit version of the %%{_libdir} and not find the .pc file and 
e88911e
  cause them to not find iso-codes
e88911e
dc8a4d0
* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
dc8a4d0
- Initial RPM