From f5c22c339df0c200035869dd07a75b7adec1f9c8 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Jul 28 2015 17:37:46 +0000 Subject: 0.9.2 --- diff --git a/.gitignore b/.gitignore index 5ae4491..dab1a79 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kea-0.9.1-beta.tar.gz /kea-0.9.1.tar.gz /kea-0.9.2-beta.tar.gz +/kea-0.9.2.tar.gz diff --git a/kea.spec b/kea.spec index 3473ef2..b927926 100644 --- a/kea.spec +++ b/kea.spec @@ -4,13 +4,14 @@ %global prever beta #%%global VERSION %{version}-%{patchver} -#%%global VERSION %{version} -%global VERSION %{version}-%{prever} +#%%global VERSION %{version}-%{prever} +%global VERSION %{version} + Summary: DHCPv4, DHCPv6 and DDNS server from ISC Name: kea Version: 0.9.2 -Release: 0.2.%{prever}%{?dist} +Release: 1%{?dist} License: ISC and Boost URL: http://kea.isc.org Source0: http://ftp.isc.org/isc/kea/%{VERSION}/kea-%{VERSION}.tar.gz @@ -35,6 +36,8 @@ BuildRequires: systemd # src/lib/testutils/dhcp_test_lib.sh BuildRequires: procps-ng +# %%configure --with-gtest +BuildRequires: gtest-devel # in case you ever wanted to use %%configure --enable-generate-docs #BuildRequires: elinks asciidoc plantuml @@ -79,15 +82,17 @@ sed -i -e 's|@localstatedir@|@sharedstatedir@|g' src/lib/dhcpsrv/Makefile.am autoreconf --verbose --force --install %configure \ - --disable-silent-rules \ --disable-dependency-tracking \ + --disable-rpath \ + --disable-silent-rules \ --disable-static \ + --enable-debug \ --enable-systemd \ - --with-openssl \ --with-dhcp-mysql \ --with-dhcp-pgsql \ - --disable-rpath \ - --enable-debug + --with-gtest \ + --with-log4cplus \ + --with-openssl make %{?_smp_mflags} @@ -95,12 +100,11 @@ make %{?_smp_mflags} %check #make check - %install -make install DESTDIR=%{buildroot} +make DESTDIR=%{buildroot} install %{?_smp_mflags} # Get rid of .la files -rm -f %{buildroot}%{_libdir}/libkea-*.la +find %{buildroot} -type f -name "*.la" -delete -print # Start empty lease databases mkdir -p %{buildroot}%{_sharedstatedir}/kea/ @@ -225,6 +229,9 @@ EOF %{_libdir}/pkgconfig/dns++.pc %changelog +* Tue Jul 28 2015 Jiri Popelka - 0.9.2-1 +- 0.9.2 + * Wed Jul 22 2015 David Tardon - 0.9.2-0.2.beta - rebuild for Boost 1.58 diff --git a/sources b/sources index b86e08b..613d78d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9db4307f114001abe99b2ce770b23b80 kea-0.9.2-beta.tar.gz +6d5929e284c642a210b4bc8a18f48c54 kea-0.9.2.tar.gz