diff --git a/memcached.spec b/memcached.spec index db2d1cb..bd14593 100644 --- a/memcached.spec +++ b/memcached.spec @@ -1,20 +1,18 @@ Name: memcached -Version: 1.6.9 +Version: 1.6.10 Release: 1mamba Summary: A high-performance, distributed memory object caching system Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://code.google.com/p/memcached -## GITSOURCE https://github.com/memcached/memcached.git 1.4.17 +URL: https://code.google.com/archive/p/memcached Source: https://github.com/memcached/memcached.git/%{version}/memcached-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libevent-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -31,9 +29,9 @@ This package contains header files for developing applications that use %{name}. %prep %setup -q +./autogen.sh %build -./autogen.sh %configure %make @@ -53,10 +51,13 @@ This package contains header files for developing applications that use %{name}. %files devel %defattr(-,root,root) %dir %{_includedir}/memcached -%{_includedir}/memcached/protocol_binary.h +%{_includedir}/memcached/*.h %doc ChangeLog NEWS README.md %changelog +* Thu Jul 29 2021 Automatic Build System 1.6.10-1mamba +- automatic version update by autodist + * Sat Feb 13 2021 Automatic Build System 1.6.9-1mamba - automatic version update by autodist