add debug package to add strip
(cherry picked from commit b7b9cb3a0273530b1289c62fa3d5888e78d609c4)
This commit is contained in:
parent
95df127e6a
commit
59292e56c6
@ -1,6 +1,6 @@
|
|||||||
Name: entr
|
Name: entr
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Run arbitrary commands when files change
|
Summary: Run arbitrary commands when files change
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -14,12 +14,12 @@ BuildRequires: make
|
|||||||
A file watcher, which can run specified commands
|
A file watcher, which can run specified commands
|
||||||
when target files change.
|
when target files change.
|
||||||
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -44,6 +44,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 24 2022 caodongxia <caodongxia@h-partners.com> -5.0-2
|
||||||
|
- Add debug package to add strip
|
||||||
|
|
||||||
* Sun Aug 29 2021 Leo <clouds@isrc.iscas.ac.cn> - 5.0-1
|
* Sun Aug 29 2021 Leo <clouds@isrc.iscas.ac.cn> - 5.0-1
|
||||||
- first publish of version 5.0
|
- first publish of version 5.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user