automatic version update by autodist [release 1.6.10-1mamba;Thu Jul 29 2021]

This commit is contained in:
Automatic Build System 2024-01-06 07:04:30 +01:00
parent ee390fbffb
commit 1e6c7bb393

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.6.10-1mamba
- automatic version update by autodist
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
- automatic version update by autodist