[packages/dropwatch] Up to 1.5.5
arekm
arekm at pld-linux.org
Sun Aug 23 12:33:15 CEST 2026
commit e440f68b53822f3375c68be5c712451491bc142e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 23 12:33:06 2026 +0200
Up to 1.5.5
dropwatch-no_werror.patch | 11 -----------
dropwatch.spec | 11 +++++------
2 files changed, 5 insertions(+), 17 deletions(-)
---
diff --git a/dropwatch.spec b/dropwatch.spec
index 1b29ffd..4f7711d 100644
--- a/dropwatch.spec
+++ b/dropwatch.spec
@@ -1,13 +1,12 @@
Summary: Kernel dropped packet monitor
Summary(pl.UTF-8): Monitor pakietów odrzuconych przez jądro
Name: dropwatch
-Version: 1.5.3
-Release: 14
+Version: 1.5.5
+Release: 1
License: GPL v2+
Group: Applications/System
Source0: https://github.com/nhorman/dropwatch/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 64527bb669393e45b9b21f0b91c574c0
-Patch0: %{name}-no_werror.patch
+# Source0-md5: 722e8e48501addafa7efd3fa34a440b7
URL: https://github.com/nhorman/dropwatch
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -17,7 +16,7 @@ BuildRequires: libpcap-devel
BuildRequires: libtool
BuildRequires: linux-libc-headers
BuildRequires: pkgconfig
-BuildRequires: readline-devel
+BuildRequires: readline-devel >= 8.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -30,7 +29,6 @@ odrzuconych pakietów sieciowych.
%prep
%setup -q
-%patch -P0 -p1
%build
%{__libtoolize}
@@ -57,3 +55,4 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/dropwatch
%attr(755,root,root) %{_bindir}/dwdump
%{_mandir}/man1/dropwatch.1*
+%{_mandir}/man1/dwdump.1*
diff --git a/dropwatch-no_werror.patch b/dropwatch-no_werror.patch
deleted file mode 100644
index b4bfb55..0000000
--- a/dropwatch-no_werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dropwatch-1.5.3/src/Makefile.am.orig 2020-03-19 14:19:40.000000000 +0100
-+++ dropwatch-1.5.3/src/Makefile.am 2021-07-21 01:18:23.495547294 +0200
-@@ -1,7 +1,7 @@
-
- bin_PROGRAMS = dropwatch dwdump
-
--AM_CFLAGS = -g -Wall -Werror $(LIBNL3_CFLAGS) $(READLINE_CFLAGS)
-+AM_CFLAGS = -g -Wall $(LIBNL3_CFLAGS) $(READLINE_CFLAGS)
- AM_LDFLAGS = $(LIBNL3_LIBS) -lnl-genl-3 $(READLINE_LIBS) -lpcap
- AM_CPPFLAGS = -D_GNU_SOURCE
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dropwatch.git/commitdiff/e440f68b53822f3375c68be5c712451491bc142e
More information about the pld-cvs-commit
mailing list