!6 [sync] PR-5: update to 1.8.5

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-07-10 07:51:33 +00:00 committed by Gitee
commit f20680f0a9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
pv-1.8.5.tar.gz Normal file

Binary file not shown.

10
pv.spec
View File

@ -1,5 +1,5 @@
Name: pv
Version: 1.6.20
Version: 1.8.5
Release: 1
Summary: A tool for monitoring the progress of data through a pipeline
License: Artistic 2.0
@ -27,19 +27,23 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%find_lang %{name}
rm -v ${RPM_BUILD_ROOT}%{_docdir}/%{name}/{COPYING,INSTALL}
%check
make test
%files -f %{name}.lang
%license doc/COPYING
%license docs/COPYING
%{_bindir}/%{name}
%files help
%doc README doc/NEWS doc/TODO
%{_docdir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog
* Mon Mar 11 2024 yueyuankun <yueyuankun@kylinos.cn> - 1.8.5-1
- update to 1.8.5
* Mon Jun 27 2022 dillon chen <dillon.chen@gmail.com> - 1.6.20-1
- update to 1.6.20