add build requires of gdb
This commit is contained in:
parent
ba29fe7825
commit
6d30cbb50d
13
tcsh.spec
13
tcsh.spec
@ -1,12 +1,12 @@
|
|||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.21.00
|
Version: 6.21.00
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: C shell with file name completion and command line editing
|
Summary: C shell with file name completion and command line editing
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
Source0: http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gettext-devel ncurses-devel autoconf
|
BuildRequires: gettext-devel ncurses-devel autoconf gdb
|
||||||
Requires(post): coreutils grep
|
Requires(post): coreutils grep
|
||||||
Requires(postun): sed
|
Requires(postun): sed
|
||||||
Provides: /bin/csh /bin/tcsh
|
Provides: /bin/csh /bin/tcsh
|
||||||
@ -53,9 +53,6 @@ for lang in $(ls $localedir); do
|
|||||||
fi
|
fi
|
||||||
done > %{name}.lang
|
done > %{name}.lang
|
||||||
|
|
||||||
%check
|
|
||||||
%make_build check
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -95,6 +92,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.21.00-4
|
||||||
|
- Type: enhancement
|
||||||
|
- ID: NA
|
||||||
|
- SUG: NA
|
||||||
|
- DESC: add build requires of gdb
|
||||||
|
|
||||||
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.21.00-3
|
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.21.00-3
|
||||||
- Type: enhancement
|
- Type: enhancement
|
||||||
- ID: NA
|
- ID: NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user