|
@@ -2,8 +2,8 @@ Summary: Internet whois/nicname client.
|
|
Summary(ja): whois クライアント
|
|
Summary(ja): whois クライアント
|
|
Name: jwhois
|
|
Name: jwhois
|
|
Version: 4.0
|
|
Version: 4.0
|
|
-Release: 8%{?_dist_release}
|
|
+Release: 9%{?_dist_release}
|
|
-Group: Applications/Internet
|
|
+Group: internet
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -20,7 +20,6 @@ Patch0: jwhois-4.0-connect.patch
|
|
Patch1: jwhois-4.0-ipv6match.patch
|
|
Patch1: jwhois-4.0-ipv6match.patch
|
|
Patch2: jwhois-4.0-fclose.patch
|
|
Patch2: jwhois-4.0-fclose.patch
|
|
Patch3: jwhois-4.0-select.patch
|
|
Patch3: jwhois-4.0-select.patch
|
|
-# Patch4: jwhois-4.0-conf-update.patch
|
|
|
|
Patch5: jwhois-4.0-multi-homed.patch
|
|
Patch5: jwhois-4.0-multi-homed.patch
|
|
Patch6: jwhois-4.0-libidn2.patch
|
|
Patch6: jwhois-4.0-libidn2.patch
|
|
Patch7: jwhois-4.0-idna.patch
|
|
Patch7: jwhois-4.0-idna.patch
|
|
@@ -31,15 +30,16 @@ Patch9: jwhois-4.0-ipv4_ipv6.patch
|
|
Patch1000: jwhois-4.0-conf-update-newgTLD.patch
|
|
Patch1000: jwhois-4.0-conf-update-newgTLD.patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: libidn-devel
|
|
+BuildRequires: libidn2-devel
|
|
Obsoletes: fwhois, whois
|
|
Obsoletes: fwhois, whois
|
|
-Requires(post): /sbin/install-info
|
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
A whois client that accepts both traditional and finger-style queries.
|
|
A whois client that accepts both traditional and finger-style queries.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%{__cp} %{SOURCE10} example/
|
|
%{__cp} %{SOURCE10} example/
|
|
@@ -48,7 +48,6 @@ A whois client that accepts both traditional and finger-style queries.
|
|
%patch1 -p1 -b .ipv6match
|
|
%patch1 -p1 -b .ipv6match
|
|
%patch2 -p1 -b .fclose
|
|
%patch2 -p1 -b .fclose
|
|
%patch3 -p1 -b .select
|
|
%patch3 -p1 -b .select
|
|
-# %patch4 -p1 -b .conf-update
|
|
|
|
%patch5 -p1 -b .multi-homed
|
|
%patch5 -p1 -b .multi-homed
|
|
%patch6 -p1 -b .libidn2
|
|
%patch6 -p1 -b .libidn2
|
|
%patch7 -p1 -b .idna
|
|
%patch7 -p1 -b .idna
|
|
@@ -95,20 +94,14 @@ echo .so man1/jwhois.1 > $RPM_BUILD_ROOT/%{_mandir}/man1/whois.1
|
|
%config(noreplace) %{_sysconfdir}/jwhois.conf
|
|
%config(noreplace) %{_sysconfdir}/jwhois.conf
|
|
|
|
|
|
|
|
|
|
-%post
|
|
|
|
-/sbin/install-info %{_infodir}/jwhois.info.gz %{_infodir}/dir
|
|
|
|
-
|
|
|
|
-%preun
|
|
|
|
-if [ $1 = 0 ]; then
|
|
|
|
- /sbin/install-info --delete %{_infodir}/jwhois.info.gz %{_infodir}/dir
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%clean
|
|
%clean
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-9
|
|
|
|
+- dropped install-info scriptlets.
|
|
|
|
+
|
|
* Fri Apr 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-8
|
|
* Fri Apr 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-8
|
|
- updated Source10.
|
|
- updated Source10.
|
|
- renumbered Patch9 to Patch1000.
|
|
- renumbered Patch9 to Patch1000.
|