|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: iso-codes
|
|
|
|
|
Summary: ISO code lists and translations
|
|
|
|
|
Version: 4.16.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
Version: 4.6.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://salsa.debian.org/iso-codes-team/iso-codes
|
|
|
|
|
Source0: https://salsa.debian.org/iso-codes-team/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
|
|
|
|
Source0: https://salsa.debian.org/iso-codes-team/%{name}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: python3
|
|
|
|
@ -28,11 +28,7 @@ This package contains the pkg-config files for development
|
|
|
|
|
when building programs that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-v%{version}
|
|
|
|
|
|
|
|
|
|
# The '&' character is not getting parsed using xmllint
|
|
|
|
|
# Change it to "and" word
|
|
|
|
|
sed -i 's/ & / and /g' data/iso_3166-2.json
|
|
|
|
|
%autosetup -n %{name}-%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
@ -44,7 +40,7 @@ sed -i 's/ & / and /g' data/iso_3166-2.json
|
|
|
|
|
%find_lang %{name} --all-name
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
%doc ChangeLog.md README.md
|
|
|
|
|
%license COPYING
|
|
|
|
|
%dir %{_datadir}/xml/iso-codes
|
|
|
|
|
%{_datadir}/xml/iso-codes/*.xml
|
|
|
|
@ -54,67 +50,12 @@ sed -i 's/ & / and /g' data/iso_3166-2.json
|
|
|
|
|
%{_datadir}/pkgconfig/iso-codes.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.16.0-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.16.0-5
|
|
|
|
|
- Resolves: RHEL-46910 - Fix xmllint error for iso_3166-2.xml file
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.16.0-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.16.0-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2024 Parag Nemade <pnemade AT redhat DOT com> - 4.16.0-1
|
|
|
|
|
- Update to 4.16.0 version (#2258341)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.15.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.15.0-1
|
|
|
|
|
- Update to 4.15.0 version (#2190318)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 28 2023 Parag Nemade <pnemade AT redhat DOT com> - 4.13.0-1
|
|
|
|
|
- Update to 4.13.0 version (#2173897)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 02 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.12.0-2
|
|
|
|
|
- Update license tag to SPDX format
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.12.0-1
|
|
|
|
|
- Update to 4.12.0 version (#2140456)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.11.0-1
|
|
|
|
|
- Update to 4.11.0 version (#2110786)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 02 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.10.0-1
|
|
|
|
|
- Update to 4.10.0 version (#2092413)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.9.0-1
|
|
|
|
|
- Update to 4.9.0 version (#2036757)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.8.0-1
|
|
|
|
|
- Update to 4.8.0 version (#2019880)
|
|
|
|
|
- Adjust upstream tarball Source URL
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.6.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.6.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.6.0-1
|
|
|
|
|
- Update to 4.6.0 version (#1936377)
|
|
|
|
|