rebuilt [release 4.0-3mamba;Fri Oct 07 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 00:22:25 +01:00
parent 1b381a5a29
commit d28635b3d1

View File

@ -1,17 +1,21 @@
Name: jwhois
Version: 4.0
Release: 2mamba
Release: 3mamba
Summary: An Internet Whois client that contains an extensible configuration file which defines its operation
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/jwhois/jwhois.html
URL: https://github.com/jonasob/jwhois
Source: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgdbm-devel
BuildRequires: libidn-devel
## AUTOBUILDREQ-END
BuildRequires: gettext-devel
Requires(post): %{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
JWHOIS is an Internet Whois client that contains an extensible configuration file which defines its operation.
@ -19,6 +23,8 @@ The client supports queries to foreign hosts either through the RFC 954 - NICNAM
Upon execution, JWHOIS searches through the its configuration to find the most specific whois server to query.
Depending upon the reply from that whois server, JWHOIS can assume the query was successfull and display the result to the user, or optionally redirect the query to another server to find more specific information.
%debug_package
%prep
%setup -q
@ -44,15 +50,18 @@ exit 0
%files -f %{name}.lang
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/jwhois.conf
%{_bindir}/jwhois
%{_infodir}/jwhois.info.*
%{_sysconfdir}/jwhois.conf
%{_mandir}/man1/jwhois.*
%{_mandir}/sv/man1/jwhois.*
%doc AUTHORS COPYING
#ChangeLog NEWS README TODO
%changelog
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-3mamba
- rebuilt
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 4.0-2mamba
- periodic rebuild (manual edit: fix info page installation)