Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > abb29b104ed5a9d7e60db73e6fb515c0 > files > 2

iso-codes-1.9-alt1.src.rpm

Name: iso-codes
Version: 1.9
Release: alt1

%define deb_release 1

Group: System/Internationalization
Summary: ISO code lists and translations
License: GPL
URL: http://packages.debian.org/unstable/source/iso-codes

Source: %name-%version.tar.bz2

BuildArch: noarch

# Automatically added by buildreq on Sat Sep 10 2005
BuildRequires: common-licenses python-base python-module-PyXML python-modules-compiler python-modules-email python-modules-encodings python-modules-logging python-modules-xml

%description
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.

%package devel
Summary: Files for development using %name
Group: Development/Other
Requires: %name = %version-%release

%description devel
This package contains the pkg-config files for development
when building programs that use %name

%prep
%setup -q
%__rm -f COPYING
%__ln_s %_licensedir/GPL-2 COPYING

%build
%configure
%make_build

%install
%make_install DESTDIR=%buildroot install
%find_lang --output=%name.lang iso_639 iso_639_3 iso_3166 iso_3166_2 iso_4217 iso_15924

%files -f %name.lang
%doc ChangeLog README TODO
%doc --no-dereference COPYING
%_datadir/%name
%_datadir/xml/%name

%files devel
%_datadir/pkgconfig/iso-codes.pc

%changelog
* Fri Mar 07 2008 Eugene Ostapets <eostapets@altlinux.ru> 1.9-alt1
- New version

* Sun Nov 12 2006 Eugene Ostapets <eostapets@altlinux.ru> 0.58-alt1
- Update to Debian release 0.58-1
- Remove outdated russian translation, use original

* Sat Jun 24 2006 Mikhail Zabaluev <mhz@altlinux.ru> 0.51-alt1
- Updated to Debian release 0.51-1.1
- Patch0 is obsolete
- Patch1: updated Russian translation

* Mon Apr 17 2006 Mikhail Zabaluev <mhz@altlinux.ru> 0.49-alt2
- Patch0: set package version to 0.49 in configure.ac

* Mon Nov 21 2005 Mikhail Zabaluev <mhz@altlinux.ru> 0.49-alt1
- Updated to 0.49

* Sat Sep 10 2005 Mikhail Zabaluev <mhz@altlinux.ru> 0.47-alt1
- Ported to Sisyphus
- Spec cleanup
- Corrected license information

* Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
- Update to 0.47

* Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
- The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
  since this is a noarch package.  64bit platforms will otherwise look in
  the 64bit version of the %%{_libdir} and not find the .pc file and
  cause them to not find iso-codes

* Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
- Initial RPM