import libidn2-2.2.0-1.el8

This commit is contained in:
CentOS Sources 2019-11-05 16:28:49 -05:00 committed by Andrew Lukoshko
parent f32af5f6d6
commit ba371fb04a
5 changed files with 8 additions and 17 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libidn2-2.0.5.tar.gz
SOURCES/libidn2-2.2.0.tar.gz

View File

@ -1 +1 @@
91a5122511f87aaaa3f1b700f23c487aaf0dbd9e SOURCES/libidn2-2.0.5.tar.gz
384e54e90f5d6ae54fb1e326bcb446045b4d3891 SOURCES/libidn2-2.2.0.tar.gz

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Summary: Library to support IDNA2008 internationalized domain names
Name: libidn2
Version: 2.0.5
Version: 2.2.0
Release: 1%{?dist}
License: (GPLv2+ or LGPLv3+) and GPLv3+
URL: https://www.gnu.org/software/libidn/#libidn2
@ -12,9 +12,6 @@ Patch0: libidn2-2.0.0-rpath.patch
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: libunistring-devel
Requires(post): /sbin/install-info, /sbin/ldconfig
Requires(preun): /sbin/install-info
Requires(postun): /sbin/ldconfig
Provides: bundled(gnulib)
%description
@ -67,17 +64,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
%check
make %{?_smp_mflags} -C tests check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n idn2
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
%preun -n idn2
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
fi
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING COPYING.LESSERv3 COPYING.unicode COPYINGv2
@ -98,6 +85,10 @@ fi
%{_infodir}/%{name}.info*
%changelog
* Mon Jun 10 2019 Miroslav Lichvar <mlichvar@redhat.com> 2.2.0-1
- Update to 2.2.0 (#1674201)
- Drop obsolete scriptlets
* Mon May 21 2018 Robert Scheck <robert@fedoraproject.org> 2.0.5-1
- Upgrade to 2.0.5 (#1577864, #1579825)