[packages/inotify-tools] Up to 3.21.9.6.

arekm arekm at pld-linux.org
Fri Oct 22 10:05:32 CEST 2021


commit eaeecf9227db90a701d3e8873c1a1844259564b2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Oct 22 10:04:36 2021 +0200

    Up to 3.21.9.6.

 inotify-tools.spec | 24 ++++++++---------
 man-include.patch  | 76 ------------------------------------------------------
 2 files changed, 12 insertions(+), 88 deletions(-)
---
diff --git a/inotify-tools.spec b/inotify-tools.spec
index ee8e967..7c2d5de 100644
--- a/inotify-tools.spec
+++ b/inotify-tools.spec
@@ -1,24 +1,20 @@
 #
 # Conditional build:
-%bcond_with	doxygen		# build with doxygen support
 %bcond_without	static_libs	# don't build static library
 #
 Summary:	inotify-tools provides a simple interface to inotify
 Summary(pl.UTF-8):	inotify-tools dostarcza interfejs do inotify
 Name:		inotify-tools
-Version:	3.20.11.0
-Release:	2
+Version:	3.21.9.6
+Release:	1
 License:	GPL v2
 Group:		Applications/System
-#Source0Download: https://github.com/rvoicilas/inotify-tools/releases
-# TODO: on upgrade change to:
-#Source0:	http://github.com/rvoicilas/inotify-tools/archive/%{version}/%{name}-%{version}.tar.gz
-Source0:	https://github.com/rvoicilas/inotify-tools/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	64f43d2206b837d5b43fb45088f4fd2f
-Patch0:		man-include.patch
-URL:		https://github.com/rvoicilas/inotify-tools/wiki
+Source0:	https://github.com/inotify-tools/inotify-tools/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	3efaca769f3a720556d1eb8e85ee8277
+URL:		https://github.com/inotify-tools/inotify-tools/wiki
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
+BuildRequires:	doxygen
 BuildRequires:	libtool >= 2:2
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,7 +71,6 @@ Statyczna biblioteka inotify-tools.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -84,8 +79,9 @@ Statyczna biblioteka inotify-tools.
 %{__autoheader}
 %{__automake}
 %configure \
+	--enable-fanotify \
 	--enable-static%{!?with_static_libs:=no} \
-	%{?with_doxygen:--enable-doxygen}
+	--enable-doxygen
 %{__make}
 
 %install
@@ -106,8 +102,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README.md
+%attr(755,root,root) %{_bindir}/fsnotifywait
+%attr(755,root,root) %{_bindir}/fsnotifywatch
 %attr(755,root,root) %{_bindir}/inotifywait
 %attr(755,root,root) %{_bindir}/inotifywatch
+%{_mandir}/man1/fsnotifywait.1*
+%{_mandir}/man1/fsnotifywatch.1*
 %{_mandir}/man1/inotifywait.1*
 %{_mandir}/man1/inotifywatch.1*
 
diff --git a/man-include.patch b/man-include.patch
deleted file mode 100644
index 4940337..0000000
--- a/man-include.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From 3b5427c1f908fdd093778f6f0b439875bf9c7561 Mon Sep 17 00:00:00 2001
-From: kfollstad <kfollstad at gmail.com>
-Date: Wed, 3 Mar 2021 11:10:47 -0800
-Subject: [PATCH] Fix omission of --include/--includei options in man pages
- (#133)
-
-And edit --exclude/--excludei for consistency.
----
- man/inotifywait.1.in  | 18 ++++++++++++++----
- man/inotifywatch.1.in | 18 ++++++++++++++----
- 2 files changed, 28 insertions(+), 8 deletions(-)
-
-diff --git a/man/inotifywait.1.in b/man/inotifywait.1.in
-index 2292a58..d1ec1d2 100644
---- a/man/inotifywait.1.in
-+++ b/man/inotifywait.1.in
-@@ -117,13 +117,23 @@ of fatal errors.
- 
- .TP
- .B \-\-exclude <pattern>
--Do not process any events whose filename matches the specified POSIX extended
--regular expression, case sensitive.
-+Do not process any events for the subset of files whose filenames match the
-+specified POSIX regular expression, case sensitive.
- 
- .TP
- .B \-\-excludei <pattern>
--Do not process any events whose filename matches the specified POSIX extended
--regular expression, case insensitive.
-+Do not process any events for the subset of files whose filenames match the
-+specified POSIX regular expression, case insensitive.
-+
-+.TP
-+.B \-\-include <pattern>
-+Process events only for the subset of files whose filenames match the specified
-+POSIX regular expression, case sensitive.
-+
-+.TP
-+.B \-\-includei <pattern>
-+Process events only for the subset of files whose filenames match the specified
-+POSIX regular expression, case insensitive.
- 
- .TP
- .B \-t <seconds>, \-\-timeout <seconds>
-diff --git a/man/inotifywatch.1.in b/man/inotifywatch.1.in
-index 075330e..37116c8 100644
---- a/man/inotifywatch.1.in
-+++ b/man/inotifywatch.1.in
-@@ -72,13 +72,23 @@ of output!
- 
- .TP
- .B \-\-exclude <pattern>
--Do not process any events whose filename matches the specified POSIX extended
--regular expression, case sensitive.
-+Do not process any events for the subset of files whose filenames match the
-+specified POSIX regular expression, case sensitive.
- 
- .TP
- .B \-\-excludei <pattern>
--Do not process any events whose filename matches the specified POSIX extended
--regular expression, case insensitive.
-+Do not process any events for the subset of files whose filenames match the
-+specified POSIX regular expression, case insensitive.
-+
-+.TP
-+.B \-\-include <pattern>
-+Process events only for the subset of files whose filenames match the specified
-+POSIX regular expression, case sensitive.
-+
-+.TP
-+.B \-\-includei <pattern>
-+Process events only for the subset of files whose filenames match the specified
-+POSIX regular expression, case insensitive.
- 
- .TP
- .B \-r, \-\-recursive
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/inotify-tools.git/commitdiff/eaeecf9227db90a701d3e8873c1a1844259564b2



More information about the pld-cvs-commit mailing list