77ef875
%define debug_package %{nil}
77ef875
dc8a4d0
Name:	iso-codes
dc8a4d0
Summary:	ISO code lists and translations
dc8a4d0
94f8f3d
Version:	2.0
db4dd00
Release:	1%{?dist}
6f1d088
License:	LGPLv2+
dc8a4d0
Group:	System Environment/Base
dc8a4d0
URL:	http://alioth.debian.org/projects/pkg-isocodes/
db4dd00
Source:	ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
20fed9d
BuildRequires:	gettext >= 0.16
8d50688
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6f1d088
BuildArch: noarch
6f1d088
# for /usr/share/xml
6f1d088
Requires: xml-common
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}
6f1d088
# for /usr/share/pkgconfig
6f1d088
Requires:	pkgconfig
dc8a4d0
dc8a4d0
%description devel
dc8a4d0
This package contains the pkg-config files for development
6f1d088
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
77ef875
%find_lang iso-codes --all-name
6f1d088
dc8a4d0
%clean
dc8a4d0
%{__rm} -rf $RPM_BUILD_ROOT
dc8a4d0
6f1d088
%files -f iso-codes.lang
dc8a4d0
%defattr(-,root,root,-)
2c9aafe
%doc ChangeLog README LICENSE
dc8a4d0
%dir %{_datadir}/iso-codes
dc8a4d0
%{_datadir}/iso-codes/*.tab
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
94f8f3d
* Sun Mar  9 2008 Christopher Aillon <caillon@redhat.com> 2.0-1
94f8f3d
- Update to 2.0
94f8f3d
db4dd00
* Wed Feb 27 2008 Christopher Aillon <caillon@redhat.com> 1.9-1
db4dd00
- Update to 1.9
db4dd00
20fed9d
* Tue Feb  5 2008 Matthias Clasen <mclasen@redhat.com> 1.8-2
20fed9d
- Bump gettext BR
20fed9d
- Use the smaller .bz2 tarball
20fed9d
9f90487
* Sat Feb  2 2008 Matthias Clasen <mclasen@redhat.com> 1.8-1
9f90487
- Update to 1.8
9f90487
1b8bcf3
* Sat Dec 29 2007 Christopher Aillon <caillon@redhat.com> 1.7-1
1b8bcf3
- Update to 1.7
1b8bcf3
67e837e
* Tue Dec  4 2007 Christopher Aillon <caillon@redhat.com> 1.6-1
67e837e
- Update to 1.6
67e837e
b2e6ffe
* Fri Oct 26 2007 Christopher Aillon <caillon@redhat.com> 1.5-1
b2e6ffe
- Update to 1.5
b2e6ffe
304b5e0
* Wed Sep  5 2007 Christopher Aillon <caillon@redhat.com> 1.4-1
304b5e0
- Update to 1.4
304b5e0
6f1d088
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> 1.3-1
6f1d088
- Update to 1.3
6f1d088
- Update the license field
6f1d088
- Use %%find_lang for translations
77ef875
- Don't create debuginfo
6f1d088
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