Difference Between Revision 1 and server:monitoring / gearman
[-] | Changed | gearmand.changes |
x 1
2 ------------------------------------------------------------------- 3 -Tue Feb 5 18:55:44 UTC 2013 - cs@linux-administrator.com 4 - 5 -- update to release 1.0.3 6 - 7 -------------------------------------------------------------------- 8 -Tue Dec 18 18:38:54 UTC 2012 - cs@linux-administrator.com 9 - 10 -- update to release 1.0.2 11 - 12 -------------------------------------------------------------------- 13 Sun Nov 11 09:46:14 UTC 2012 - cs@linux-administrator.com 14 15 - update to first stable release 1.0.1 16 |
||
[-] | Changed | gearmand.spec ^ |
36 1
2 # package are under the same license as the package itself. 3 # 4 Name: gearmand 5 -Version: 1.0.3 6 +Version: 1.0.1 7 Release: 1 8 Summary: Gearman Job Server 9 Group: Productivity/Networking/Web/Servers 10
11 BuildRequires: pkg-config 12 %endif 13 BuildRequires: boost-devel >= 1.37 14 -BuildRequires: curl-devel 15 %if 0%{?suse_version} 16 PreReq: %insserv_prereq %fillup_prereq 17 PreReq: /usr/sbin/groupadd /usr/sbin/useradd 18
19 mkdir -p %{buildroot}/var/log/gearmand 20 21 %check 22 -%__make test || : 23 +%__make test 24 25 %clean 26 rm -rf $RPM_BUILD_ROOT 27
28 %{_bindir}/gearadmin 29 %{_sbindir}/gearmand 30 %{_libdir}/libgearman.so.7 31 -%{_libdir}/libgearman.so.7.0.1 32 +%{_libdir}/libgearman.so.7.0.0 33 %{_sbindir}/rcgearmand 34 %{_sysconfdir}/init.d/gearmand 35 /var/adm/fillup-templates/sysconfig.gearmand 36 |
||
Changed | gearmand-1.0.1.tar.bz2 ^ |