%define memcached_version 1.5.12 Summary: a high-performance, distributed memory object caching system Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム Name: memcached Version: %{memcached_version} Release: 1%{?_dist_release} Source0: http://www.danga.com/memcached/dist/%{name}-%{memcached_version}.tar.gz # Patches License: modified BSD style License Url: http://www.danga.com/memcached/ Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libevent-devel Vendor: Project Vine Distribution: Vine Linux Packager: tomop %description memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web 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 %setup -q perl -pi -e 's|/var/run/memcached\.pid|/var/run/memcached/memcached.pid|' scripts/memcached.sysv %build %configure %__make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_initdir} mkdir -p %{buildroot}%{_sysconfdir}/sysconfig mkdir -p %{buildroot}%{_localstatedir}/run/memcached %makeinstall rm -f %{buildroot}%{_bindir}/memcached-debug install -m755 scripts/memcached.sysv %{buildroot}%{_initdir}/memcached install -m755 scripts/memcached-tool %{buildroot}%{_bindir}/ cat < %{buildroot}%{_sysconfdir}/sysconfig/memcached PORT=11211 USER=nobody MAXCONN=1024 CACHESIZE=64 OPTIONS="" EOF %clean rm -rf %{buildroot} %triggerprein -- memcached < 1.5.0 /sbin/update-alternatives --remove memcached %{_bindir}/memcached.memcached ||: /sbin/update-alternatives --remove memcached %{_bindir}/memcached.repcached ||: rm -f %{_bindir}/memcached %post /sbin/service memcached condrestart ||: %files %defattr(-,root,root) %doc AUTHORS* COPYING ChangeLog ChangeLog* NEWS README* %doc doc/CONTRIBUTORS doc/*.txt %config(noreplace) %{_sysconfdir}/sysconfig/memcached %{_initdir}/memcached %{_bindir}/memcached %{_bindir}/memcached-tool %{_mandir}/man1/memcached.1* %dir %{_localstatedir}/run/memcached %files devel %defattr(-,root,root,0755) %{_includedir}/memcached/* %changelog * Sun Nov 04 2018 Tomohiro "Tomo-p" KATO 1.5.12-1 - new upstream release. - built with libevent-2.1.8. - dropped repcached. * Mon Nov 23 2015 Tomohiro "Tomo-p" KATO 1.4.25-1 - new upstream release. * Mon Jul 27 2015 Tomohiro "Tomo-p" KATO 1.4.24-1 - new upstream release. * Fri Jan 10 2014 Tomohiro "Tomo-p" KATO 1.4.17-1 - new upstream release. * Fri May 11 2012 Tomohiro "Tomo-p" KATO 1.4.13-2 - fixed missing symlink. * Sat Apr 28 2012 Tomohiro "Tomo-p" KATO 1.4.13-1 - new upstream release. - made be able to choose between memcached and repcached by alternatives. * Sat Aug 20 2011 Tomohiro "Tomo-p" KATO 1.4.7.repcached2.3.1-1 - new upstream release. - updated repcached patch. - removed %%Patch0. (fixed in upstream) * Tue Feb 15 2011 Tomohiro "Tomo-p" KATO 1.4.5.repcached2.3.1-1 - updated repcached patch. * Mon Feb 14 2011 Tomohiro "Tomo-p" KATO 1.4.5.repcached2. 3-1 - applied the repcached patch. * Thu Feb 10 2011 Toshiharu Kudoh 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 1.2.8-1 - new upstream release. - wrote spec in UTF-8. * Mon May 19 2008 Tomohiro 'Tomo-p' KATO 1.2.5-1 - new upstream release. - added some scripts. * Mon Jul 16 2007 Ryoichi INAGAKI 1.1.12-0vl2 - rebuilt with libevent-1.3b * Sun Aug 13 2006 IWAI, Masaharu 1.1.12-0vl1 - new package