update to 1.1.4 [release 1.1.4-1mamba;Fri Apr 28 2023]
This commit is contained in:
parent
d252d50d12
commit
5c2d426723
@ -1,21 +1,20 @@
|
|||||||
Name: libmemcached
|
Name: libmemcached
|
||||||
Version: 1.0.18
|
Version: 1.1.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C and C++ client library for memcached
|
Summary: A C and C++ client library for memcached
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://libmemcached.org/libMemcached.html
|
URL: https://awesomized.github.io/libmemcached/
|
||||||
Source: https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
|
Source: https://github.com/awesomized/libmemcached.git/%{version}/libmemcached-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libevent-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libsasl-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libMemcached is an open source C/C++ client library and tools for the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.
|
libMemcached is an open source C/C++ client library and tools for the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.
|
||||||
@ -43,12 +42,13 @@ This package contains utility applications for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -60,8 +60,9 @@ This package contains utility applications for %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libhashkit.so.*
|
%{_libdir}/libhashkit.so.*
|
||||||
%{_libdir}/libmemcached.so.*
|
%{_libdir}/libmemcached.so.*
|
||||||
|
%{_libdir}/libmemcachedprotocol.so.*
|
||||||
%{_libdir}/libmemcachedutil.so.*
|
%{_libdir}/libmemcachedutil.so.*
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -75,45 +76,30 @@ This package contains utility applications for %{name}.
|
|||||||
%{_includedir}/libmemcached/memcached.h
|
%{_includedir}/libmemcached/memcached.h
|
||||||
%{_includedir}/libmemcached/memcached.hpp
|
%{_includedir}/libmemcached/memcached.hpp
|
||||||
%{_includedir}/libmemcached/util.h
|
%{_includedir}/libmemcached/util.h
|
||||||
|
%dir %{_includedir}/libmemcachedprotocol-0.0
|
||||||
|
%{_includedir}/libmemcachedprotocol-0.0/*
|
||||||
%dir %{_includedir}/libmemcachedutil-1.0
|
%dir %{_includedir}/libmemcachedutil-1.0
|
||||||
%{_includedir}/libmemcachedutil-1.0/*
|
%{_includedir}/libmemcachedutil-1.0/*
|
||||||
%{_libdir}/libhashkit.a
|
|
||||||
%{_libdir}/libhashkit.la
|
|
||||||
%{_libdir}/libhashkit.so
|
%{_libdir}/libhashkit.so
|
||||||
%{_libdir}/libmemcached.a
|
|
||||||
%{_libdir}/libmemcached.la
|
|
||||||
%{_libdir}/libmemcached.so
|
%{_libdir}/libmemcached.so
|
||||||
%{_libdir}/libmemcachedutil.a
|
%{_libdir}/libmemcachedprotocol.so
|
||||||
%{_libdir}/libmemcachedutil.la
|
|
||||||
%{_libdir}/libmemcachedutil.so
|
%{_libdir}/libmemcachedutil.so
|
||||||
|
%{_libdir}/libp9y.a
|
||||||
%{_libdir}/pkgconfig/libmemcached.pc
|
%{_libdir}/pkgconfig/libmemcached.pc
|
||||||
%{_datadir}/aclocal/ax_libmemcached.m4
|
%{_datadir}/aclocal/ax_libmemcached.m4
|
||||||
%{_mandir}/man3/hashkit_clone.3.gz
|
%dir %{_libdir}/cmake/libmemcached-awesome
|
||||||
%{_mandir}/man3/hashkit_crc32.3.gz
|
%{_libdir}/cmake/libmemcached-awesome/*.cmake
|
||||||
%{_mandir}/man3/hashkit_create.3.gz
|
%dir %{_docdir}/libmemcached-awesome
|
||||||
%{_mandir}/man3/hashkit_fnv1_32.3.gz
|
%{_docdir}/libmemcached-awesome/*
|
||||||
%{_mandir}/man3/hashkit_fnv1_64.3.gz
|
#%{_mandir}/man3/hashkit_*.3.*
|
||||||
%{_mandir}/man3/hashkit_fnv1a_32.3.gz
|
#%{_mandir}/man3/libhashkit.3*
|
||||||
%{_mandir}/man3/hashkit_fnv1a_64.3.gz
|
#%{_mandir}/man3/libmemcached*.3*
|
||||||
%{_mandir}/man3/hashkit_free.3.gz
|
#%{_mandir}/man3/memcached*.3*
|
||||||
%{_mandir}/man3/hashkit_functions.3.gz
|
#%doc ChangeLog NEWS README README.FIRST TODO
|
||||||
%{_mandir}/man3/hashkit_hsieh.3.gz
|
|
||||||
%{_mandir}/man3/hashkit_is_allocated.3.gz
|
|
||||||
%{_mandir}/man3/hashkit_jenkins.3.gz
|
|
||||||
%{_mandir}/man3/hashkit_md5.3.gz
|
|
||||||
%{_mandir}/man3/hashkit_murmur.3.gz
|
|
||||||
%{_mandir}/man3/hashkit_value.3.gz
|
|
||||||
%{_mandir}/man3/libhashkit.3.gz
|
|
||||||
%{_mandir}/man3/libmemcached.3.gz
|
|
||||||
%{_mandir}/man3/libmemcached_check_configuration.3.gz
|
|
||||||
%{_mandir}/man3/libmemcached_configuration.3.gz
|
|
||||||
%{_mandir}/man3/libmemcached_examples.3.gz
|
|
||||||
%{_mandir}/man3/libmemcachedutil.3.gz
|
|
||||||
%{_mandir}/man3/memcached*.3*
|
|
||||||
%doc ChangeLog NEWS README README.FIRST README.win32 TODO
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/memaslap
|
||||||
%{_bindir}/memcapable
|
%{_bindir}/memcapable
|
||||||
%{_bindir}/memcat
|
%{_bindir}/memcat
|
||||||
%{_bindir}/memcp
|
%{_bindir}/memcp
|
||||||
@ -127,21 +113,25 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/memslap
|
%{_bindir}/memslap
|
||||||
%{_bindir}/memstat
|
%{_bindir}/memstat
|
||||||
%{_bindir}/memtouch
|
%{_bindir}/memtouch
|
||||||
%{_mandir}/man1/memaslap.1*
|
%{_datadir}/libmemcached-awesome/example.cnf
|
||||||
%{_mandir}/man1/memcapable.1*
|
#%{_mandir}/man1/memaslap.1*
|
||||||
%{_mandir}/man1/memcat.1*
|
#%{_mandir}/man1/memcapable.1*
|
||||||
%{_mandir}/man1/memcp.1*
|
#%{_mandir}/man1/memcat.1*
|
||||||
%{_mandir}/man1/memdump.1*
|
#%{_mandir}/man1/memcp.1*
|
||||||
%{_mandir}/man1/memerror.1*
|
#%{_mandir}/man1/memdump.1*
|
||||||
%{_mandir}/man1/memexist.1*
|
#%{_mandir}/man1/memerror.1*
|
||||||
%{_mandir}/man1/memflush.1*
|
#%{_mandir}/man1/memexist.1*
|
||||||
%{_mandir}/man1/memparse.1*
|
#%{_mandir}/man1/memflush.1*
|
||||||
%{_mandir}/man1/memping.1*
|
#%{_mandir}/man1/memparse.1*
|
||||||
%{_mandir}/man1/memrm.1*
|
#%{_mandir}/man1/memping.1*
|
||||||
%{_mandir}/man1/memslap.1*
|
#%{_mandir}/man1/memrm.1*
|
||||||
%{_mandir}/man1/memstat.1*
|
#%{_mandir}/man1/memslap.1*
|
||||||
%{_mandir}/man1/memtouch.1*
|
#%{_mandir}/man1/memstat.1*
|
||||||
|
#%{_mandir}/man1/memtouch.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-1mamba
|
||||||
|
- update to 1.1.4
|
||||||
|
|
||||||
* Sat Mar 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.18-1mamba
|
* Sat Mar 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.18-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user