From dbffd2828f8e2228f4fe1f724c73f38e76ac3b7ff17005a26dbd6d90d9d5f6c7 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 2 May 2011 16:13:37 +0000 Subject: [PATCH] Accepting request 68855 from home:dimstar:branches:GNOME:Factory Update to 3.25 OBS-URL: https://build.opensuse.org/request/show/68855 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/iso-codes?expand=0&rev=40 --- _service | 9 +++ _service:download_url:iso-codes-3.25.tar.bz2 | 3 + _service:set_version:iso-codes.spec | 82 ++++++++++++++++++++ iso-codes-3.24.tar.bz2 | 3 - iso-codes.changes | 14 ++++ iso-codes.spec | 2 +- 6 files changed, 109 insertions(+), 4 deletions(-) create mode 100644 _service create mode 100644 _service:download_url:iso-codes-3.25.tar.bz2 create mode 100644 _service:set_version:iso-codes.spec delete mode 100644 iso-codes-3.24.tar.bz2 diff --git a/_service b/_service new file mode 100644 index 0000000..8a96f47 --- /dev/null +++ b/_service @@ -0,0 +1,9 @@ + + + + ftp + pkg-isocodes.alioth.debian.org + /pub/pkg-isocodes/iso-codes-3.25.tar.bz2 + + + diff --git a/_service:download_url:iso-codes-3.25.tar.bz2 b/_service:download_url:iso-codes-3.25.tar.bz2 new file mode 100644 index 0000000..47aca33 --- /dev/null +++ b/_service:download_url:iso-codes-3.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95117a93c1eb6fd95a6daecc85cac0f9f5434e8618490043177ec0bb3b13a482 +size 6218437 diff --git a/_service:set_version:iso-codes.spec b/_service:set_version:iso-codes.spec new file mode 100644 index 0000000..13626e8 --- /dev/null +++ b/_service:set_version:iso-codes.spec @@ -0,0 +1,82 @@ +# +# spec file for package iso-codes +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: iso-codes +Version: 3.25 +Release: 0 +License: LGPLv2.1+ +Summary: ISO Code Lists and Translations +Url: http://alioth.debian.org/projects/pkg-isocodes/ +Group: System/Localization +Source: %{name}-%{version}.tar.bz2 +BuildRequires: pkg-config +BuildRequires: python-devel +BuildRequires: python-lxml +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +Recommends: %{name}-lang + +%description +This package provides the ISO-639 language code list, the ISO-3166 +territory code list, ISO-3166-2 subterritory lists, and all their +translations in gettext .po form. + +%package devel +License: LGPLv2.1+ +Summary: ISO code lists and translations +Group: Development/Libraries/Other +Requires: %{name} = %{version} + +%description devel +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. + +%lang_package +%prep +%setup -q + +%build +%configure +%__make %{?_smp_mflags} + +%install +%makeinstall +%find_lang iso_639 %{name}.lang +%find_lang iso_639_3 %{name}.lang +%find_lang iso_3166 %{name}.lang +%find_lang iso_3166_2 %{name}.lang +%find_lang iso_4217 %{name}.lang +%find_lang iso_15924 %{name}.lang + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc ChangeLog README TODO +%{_datadir}/xml/iso-codes + +%files lang -f %{name}.lang + +%files devel +%defattr(-,root,root,-) +%{_datadir}/pkgconfig/iso-codes.pc + +%changelog diff --git a/iso-codes-3.24.tar.bz2 b/iso-codes-3.24.tar.bz2 deleted file mode 100644 index 879e1a9..0000000 --- a/iso-codes-3.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de386c7be6843ea9dd42f84ef2068054ef5cfed6d3644658e74d95dbe3a9f5ad -size 6211676 diff --git a/iso-codes.changes b/iso-codes.changes index 95feaa3..655b669 100644 --- a/iso-codes.changes +++ b/iso-codes.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 29 18:11:16 UTC 2011 - dimstar@opensuse.org + +- Update to version 3.25: + + ISO 3166-2: + - Correct spelling for Sao Paulo +- Changes from version 3.24.2: + + Updated translations for ISO 3166, ISO 639, ISO 15924 and + ISO 3166-2. +- Changes from version 3.24.1: + + Updated translations for ISO 15924, ISO 3166, ISO 3166-2, + ISO 639-3 and ISO 639. +- Use source services: download_url and set_version. + ------------------------------------------------------------------- Tue Jan 25 20:08:06 UTC 2011 - dimstar@opensuse.org diff --git a/iso-codes.spec b/iso-codes.spec index ff986fe..15e8665 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -19,7 +19,7 @@ Name: iso-codes Version: 3.24 -Release: 2 +Release: 3 License: LGPLv2.1+ Summary: ISO Code Lists and Translations Url: http://alioth.debian.org/projects/pkg-isocodes/