automatic version update by autodist [release 1.6.10-1mamba;Thu Jul 29 2021]
This commit is contained in:
parent
ee390fbffb
commit
1e6c7bb393
@ -1,20 +1,18 @@
|
|||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.9
|
Version: 1.6.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-performance, distributed memory object caching system
|
Summary: A high-performance, distributed memory object caching system
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://code.google.com/p/memcached
|
URL: https://code.google.com/archive/p/memcached
|
||||||
## GITSOURCE https://github.com/memcached/memcached.git 1.4.17
|
|
||||||
Source: https://github.com/memcached/memcached.git/%{version}/memcached-%{version}.tar.bz2
|
Source: https://github.com/memcached/memcached.git/%{version}/memcached-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -53,10 +51,13 @@ This package contains header files for developing applications that use %{name}.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/memcached
|
%dir %{_includedir}/memcached
|
||||||
%{_includedir}/memcached/protocol_binary.h
|
%{_includedir}/memcached/*.h
|
||||||
%doc ChangeLog NEWS README.md
|
%doc ChangeLog NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user