5.0.24 bump
This commit is contained in:
parent
c57240d1ac
commit
7851d9c4b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/whois_5.0.20.tar.xz
|
||||
/whois_5.0.22.tar.xz
|
||||
/whois_5.0.23.tar.xz
|
||||
/whois_5.0.24.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a3343ba6d52475a1b0d53c45a6c2c169 whois_5.0.23.tar.xz
|
||||
34c45f9beaafa5ae58d7d8b366c7c262 whois_5.0.24.tar.xz
|
||||
|
||||
15
whois.spec
15
whois.spec
@ -1,13 +1,16 @@
|
||||
Name: whois
|
||||
Version: 5.0.23
|
||||
Version: 5.0.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved WHOIS client
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
URL: http://www.linux.it/~md/software/
|
||||
Source0: http://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext, libidn-devel, perl
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
|
||||
@ -27,8 +30,6 @@ addresses and network names.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
# Enable NLS
|
||||
sed -i -e 's:#\(.*pos\):\1:' Makefile
|
||||
|
||||
|
||||
%build
|
||||
@ -71,9 +72,13 @@ fi
|
||||
%ghost %verify(not md5 size mtime) %{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.%{alternative}.*
|
||||
%ghost %verify(not md5 size mtime) %{_mandir}/man1/%{name}.1.gz
|
||||
%{_mandir}/man5/%{cfgfile}.5.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 18 2013 Petr Pisar <ppisar@redhat.com> - 5.0.24-1
|
||||
- 5.0.24 bump
|
||||
|
||||
* Mon Apr 08 2013 Petr Pisar <ppisar@redhat.com> - 5.0.23-1
|
||||
- 5.0.23 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user