From 06aeb5b4f0cbb1b5a98d5adc54fc03cca5fb0f64 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 3 Aug 2020 00:30:26 -0400 Subject: isoquery 3.2.3 --- .gitignore | 1 + isoquery.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 52 insertions(+) create mode 100644 .gitignore create mode 100644 isoquery.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2f0c71 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/isoquery-*.tar.gz diff --git a/isoquery.spec b/isoquery.spec new file mode 100644 index 0000000..68d7c30 --- /dev/null +++ b/isoquery.spec @@ -0,0 +1,50 @@ +Name: isoquery +Version: 3.2.3 +Release: 1%{?dist} +Summary: Search and display ISO codes + +License: GPLv3+ +URL: https://github.com/toddy15/isoquery +Source0: https://github.com/toddy15/isoquery/archive/v%{version}/%{name}-v%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: glib2-devel +BuildRequires: json-glib-devel +BuildRequires: gettext-devel +BuildRequires: po4a +BuildRequires: python3-docutils +Requires: iso-codes + +%description +Isoquery can be used to generate a tabular output of the ISO standard codes +provided by the package iso-codes. It parses the JSON files and shows all +included ISO codes or just matching entries, if specified on the command line. +Moreover, it's possible to get all available translations for the ISO standard. + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + +%find_lang %{name} --with-man + + +%files -f %{name}.lang +%license COPYING +%doc AUTHORS ChangeLog README.md +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + + + +%changelog +* Mon Aug 3 2020 Yaakov Selkowitz +- diff --git a/sources b/sources new file mode 100644 index 0000000..488b284 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (isoquery-v3.2.3.tar.gz) = 4677c62086da9303494f73d5da9f788860217b1fed6bd1fa8c4d22ed4547bbe32b125ef0073f67feec76c8b04693755af8c061ed8ed6f45ea6b863adb094d4e3 -- cgit