Created
January 19, 2012 01:50
-
-
Save jtai/1637087 to your computer and use it in GitHub Desktop.
Update gearmand.spec for Gearman 0.27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- gearmand.spec 2012-01-18 20:02:44.184424387 -0500 | |
+++ gearmand.spec 2012-01-18 20:42:24.221426555 -0500 | |
@@ -22,8 +22,8 @@ | |
%endif | |
Name: gearmand | |
-Version: 0.14 | |
-Release: 3%{?dist} | |
+Version: 0.27 | |
+Release: 1%{?dist} | |
Summary: A distributed job system | |
Group: System Environment/Daemons | |
@@ -34,7 +34,7 @@ | |
Source2: gearmand.sysconfig | |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
-BuildRequires: libevent-devel | |
+BuildRequires: libevent-devel, boost-devel | |
%if 0%{?el5} | |
BuildRequires: e2fsprogs-devel | |
@@ -154,18 +154,22 @@ | |
%config(noreplace) %{_sysconfdir}/sysconfig/gearmand | |
%{_sbindir}/gearmand | |
%{_bindir}/gearman | |
+%{_bindir}/gearadmin | |
%{_initrddir}/gearmand | |
%{_mandir}/man1/gearman.1.gz | |
+%{_mandir}/man1/gearadmin.1.gz | |
%{_mandir}/man8/gearmand.8.gz | |
- | |
%files -n libgearman-devel | |
%defattr(-,root,root,-) | |
%doc AUTHORS ChangeLog COPYING README | |
%dir %{_includedir}/libgearman | |
%{_includedir}/libgearman/*.h | |
+%{_includedir}/libgearman-1.0/*.h | |
+%{_includedir}/libgearman-1.0/*.hpp | |
%{_libdir}/pkgconfig/gearmand.pc | |
%{_libdir}/libgearman*.so | |
+%{_mandir}/man3/libgearman.3.gz | |
%{_mandir}/man3/gearman*.3.gz | |
%files -n libgearman | |
@@ -175,6 +179,9 @@ | |
%{_libdir}/libgearman*.so.* | |
%changelog | |
+* Wed Jan 18 2012 Jonathan Tai <[email protected]> - 0.27-1 | |
+- Upstream released new version | |
+ | |
* Thu Feb 24 2011 BJ Dierkes <[email protected]> - 0.14-3 | |
- Only build with tcmalloc on selected archs (i386/ppc on el5, | |
and i686 only on el6) based on google-perftools availability |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment