memcached/memcached.spec

155 lines
5.3 KiB
RPMSpec
Raw Normal View History

Name: memcached
Version: 1.6.5
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: http://code.google.com/p/memcached
## GITSOURCE https://github.com/memcached/memcached.git 1.4.17
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.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
./autogen.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/memcached
%{_mandir}/man1/memcached.1*
%doc AUTHORS COPYING LICENSE
%files devel
%defattr(-,root,root)
%dir %{_includedir}/memcached
%{_includedir}/memcached/protocol_binary.h
%doc ChangeLog NEWS README.md
%changelog
* Sat May 09 2020 Automatic Build System <autodist@mambasoft.it> 1.6.5-1mamba
- automatic version update by autodist
* Sat Mar 28 2020 Automatic Build System <autodist@mambasoft.it> 1.5.22-1mamba
- automatic version update by autodist
* Fri Mar 27 2020 Automatic Build System <autodist@mambasoft.it> 1.5.21-1mamba
- automatic version update by autodist
* Mon Mar 23 2020 Automatic Build System <autodist@mambasoft.it> 1.5.20-1mamba
- automatic version update by autodist
* Sun Mar 22 2020 Automatic Build System <autodist@mambasoft.it> 1.5.19-1mamba
- automatic version update by autodist
* Sat Mar 21 2020 Automatic Build System <autodist@mambasoft.it> 1.5.18-1mamba
- automatic version update by autodist
* Thu Mar 19 2020 Automatic Build System <autodist@mambasoft.it> 1.5.17-1mamba
- automatic version update by autodist
* Tue Mar 17 2020 Automatic Build System <autodist@mambasoft.it> 1.5.16-1mamba
- automatic version update by autodist
* Mon Mar 16 2020 Automatic Build System <autodist@mambasoft.it> 1.5.15-1mamba
- automatic version update by autodist
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 1.5.14-1mamba
- automatic version update by autodist
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 1.5.13-1mamba
- automatic version update by autodist
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 1.5.12-1mamba
- automatic version update by autodist
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 1.5.10-1mamba
- automatic version update by autodist
* Thu May 31 2018 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
- automatic version update by autodist
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
- automatic version update by autodist
* Fri Feb 23 2018 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
- automatic version update by autodist
* Mon Jan 15 2018 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
- automatic version update by autodist
* Mon Nov 06 2017 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
- automatic version update by autodist
* Mon Sep 11 2017 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
- automatic version update by autodist
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 1.4.37-1mamba
- automatic version update by autodist
* Sat Oct 29 2016 Automatic Build System <autodist@mambasoft.it> 1.4.32-1mamba
- automatic version update by autodist
* Mon Aug 22 2016 Automatic Build System <autodist@mambasoft.it> 1.4.31-1mamba
- automatic version update by autodist
* Sun Aug 14 2016 Automatic Build System <autodist@mambasoft.it> 1.4.30-1mamba
- automatic version update by autodist
* Mon Nov 30 2015 Automatic Build System <autodist@mambasoft.it> 1.4.25-1mamba
- automatic version update by autodist
* Wed Apr 29 2015 Automatic Build System <autodist@mambasoft.it> 1.4.24-1mamba
- automatic version update by autodist
* Fri Apr 24 2015 Automatic Build System <autodist@mambasoft.it> 1.4.23-1mamba
- automatic version update by autodist
* Sun Jan 04 2015 Automatic Build System <autodist@mambasoft.it> 1.4.22-1mamba
- automatic version update by autodist
* Wed Oct 15 2014 Automatic Build System <autodist@mambasoft.it> 1.4.21-1mamba
- automatic version update by autodist
* Sun Jun 08 2014 Automatic Build System <autodist@mambasoft.it> 1.4.20-1mamba
- automatic version update by autodist
* Tue May 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.19-1mamba
- automatic version update by autodist
* Sun Apr 20 2014 Automatic Build System <autodist@mambasoft.it> 1.4.18-1mamba
- automatic version update by autodist
* Sat Mar 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.17-1mamba
- package created using the webbuild interface