diff --git a/sources b/sources index 84d3d45..d26d6b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tree-2.0.0.tgz) = cfb069707b3434ccffbe0e08aaddddc52b33256c4d580ab6f6685518d9b16d288c33c7eec58c152d44fbc9e3f5b6e5759f2a0af8e411c44993d1d0a2a91b9dd2 +SHA512 (tree-2.0.1.tgz) = 11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c diff --git a/tree-pkg.spec b/tree-pkg.spec index bb4b87f..83b1b35 100644 --- a/tree-pkg.spec +++ b/tree-pkg.spec @@ -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 - 2.0.1-1 +- update to the latest upstream release + * Wed Dec 22 2021 Kamil Dudka - 2.0.0-1 - update to the latest upstream release