Compare commits
10 Commits
f9468a4469
...
8a7e15c7be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a7e15c7be | ||
|
|
1a1fcd7328 | ||
|
|
ee94bc0008 | ||
|
|
d4f6c6ef32 | ||
|
|
e3a2774edf | ||
|
|
dd9950e912 | ||
|
|
0370dad2bd | ||
|
|
512d3d04e9 | ||
|
|
c721c1fc1f | ||
|
|
899509aea2 |
BIN
tree-1.7.0.tgz
BIN
tree-1.7.0.tgz
Binary file not shown.
BIN
tree-2.0.4.tgz
Normal file
BIN
tree-2.0.4.tgz
Normal file
Binary file not shown.
26
tree.spec
26
tree.spec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user