summaryrefslogtreecommitdiffstats
path: root/isoquery.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2020-08-03 00:30:26 -0400
committerYaakov Selkowitz <yselkowi@redhat.com>2020-08-03 00:30:26 -0400
commit06aeb5b4f0cbb1b5a98d5adc54fc03cca5fb0f64 (patch)
tree21482e275b5293ed332b3072184fc2c689202fb1 /isoquery.spec
downloadisoquery-06aeb5b4f0cbb1b5a98d5adc54fc03cca5fb0f64.tar.gz
isoquery-06aeb5b4f0cbb1b5a98d5adc54fc03cca5fb0f64.tar.xz
isoquery-06aeb5b4f0cbb1b5a98d5adc54fc03cca5fb0f64.zip
isoquery 3.2.3
Diffstat (limited to 'isoquery.spec')
-rw-r--r--isoquery.spec50
1 files changed, 50 insertions, 0 deletions
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 <yselkowi@redhat.com>
+-