Compare commits

..

No commits in common. "8a7e15c7be323e28e5d3f1f7a53a7c9c6a0a7fe5" and "f9468a4469fb5e4f43ed98cf9e07072aaa09952c" have entirely different histories.

3 changed files with 5 additions and 21 deletions

BIN
tree-1.7.0.tgz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,13 @@
Name: tree
Version: 2.0.4
Release: 2
Version: 1.7.0
Release: 18
Summary: Tree file viewer tool
License: GPLv2+
URL: http://mama.indstate.edu/users/ice/tree/
Source0: http://mama.indstate.edu/users/ice/tree/src/%{name}-%{version}.tgz
Source1: ftp://mama.indstate.edu/linux/tree/%{name}-%{version}.tgz
Source0: ftp://mama.indstate.edu/linux/tree/%{name}-%{version}.tgz
BuildRequires: gcc
BuildRequires: gcc git
%description
Tree is a recursive directory listing command that produces a depth indented
@ -24,7 +23,7 @@ Requires: man
This contains man files for the using of tree.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1 -S git
#fix non-ASCII characters abnormal display
sed -e 's/LINUX/__linux__/' -i tree.c
@ -45,21 +44,6 @@ install -D -m 644 doc/tree.1 $RPM_BUILD_ROOT%{_mandir}/man1/tree.1
%{_mandir}/man1/*
%changelog
* Wed Nov 16 2022 Kunlin Yang <yangkunlin7@huawei.com> - 2.0.4-2
- add SOURCE http url
* Fri Oct 28 2022 Kunlin Yang <yangkunlin7@huawei.com> - 2.0.4-1
- upgrade package from 1.8.0 to 2.0.4
* Tue Jul 12 2022 xueyamao <xueyamao@kylinos.cn> - 1.8.0-3
- DESC: Document --du and --prune options in help output
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.8.0-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Jul 16 2020 zhangyouming <zhangyouming4@huawei.com> - 1.8.0-1
upgrade package from 1.7.0 to 1.8.0
* Wed Jan 8 2020 openEuler BuildTeam <buildteam@openeuler.org> - 1.7.0-18
- Type:enhancement
- ID:NA