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