diff --git a/webbench.spec b/webbench.spec index 7a30a9f75d096dd058f47c5de43cb9a331c53c44..cd57284bf3560c38736a5ef7b981a450680464a6 100644 --- a/webbench.spec +++ b/webbench.spec @@ -2,7 +2,7 @@ Name: webbench Version: 1.5 -Release: 4 +Release: 5 Summary: simple tool for benchmarking WWW or proxy servers License: GPL-1.0-or-later URL: http://home.tiscali.cz/~cz210552/webbench.html @@ -19,8 +19,8 @@ Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() %prep %setup -q -n %{name}-%{version}/ #remove unclear license file socket.c and reimplement socket function. -%patch0 -p1 -%patch1 -p1 +%patch 0 -p1 +%patch 1 -p1 %build ADDITIONAL=' -ggdb -W -I/usr/include/tirpc' @@ -44,6 +44,9 @@ CFLAGS+=$ADDITIONAL %{_mandir}/* %changelog +* Fri Dec 13 2024 yuqiuli - 1.5-5 +- fix %patchN is deprecated warning + * Mon Aug 28 2023 Ge Wang - 1.5-4 - Fix build error, add include directory