|
@@ -3,7 +3,7 @@
|
|
|
Summary: Library to support IDNA2008 internationalized domain names
|
|
|
Summary(ja): IDNA2008 国際化ドメイン名をサポートするためのライブラリ
|
|
|
Name: libidn2
|
|
|
-Version: 2.3.2
|
|
|
+Version: 2.3.3
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -16,9 +16,6 @@ Source1: https://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz.sig
|
|
|
Patch0: libidn2-2.0.0-rpath.patch
|
|
|
|
|
|
BuildRequires: libunistring-devel
|
|
|
-Requires(post): /sbin/install-info, /sbin/ldconfig
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
-Requires(postun): /sbin/ldconfig
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
|
%global __provides_exclude_from ^%{_libdir}/pkgconfig/.*$
|
|
@@ -103,15 +100,6 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
|
|
|
make %{?_smp_mflags} -C tests check
|
|
|
|
|
|
|
|
|
-%post
|
|
|
-/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
|
|
|
-
|
|
|
-%preun
|
|
|
-if [ $1 = 0 ]; then
|
|
|
- /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
%files -f libidn2.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
@@ -144,6 +132,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Aug 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.3-1
|
|
|
+- new upstream release.
|
|
|
+- dropped install-info scriptlets.
|
|
|
+
|
|
|
* Tue Jul 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.2-1
|
|
|
- new upstream release.
|
|
|
|