From: DongHun Kwak Date: Thu, 16 Dec 2021 21:55:36 +0000 (+0900) Subject: Bump to iso-code 4.8.0 X-Git-Tag: submit/tizen/20211217.044921^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F268185%2F3;p=platform%2Fupstream%2Fiso-codes.git Bump to iso-code 4.8.0 Change-Id: I0a4f9cfb14964c5c1c60b149497250fc3bbe90b7 --- diff --git a/packaging/iso-codes.manifest b/packaging/iso-codes.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/iso-codes.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/iso-codes.spec b/packaging/iso-codes.spec new file mode 100644 index 0000000..a13624f --- /dev/null +++ b/packaging/iso-codes.spec @@ -0,0 +1,53 @@ +Name: iso-codes +Version: 4.8.0 +Release: 1 +License: LGPL-2.1+ +Summary: ISO code lists and translations +Url: https://salsa.debian.org/iso-codes-team/iso-codes +Group: System/Base +Source0: iso-codes-%{version}.tar.gz +Source1001: iso-codes.manifest +BuildRequires: gettext-tools +BuildRequires: pkgconfig(python3) +BuildArch: noarch + +%description +This package provides the ISO 639 Language code list, the ISO 4217 +Currency code list, the ISO 3166 Territory code list, and ISO 3166-2 +sub-territory lists, and all their translations in gettext format. + +%package devel +Summary: Files for development using %{name} +Group: Development/Libraries +Requires: %{name} = %{version} + +%description devel +This package contains the pkg-config files for development +when building programs that use %{name}. + +%prep +%setup -q +cp %{SOURCE1001} . + +%build + +%configure +%make_build + +%install +%make_install + +%find_lang iso-codes --all-name + +%files -f iso-codes.lang +%license COPYING +%manifest %{name}.manifest +%dir %{_datadir}/xml/%{name} +%{_datadir}/xml/%{name}/*.xml +%{_datadir}/%{name}/json/*.json + +%files devel +%license COPYING +%manifest %{name}.manifest +%{_datadir}/pkgconfig/iso-codes.pc +