diff --git a/pv-1.8.12.tar.gz b/pv-1.8.12.tar.gz deleted file mode 100644 index 574e66f074624761803d0343893433ac9899ffbc..0000000000000000000000000000000000000000 Binary files a/pv-1.8.12.tar.gz and /dev/null differ diff --git a/pv-1.8.14.tar.gz b/pv-1.8.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f1d1fc62a273710fa65fda3360d3a19de5f10661 Binary files /dev/null and b/pv-1.8.14.tar.gz differ diff --git a/pv.spec b/pv.spec index fc2eb3c10f031884a897ac60f9bb5122e675703a..12730c1670c2cf967e740ebc8e19ecc0d65ae1f2 100644 --- a/pv.spec +++ b/pv.spec @@ -1,12 +1,12 @@ Name: pv -Version: 1.8.12 +Version: 1.8.14 Release: 1 Summary: A tool for monitoring the progress of data through a pipeline License: Artistic 2.0 -Source0: http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz -URL: http://www.ivarch.com/programs/pv.shtml +Source0: https://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz +URL: https://www.ivarch.com/programs/pv.shtml -BuildRequires: gcc gettext initscripts +BuildRequires: gcc gettext %description PV ("Pipe Viewer") is a tool for monitoring the progress of data through a @@ -22,25 +22,28 @@ will be until completion. %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install %find_lang %{name} -rm -v ${RPM_BUILD_ROOT}%{_docdir}/%{name}/{COPYING,INSTALL} +rm -vfr ${RPM_BUILD_ROOT}%{_docdir}/%{name} %check -make test +%make_build test %files -f %{name}.lang %license docs/COPYING %{_bindir}/%{name} %files help -%{_docdir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%doc README.md docs/NEWS.md docs/ACKNOWLEDGEMENTS.md +%{_mandir}/man1/%{name}.1* %changelog +* Sun Sep 08 2024 Funda Wang - 1.8.14-1 +- update to 1.8.14 + * Thu Aug 15 2024 dillon chen - 1.8.12-1 - update to 1.8.12