Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8a7e15c7be
!25 SPEC中source的ftp地址无法下载,增加http地址
From: @LLamport 
Reviewed-by: @volcanodragon 
Signed-off-by: @volcanodragon
2022-11-16 09:18:23 +00:00
yangkunlin
1a1fcd7328 add SOURCE in tree.spec 2022-11-16 16:56:29 +08:00
openeuler-ci-bot
ee94bc0008
!23 [sync] PR-22: upgrade the version to 2.0.4-1
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-31 03:06:45 +00:00
yangkunlin
d4f6c6ef32 upgrade the version to 2.0.4-1
Signed-off-by: Leslie Lamport <yangkunlin7@huawei.com>
(cherry picked from commit d353a8906c1f025d499faa833ecd7d44a2e5ad2d)
2022-10-31 08:52:25 +08:00
openeuler-ci-bot
e3a2774edf
!19 [sync] PR-15: FIX tree option not displayed
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-07-25 03:38:54 +00:00
xueyamao
dd9950e912 add --du and --prune description in usage()
In usage(),"--du" and "--prune" options are supported, but the description of them is not given.

Signed-off-by: xueyamao <xueyamao@kylinos.cn>
(cherry picked from commit bffdefafb79edb984742902c46b0dc17b28be113)
2022-07-25 09:59:54 +08:00
openeuler-ci-bot
0370dad2bd !7 tree delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 07:27:35 +00:00
chenyanpanHW
512d3d04e9
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 23:38:42 +08:00
openeuler-ci-bot
c721c1fc1f !5 upgrade to 1.8.0
Merge pull request !5 from zhangyouming/upgrade
2020-07-16 15:41:16 +08:00
wangjun196@huawei.com
899509aea2 upgrade 2020-07-16 15:07:13 +08:00
3 changed files with 21 additions and 5 deletions

Binary file not shown.

BIN
tree-2.0.4.tgz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: tree
Version: 1.7.0
Release: 18
Version: 2.0.4
Release: 2
Summary: Tree file viewer tool
License: GPLv2+
URL: http://mama.indstate.edu/users/ice/tree/
Source0: ftp://mama.indstate.edu/linux/tree/%{name}-%{version}.tgz
Source0: http://mama.indstate.edu/users/ice/tree/src/%{name}-%{version}.tgz
Source1: ftp://mama.indstate.edu/linux/tree/%{name}-%{version}.tgz
BuildRequires: gcc git
BuildRequires: gcc
%description
Tree is a recursive directory listing command that produces a depth indented
@ -23,7 +24,7 @@ Requires: man
This contains man files for the using of tree.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
#fix non-ASCII characters abnormal display
sed -e 's/LINUX/__linux__/' -i tree.c
@ -44,6 +45,21 @@ 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