]> git.pld-linux.org Git - packages/gearmand.git/blobdiff - gearmand.spec
- rebuild with boost 1.63.0
[packages/gearmand.git] / gearmand.spec
index 99b535f4e92b59bbec8294e9c1318bedba343006..fb746f3ef51ee004ac77d3fa8469019a7b76d8c6 100644 (file)
@@ -2,6 +2,8 @@
 # - fix make install linking stuff over again
 # - skip tests build if testing disabled
 # - libpq vs postgresql, which one matters?
+# - tmpfiles conf
+# - logrotate
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
@@ -23,7 +25,7 @@
 Summary:       A distributed job system
 Name:          gearmand
 Version:       1.1.12
-Release:       0.2
+Release:       5
 License:       BSD
 Group:         Daemons
 Source0:       https://launchpad.net/gearmand/1.2/%{version}/+download/%{name}-%{version}.tar.gz
@@ -33,12 +35,16 @@ Source2:    %{name}.sysconfig
 Source3:       %{name}.service
 Patch0:                %{name}-1.1.12-ppc64le.patch
 URL:           http://www.gearman.org
+BuildRequires: autoconf
+BuildRequires: autoconf-archive
+BuildRequires: automake
 BuildRequires: boost-devel >= 1.37.0
 BuildRequires: gperf
 %{?with_gperftools:BuildRequires:      gperftools-devel}
 %{?with_hiredis:BuildRequires: hiredis-devel}
 BuildRequires: libevent-devel
 %{?with_libmemcached:BuildRequires:    libmemcached-devel}
+BuildRequires: libtool
 BuildRequires: libuuid-devel
 %{?with_mysql:BuildRequires:   mysql-devel}
 BuildRequires: pkgconfig
@@ -105,7 +111,17 @@ Development headers for %{name}.
 %setup -q
 %patch0 -p1
 
+cp -p %{_aclocaldir}/ax_boost_base.m4 m4
+cp -p %{_aclocaldir}/ax_boost_program_options.m4 m4
+
+# somewhy it does not look into build-aux
+ln -s build-aux/install-sh .
+
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__automake}
+%{__autoconf}
 %configure \
        --disable-silent-rules \
        --disable-static \
This page took 0.085086 seconds and 4 git commands to generate.