Browse Source

memcached-1.4.24-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9790 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
4c619f6140
1 changed files with 9 additions and 7 deletions
  1. 9 7
      m/memcached/memcached-vl.spec

+ 9 - 7
m/memcached/memcached-vl.spec

@@ -1,4 +1,4 @@
-%define memcached_version 1.4.17
+%define memcached_version 1.4.24
 
 Summary: a high-performance, distributed memory object caching system
 Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
@@ -7,11 +7,12 @@ Version: %{memcached_version}
 Release: 1%{?_dist_release}
 Source0: http://www.danga.com/memcached/dist/%{name}-%{memcached_version}.tar.gz
 
-# Patches
-
 # repcached patch
 Patch0: repcached-%{memcached_version}.patch
 
+# Patches
+
+
 License: modified BSD style License
 Url: http://www.danga.com/memcached/
 Group: Applications/Databases
@@ -48,14 +49,12 @@ pushd memcached-%{memcached_version}
 popd
 
 %build
+./autogen.sh
 %configure
 %__make %{?_smp_mflags}
 
 pushd memcached-%{memcached_version}
-aclocal
-autoheader
-automake --foreign --add-missing || automake --gnu --add-missing
-autoconf
+./autogen.sh
 %configure --enable-replication
 %__make %{?_smp_mflags}
 popd
@@ -125,6 +124,9 @@ fi
 %{_includedir}/memcached/*
 
 %changelog
+* Mon Jul 27 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.24-1
+- new upstream release.
+
 * Fri Jan 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.17-1
 - new upstream release.