automatic version update by autodist [release 5.5.16-1mamba;Tue Mar 07 2023]
This commit is contained in:
parent
ff6f8355ce
commit
cd2e24a34a
13
whois.spec
13
whois.spec
@ -1,5 +1,5 @@
|
|||||||
Name: whois
|
Name: whois
|
||||||
Version: 5.5.15
|
Version: 5.5.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Queries whois directory service for information pertaining to a domain name
|
Summary: Queries whois directory service for information pertaining to a domain name
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -20,7 +20,7 @@ Whois is a client-side application which queries the whois directory service for
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n whois
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
@ -31,6 +31,7 @@ Whois is a client-side application which queries the whois directory service for
|
|||||||
|
|
||||||
rm -f %{buildroot}%{_bindir}/mkpasswd
|
rm -f %{buildroot}%{_bindir}/mkpasswd
|
||||||
rm -f %{buildroot}%{_mandir}/man1/mkpasswd.1*
|
rm -f %{buildroot}%{_mandir}/man1/mkpasswd.1*
|
||||||
|
rm -f %{buildroot}%{_datadir}/bash-completion/completions/mkpasswd
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -40,12 +41,16 @@ rm -f %{buildroot}%{_mandir}/man1/mkpasswd.1*
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/whois
|
%{_bindir}/whois
|
||||||
%{_mandir}/man1/whois.1.gz
|
%{_datadir}/bash-completion/completions/whois
|
||||||
%{_mandir}/man5/whois.conf.5.gz
|
%{_mandir}/man1/whois.1*
|
||||||
|
%{_mandir}/man5/whois.conf.5*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
#% doc README
|
#% doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 5.5.16-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 29 2022 Automatic Build System <autodist@mambasoft.it> 5.5.15-1mamba
|
* Thu Dec 29 2022 Automatic Build System <autodist@mambasoft.it> 5.5.15-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user