## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: isoquery Version: 3.3.4 Release: %autorelease Summary: Search and display ISO codes License: GPL-3.0-or-later URL: https://codeberg.org/toddy/isoquery Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz BuildRequires: gcc BuildRequires: gettext-devel BuildRequires: make BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: po4a BuildRequires: rubygem-asciidoctor 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 -n %{name} %build %configure %make_build %install %make_install %find_lang %{name} --with-man %files -f %{name}.lang %license COPYING %doc AUTHORS CHANGELOG.md README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog ## START: Generated by rpmautospec * Mon Jan 19 2026 Yaakov Selkowitz - 3.3.4-1 - Uncommitted changes * Sun Apr 30 2023 Yaakov Selkowitz - 3.2.7-1 - isoquery 3.2.7 * Tue Nov 30 2021 Yaakov Selkowitz - 3.2.6-2 - Fix BRs for RHEL7 * Tue Nov 30 2021 Yaakov Selkowitz - 3.2.6-1 - isoquery 3.2.6 * Mon Aug 03 2020 Yaakov Selkowitz - 3.2.3-1 - isoquery 3.2.3 ## END: Generated by rpmautospec