Browse Source

incron-0.5.12-1

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

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

@@ -1,15 +1,14 @@
 Summary:     Inotify cron system
 Name:        incron
-Version:     0.5.10
-Release:     2%{?_dist_release}
+Version:     0.5.12
+Release:     1%{?_dist_release}
 
 Group:       System Environment/Base          
 License:     GPLv2
 URL:         http://inotify.aiken.cz
-Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.bz2
+Source0:     http://inotify.aiken.cz/download/incron/%{name}-%{version}.tar.gz
 Source1:     incrond.init
-#Patch0:      incron-gcc44.patch
-Patch1:      incron-gcc47.patch
+Patch0:      incron-0.5.10-gcc.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):   /sbin/chkconfig
@@ -28,8 +27,7 @@ filesystem events rather than time periods.
 
 %prep
 %setup -q
-#%patch0 -p1 -b .orig
-%patch1 -p0 -b .gcc47
+%patch0 -p1 -b .gcc
 
 %build
 make %{?_smp_mflags} CXXFLAGS="%{optflags}"
@@ -73,6 +71,8 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%license COPYING LICENSE*
+%doc CHANGELOG README TODO
 %attr(4755,root,root) %{_bindir}/incrontab
 %{_sbindir}/incrond
 %{_initdir}/incrond
@@ -83,11 +83,13 @@ rm -rf %{buildroot}
 %{_mandir}/man8/incrond.8.gz
 %dir %{_localstatedir}/spool/%{name}
 %dir %{_sysconfdir}/%{name}.d
-%doc COPYING CHANGELOG README TODO LICENSE-GPL
 
 
 
 %changelog
+* Thu Jul  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.12-1
+- new upstream release.
+
 * Sun Jan 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.10-2
 - rebuilt with current environment.