Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c2c298edca
!14 upgrade package from 5.4 to 5.5
From: @teng-lei0416 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2024-03-01 02:30:16 +00:00
tenglei
6b0306631a updates package to 5.5 2024-02-29 17:52:44 +08:00
openeuler-ci-bot
ad5c9359b1
!13 Upgrade to 5.4
From: @starlet-dx 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-10-08 08:47:49 +00:00
starlet-dx
253474aeaa Upgrade to 5.4 2023-10-08 11:48:43 +08:00
openeuler-ci-bot
5439dc2bf5
!12 fix build error due to glibc upgrade latest provides strlcpy
From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-07-29 10:35:21 +00:00
cherry530
631cabd9c2 fix build error due to glibc upgrade
Signed-off-by: cherry530 <707078654@qq.com>
2023-07-29 18:27:09 +08:00
openeuler-ci-bot
be95e00f26
!11 [sync] PR-7: add debug package to add strip
From: @openeuler-sync-bot 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-03-02 06:53:22 +00:00
caodongxia
72d971628d add debug package to add strip
(cherry picked from commit b7b9cb3a0273530b1289c62fa3d5888e78d609c4)
2023-03-02 11:09:08 +08:00
openeuler-ci-bot
7ed31b00e0 !5 申请撤销疑似抄袭代码提交
From: @charlize
Reviewed-by: 
Signed-off-by:
2021-12-06 12:51:10 +00:00
Li Chao
b700924ab7 revert the plagiarized files & update to 5.0 2021-09-15 12:36:58 +08:00
4 changed files with 32 additions and 20 deletions

Binary file not shown.

BIN
entr-5.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,8 @@
Name: entr
Version: 4.5
Version: 5.5
Release: 1
Summary: Run arbitrary commands when files change
License: ISC
URL: http://eradman.com/%{name}project/
Source0: http://eradman.com/%{name}project/code/%{name}-%{version}.tar.gz
@ -10,38 +11,45 @@ BuildRequires: gcc
BuildRequires: make
%description
entr is a file watcher runs specified commands when target files change
A file watcher, which can run specified commands
when target files change.
%global debug_package %{nil}
%prep
%setup -q
%autosetup -n %{name}-%{version} -p1
ln -s Makefile{.linux,}
%build
./configure
make
export CFLAGS="${RPM_OPT_FLAGS}"
export LDFLAGS="%{?__global_ldflags}"
%make_build
%install
export PREFIX=%{_prefix}
%make_install
mkdir -p %{buildroot}/%{_docdir}/%{name}
cp LICENSE %{buildroot}/%{_docdir}/%{name}/
cp README.md %{buildroot}/%{_docdir}/%{name}/
cp NEWS %{buildroot}/%{_docdir}/%{name}
%check
make test
%files
/usr/local/bin/entr
/usr/local/share/man/man1/entr.1
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/LICENSE
%{_docdir}/%{name}/NEWS
%{_docdir}/%{name}/README.md
%license LICENSE
%doc NEWS README.md
%{_bindir}/entr
%{_mandir}/man1/entr.1*
%changelog
* Fri May 21 2021 yaozc7 <yaozc7@foxmail.com>
- add source package and spec file
* Thu Feb 29 2024 tenglei <tenglei@kylinos.cn> - 5.5-1
- Upgrade to 5.5
* Sun Oct 08 2023 yaoxin <yao_xin001@hoperun.com> - 5.4-1
- Upgrade to 5.4
* Sat Jul 29 2023 xu_ping <707078654@qq.com> -5.0-3
- fix build error due to glibc upgrade
* 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
- first publish of version 5.0

4
entr.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: NA
tag_prefix: NA
seperator: NA