!7 [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-03-14 08:18:28 +00:00 committed by Gitee
commit 965ac7f6e5
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 Name: pv
Version: 1.6.20 Version: 1.8.5
Release: 1 Release: 1
Summary: A tool for monitoring the progress of data through a pipeline Summary: A tool for monitoring the progress of data through a pipeline
License: Artistic 2.0 License: Artistic 2.0
@ -27,19 +27,23 @@ make %{?_smp_mflags}
%install %install
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%find_lang %{name} %find_lang %{name}
rm -v ${RPM_BUILD_ROOT}%{_docdir}/%{name}/{COPYING,INSTALL}
%check %check
make test make test
%files -f %{name}.lang %files -f %{name}.lang
%license doc/COPYING %license docs/COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%files help %files help
%doc README doc/NEWS doc/TODO %{_docdir}/%{name}
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man1/%{name}.1.gz
%changelog %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 * Mon Jun 27 2022 dillon chen <dillon.chen@gmail.com> - 1.6.20-1
- update to 1.6.20 - update to 1.6.20