From: TizenOpenSource Date: Thu, 21 Dec 2023 07:08:20 +0000 (+0900) Subject: Bump to 4.15.0 X-Git-Tag: accepted/tizen/unified/20231227.063244^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fupstream%2Fiso-codes.git Bump to 4.15.0 Signed-off-by: TizenOpenSource --- 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..f86390e --- /dev/null +++ b/packaging/iso-codes.spec @@ -0,0 +1,53 @@ +Name: iso-codes +Version: 4.15.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} %{?_smp_mflags} + +%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 +