From d28635b3d12e0e742b59cf33b78a0f7bd574fdf2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:22:25 +0100 Subject: [PATCH] rebuilt [release 4.0-3mamba;Fri Oct 07 2022] --- jwhois.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/jwhois.spec b/jwhois.spec index 909f0ba..db2ef8d 100644 --- a/jwhois.spec +++ b/jwhois.spec @@ -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 -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 4.0-3mamba +- rebuilt + * Fri Sep 06 2013 Automatic Build System 4.0-2mamba - periodic rebuild (manual edit: fix info page installation)