update to the latest upstream release - 2.0.1

This commit is contained in:
Kamil Dudka 2022-01-17 14:21:12 +01:00
parent 4d89cb915d
commit 2a1bb27c47
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (tree-2.0.0.tgz) = cfb069707b3434ccffbe0e08aaddddc52b33256c4d580ab6f6685518d9b16d288c33c7eec58c152d44fbc9e3f5b6e5759f2a0af8e411c44993d1d0a2a91b9dd2
SHA512 (tree-2.0.1.tgz) = 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c

View File

@ -1,6 +1,6 @@
Summary: File system tree viewer
Name: tree-pkg
Version: 2.0.0
Version: 2.0.1
Release: 1%{?dist}
# The entire source code is GPLv2+ except strverscmp.c which is LGPLv2+
@ -52,11 +52,9 @@ sed -e 's/LINUX/__linux__/' -i tree.c
%make_build CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)" LDFLAGS="$LDFLAGS"
%install
%make_install BINDIR=$RPM_BUILD_ROOT%{_bindir} \
%make_install DESTDIR=$RPM_BUILD_ROOT%{_bindir} \
MANDIR=$RPM_BUILD_ROOT%{_mandir}
chmod -x $RPM_BUILD_ROOT%{_mandir}/man1/tree.1
%files -n tree
%{_bindir}/tree
%{_mandir}/man1/tree.1*
@ -64,6 +62,9 @@ chmod -x $RPM_BUILD_ROOT%{_mandir}/man1/tree.1
%doc README
%changelog
* Mon Jan 17 2022 Kamil Dudka <kdudka@redhat.com> - 2.0.1-1
- update to the latest upstream release
* Wed Dec 22 2021 Kamil Dudka <kdudka@redhat.com> - 2.0.0-1
- update to the latest upstream release