Changes of Revision 4
[-] | Changed | inotify-tools.spec |
x 1
2 Version: 3.13 3 Release: 3 4 Summary: Command Line Utilities for inotify 5 -Source: http://prdownloads.sourceforge.net/inotify-tools/inotify-tools-%{version}.tar.bz2 6 -Patch0: inotify-tools.patch 7 -Patch1: inotify-tools-old-doxygen.patch 8 +Source0: http://prdownloads.sourceforge.net/inotify-tools/inotify-tools-%{version}.tar.bz2 9 +Source1: inotify-tools-rpmlintrc 10 +Patch1: inotify-tools-old-doxygen.patch 11 URL: http://inotify-tools.sourceforge.net/ 12 -Group: System/Filesystems 13 +Group: System/Filesystems 14 License: GNU General Public License (GPL) 15 -BuildRoot: %{_tmppath}/build-%{name}-%{version} 16 +BuildRoot: %{_tmppath}/build-%{name}-%{version} 17 BuildRequires: gcc glibc-devel make gettext gettext-devel intltool 18 BuildRequires: doxygen 19 BuildRequires: autoconf automake libtool 20
21 %endif 22 %prep 23 %setup -q -n "inotify-tools-%{version}" 24 -%patch0 25 %if 0%{?suse_version} < 1020 26 %patch1 27 %endif 28 |
||
[+] | Deleted | inotify-tools.patch ^ |
@@ -1,11 +0,0 @@ ---- libinotifytools/src/inotifytools.c.orig 2008-12-25 15:01:28.000000000 +0100 -+++ libinotifytools/src/inotifytools.c 2008-12-25 15:02:40.000000000 +0100 -@@ -882,7 +882,7 @@ - /** - * @internal - */ --watch *create_watch(int wd, char *filename) { -+void watch *create_watch(int wd, char *filename) { - if ( wd <= 0 || !filename) return 0; - - watch *w = (watch*)calloc(1, sizeof(watch)); | ||
[+] | Added | inotify-tools-rpmlintrc ^ |
@@ -0,0 +1 @@ +addFilter("no-return-in-nonvoid-function") |