Browse Source

incron-0.5.12-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10566 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
cfa4ad6749
1 changed files with 8 additions and 3 deletions
  1. 8 3
      i/incron/incron-vl.spec

+ 8 - 3
i/incron/incron-vl.spec

@@ -1,14 +1,15 @@
 Summary:     Inotify cron system
 Name:        incron
 Version:     0.5.12
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 
 Group:       System Environment/Base          
 License:     GPLv2
-URL:         http://inotify.aiken.cz
-Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.gz
+URL:         https://github.com/ar-/incron
+Source0:     https://github.com/ar-/incron/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:     incrond.init
 Patch0:      incron-0.5.10-gcc.patch
+Patch1:      incron-sigchld.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -28,6 +29,7 @@ filesystem events rather than time periods.
 %prep
 %setup -q
 %patch0 -p1 -b .gcc
+%patch1 -p1 -b .sigchld
 
 %build
 make %{?_smp_mflags} CXXFLAGS="%{optflags}"
@@ -87,6 +89,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul  9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.12-2
+- added Patch1.
+
 * Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.12-1
 - new upstream release.