|
@@ -1,9 +1,14 @@
|
|
Summary: a high-performance, distributed memory object caching system
|
|
Summary: a high-performance, distributed memory object caching system
|
|
Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
|
|
Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
|
|
Name: memcached
|
|
Name: memcached
|
|
-Version: 1.2.8
|
|
|
|
|
|
+Version: 1.4.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
|
|
Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
|
|
|
|
+
|
|
|
|
+# Patches
|
|
|
|
+# From http://code.google.com/p/memcached/issues/detail?id=60
|
|
|
|
+Patch0: memcached-1.4.5-issue60.diff
|
|
|
|
+
|
|
License: modified BDS style License
|
|
License: modified BDS style License
|
|
Url: http://www.danga.com/memcached/
|
|
Url: http://www.danga.com/memcached/
|
|
Group: Applications/Databases
|
|
Group: Applications/Databases
|
|
@@ -15,8 +20,19 @@ memcached is a high-performance, distributed memory object caching system,
|
|
generic in nature, but intended for use in speeding up dynamic web
|
|
generic in nature, but intended for use in speeding up dynamic web
|
|
applications by alleviating database load.
|
|
applications by alleviating database load.
|
|
|
|
|
|
|
|
+%package devel
|
|
|
|
+Summary: Files needed for development using memcached protocol
|
|
|
|
+Summary(ja): memcached プロトコルを使用した開発に必要なファイル
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description devel
|
|
|
|
+Install memcached-devel if you are developing C/C++ applications that require access to the
|
|
|
|
+memcached binary include files.
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
-%setup
|
|
|
|
|
|
+%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -47,7 +63,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
|
|
+%doc AUTHORS COPYING ChangeLog NEWS README doc/CONTRIBUTORS doc/*.txt
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/memcached
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/memcached
|
|
%{_initdir}/memcached
|
|
%{_initdir}/memcached
|
|
%{_bindir}/memcached
|
|
%{_bindir}/memcached
|
|
@@ -55,7 +71,18 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/memcached.1*
|
|
%{_mandir}/man1/memcached.1*
|
|
%dir %{_localstatedir}/run/memcached
|
|
%dir %{_localstatedir}/run/memcached
|
|
|
|
|
|
|
|
+%files devel
|
|
|
|
+%defattr(-,root,root,0755)
|
|
|
|
+%{_includedir}/memcached/*
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Patch0 from Fedora
|
|
|
|
+- rebuilt with libevent-2.0.10
|
|
|
|
+- fixed &&files
|
|
|
|
+- splitted -devel package
|
|
|
|
+
|
|
* Mon Jun 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.8-1
|
|
* Mon Jun 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.8-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- wrote spec in UTF-8.
|
|
- wrote spec in UTF-8.
|