Remove timestamp to make the man pages non-conflicting
Resolves: #1915251
This commit is contained in:
parent
b3f9d44066
commit
e7c7d9b339
@ -1,6 +1,6 @@
|
||||
Name: Judy
|
||||
Version: 1.0.5
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: General purpose dynamic array
|
||||
License: LGPLv2+
|
||||
URL: http://sourceforge.net/projects/judy/
|
||||
@ -73,6 +73,9 @@ rm -f doc/Makefile* doc/ext/README_deliver
|
||||
[ -s doc/ext/COPYRIGHT ] || rm -f doc/ext/COPYRIGHT
|
||||
[ -s doc/ext/LICENSE ] || rm -f doc/ext/LICENSE
|
||||
|
||||
# multi-lib trick - remove the timestamp from the man page comment
|
||||
sed -i -e 's|\(Auto-translated to nroff.*\.\./tool/jhton at\).*$|\1 <timestamp removed>|' %{buildroot}%{_mandir}/man3/J*.3*
|
||||
|
||||
%check
|
||||
cd test
|
||||
./Checkit
|
||||
@ -91,6 +94,10 @@ cd -
|
||||
%{_mandir}/man3/J*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Honza Horak <hhorak@redhat.com> - 1.0.5-28
|
||||
- Remove timestamp to make the man pages non-conflicting
|
||||
Resolves: #1915251
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.5-27
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
Loading…
Reference in New Issue
Block a user