[packages/incron] - release 2

blues blues at pld-linux.org
Sun Oct 21 12:14:02 CEST 2012


commit 9a2574b2b874ad1c27559f45a58022b5c2fd99bb
Author: Paweł Gołaszewski <blues at pld-linux.org>
Date:   Sun Oct 21 12:13:27 2012 +0200

    - release 2
    
    Added man_bug patch from upstream.

 incron-man_bugs.patch | 23 +++++++++++++++++++++++
 incron.spec           |  4 +++-
 2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/incron.spec b/incron.spec
index 29095cc..1d0a5ae 100644
--- a/incron.spec
+++ b/incron.spec
@@ -4,7 +4,7 @@
 Summary:	incron :: inotify cron system
 Name:		incron
 Version:	0.5.10
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Daemons
 Source0:	http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
@@ -12,6 +12,7 @@ Source0:	http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
 Source1:	%{name}.init
 Patch0:		%{name}-DESTDIR.patch
 Patch1:		%{name}-gcc47.patch
+Patch2:		%{name}-man_bugs.patch
 URL:		http://incron.aiken.cz/
 Requires(post):	fileutils
 Requires(post,preun):	/sbin/chkconfig
@@ -35,6 +36,7 @@ rather than time periods.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} \
diff --git a/incron-man_bugs.patch b/incron-man_bugs.patch
new file mode 100644
index 0000000..2460f92
--- /dev/null
+++ b/incron-man_bugs.patch
@@ -0,0 +1,23 @@
+Patch to fix a minor typo in incrontab manpage.
+--- a/incrontab.1
++++ b/incrontab.1
+@@ -8,7 +8,7 @@
+ .SH "DESCRIPTION"
+ incrontab is a table manipulator for the inotify cron (incron) system. It creates, removes, modifies and lists user tables (\fIincrontab\fR(5)).
+ 
+-Each user (including system users even they haven't home directories) has an incron table which can't be manipulated directly (only root can effectively change these tables and is NOT recommended to do so).
++Each user (including even system users without home directories) has an incron table which can't be manipulated directly (only root can effectively change these tables and is NOT recommended to do so).
+ 
+ All informational messages of this program are printed to the standard error output (stderr).
+ 
+--- a/incrontab.5
++++ b/incrontab.5
+@@ -56,7 +56,7 @@
+ .br 
+ \fBIN_ONLYDIR\fR 		Only watch pathname if it is a directory
+ 
+-Additionaly, there is a symbol which doesn't appear in the inotify symbol set. It it \fBIN_NO_LOOP\fR. This symbol disables monitoring events until the current one is completely handled (until its child process exits).
++Additionally, there is a symbol which doesn't appear in the inotify symbol set. It it \fBIN_NO_LOOP\fR. This symbol disables monitoring events until the current one is completely handled (until its child process exits).
+ 
+ .SH "WILDCARDS"
+ The following wildards may be used inside command specification:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/incron.git/commitdiff/9a2574b2b874ad1c27559f45a58022b5c2fd99bb



More information about the pld-cvs-commit mailing list