import libtimezonemap-0.4.5.1-11.el9_0.1

This commit is contained in:
CentOS Sources 2022-06-28 08:29:43 -04:00 committed by Stepan Oksanichenko
parent acf199ee6a
commit b5f3478552
2 changed files with 4262 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,15 @@
Name: libtimezonemap
Version: 0.4.5.1
Release: 11%{?dist}
Release: 11%{?dist}.1
Summary: Time zone map widget for Gtk+
License: GPLv3
URL: https://launchpad.net/timezonemap
Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
# https://bugzilla.redhat.com/show_bug.cgi?id=2100451
Patch0: 0001-Remove-regions-from-the-map-2100451.patch
BuildRequires: glib2-devel >= 2.26
BuildRequires: gtk3-devel >= 3.1.4
BuildRequires: json-glib-devel
@ -33,7 +36,7 @@ libtimezonemap is a time zone map widget for Gtk+. This package contains header
files used for building applications that use %{name}.
%prep
%autosetup -n timezonemap-%{version}
%autosetup -n timezonemap-%{version} -p1
%build
./autogen.sh
@ -61,6 +64,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_datadir}/glade/catalogs/TimezoneMap.xml
%changelog
* Thu Jun 23 2022 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-11.1
- Remove regions from the map
Resolves: rhbz#2100451
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.5.1-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688