dc8a4d0
Name:	iso-codes
dc8a4d0
Summary:	ISO code lists and translations
dc8a4d0
4876500
Version:	1.2
89857ec
Release:	1%{?dist}
dc8a4d0
License:	LGPL
dc8a4d0
Group:	System Environment/Base
dc8a4d0
URL:	http://alioth.debian.org/projects/pkg-isocodes/
8d50688
Source:	http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_%{version}.orig.tar.gz
85b7b7c
BuildRequires:	gettext
8d50688
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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
a70eb36
%{__mv} ./LGPL-2.1 ./COPYING
a70eb36
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
4876500
* Tue Jul 24 2007 Parag Nemade  <pnemade@redhat.com> 
4876500
- Update to 1.2
4876500
89857ec
* Wed Mar  7 2007 Christopher Aillon <caillon@redhat.com> 1.0-1
89857ec
- Update to 1.0
89857ec
d554377
* Fri Oct 20 2006 Christopher Aillon <caillon@redhat.com> 0.56-1
d554377
- Update to 0.56
d554377
8d50688
* Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 0.53-1
8d50688
- Update to 0.53
8d50688
85b7b7c
* Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> 0.49-2
85b7b7c
- Missing BR gettext
85b7b7c
fc5d4f1
* Sun Jan  1 2006 Christopher Aillon <caillon@redhat.com> 0.49-1
fc5d4f1
- Update to 0.49
fc5d4f1
cbf92a0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
cbf92a0
- rebuilt
cbf92a0
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