Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Petr Písař
5c317388f0 5.5.3 bump 2019-11-18 14:17:16 +01:00
Jitka Plesnikova
53d2cefd62 5.5.2 bump 2019-10-03 13:55:01 +02:00
Petr Písař
3c8b70735d 5.5.1 bump 2019-08-19 18:13:28 +02:00
Petr Písař
11f0f92cbc 5.5.0 bump 2019-07-23 15:44:05 +02:00
Petr Písař
91442cf597 5.4.3 bump 2019-06-13 08:24:08 +02:00
Petr Písař
07c2deeb88 Modernize spec file
RPM does not verify %ghost files anymore, %noverify() becomes
redundand and this patch removes it.

Do not hard-code compression of manual pages. Though we need to keep
it for files that are subject of alternatives.
2019-06-13 08:23:21 +02:00
Petr Písař
045ddcc818 5.4.2 bump 2019-03-28 15:15:26 +01:00
Petr Písař
1000633d7e 5.4.1 bump 2019-01-28 10:18:13 +01:00
3 changed files with 39 additions and 8 deletions

7
.gitignore vendored
View file

@ -44,3 +44,10 @@
/whois_5.3.1.tar.xz
/whois_5.3.2.tar.xz
/whois_5.4.0.tar.xz
/whois_5.4.1.tar.xz
/whois_5.4.2.tar.xz
/whois_5.4.3.tar.xz
/whois_5.5.0.tar.xz
/whois_5.5.1.tar.xz
/whois_5.5.2.tar.xz
/whois_5.5.3.tar.xz

View file

@ -1 +1 @@
SHA512 (whois_5.4.0.tar.xz) = d6b8f097eaaab216d862503c96aff32777caec3597b357fb2589b86e98c6ff52f35b18ea5f33d1ece23250c61f849daf9943a2895fe563b05fcbd26718b3b80e
SHA512 (whois_5.5.3.tar.xz) = cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

View file

@ -6,7 +6,7 @@
%{bcond_without whois_enables_libidn2}
Name: whois
Version: 5.4.0
Version: 5.5.3
Release: 1%{?dist}
Summary: Improved WHOIS client
License: GPLv2+
@ -74,12 +74,12 @@ BuildArch: noarch
whois tools messages translated into different natural languages.
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}
%build
make CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
HAVE_ICONV=1 \
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags}
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%{__global_ldflags}"
%install
%if %{with whois_enables_mkpasswd}
@ -114,10 +114,10 @@ fi
%doc README debian/changelog
%config(noreplace) %{_sysconfdir}/%{cfgfile}
%{_bindir}/%{name}.%{alternative}
%ghost %verify(not md5 size mtime) %{_bindir}/%{name}
%ghost %{_bindir}/%{name}
%{_mandir}/man1/%{name}.%{alternative}.*
%ghost %verify(not md5 size mtime) %{_mandir}/man1/%{name}.1.gz
%{_mandir}/man5/%{cfgfile}.5.gz
%ghost %{_mandir}/man1/%{name}.1.gz
%{_mandir}/man5/%{cfgfile}.5.*
%files nls -f %{name}.lang
@ -130,6 +130,30 @@ fi
%endif
%changelog
* Mon Nov 18 2019 Petr Pisar <ppisar@redhat.com> - 5.5.3-1
- 5.5.3 bump
* Thu Oct 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5.5.2-1
- 5.5.2 bump
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 5.5.1-1
- 5.5.1 bump
* Tue Jul 23 2019 Petr Pisar <ppisar@redhat.com> - 5.5.0-1
- 5.5.0 bump
* Thu Jun 13 2019 Petr Pisar <ppisar@redhat.com> - 5.4.3-1
- 5.4.3 bump
* Wed Apr 24 2019 Petr Pisar <ppisar@redhat.com> - 5.4.2-2
- Modernize spec file
* Thu Mar 28 2019 Petr Pisar <ppisar@redhat.com> - 5.4.2-1
- 5.4.2 bump
* Mon Jan 28 2019 Petr Pisar <ppisar@redhat.com> - 5.4.1-1
- 5.4.1 bump
* Wed Nov 14 2018 Petr Pisar <ppisar@redhat.com> - 5.4.0-1
- 5.4.0 bump