Bump to iso-code 4.8.0 85/268185/3 sandbox/dh0128.kwak/iso-codes-4.8.0-20211216 accepted/tizen/unified/20211220.133604 submit/tizen/20211217.044921
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 16 Dec 2021 21:55:36 +0000 (06:55 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 17 Dec 2021 02:25:55 +0000 (11:25 +0900)
Change-Id: I0a4f9cfb14964c5c1c60b149497250fc3bbe90b7

packaging/iso-codes.manifest [new file with mode: 0644]
packaging/iso-codes.spec [new file with mode: 0644]

diff --git a/packaging/iso-codes.manifest b/packaging/iso-codes.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/iso-codes.spec b/packaging/iso-codes.spec
new file mode 100644 (file)
index 0000000..a13624f
--- /dev/null
@@ -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
+