X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=support%2Flibmemcached.spec.in;h=b422ba67bbb68cc6b16d0bdda6c70c7272e8d1b8;hb=68ad48824e7162a490cce315756c5fa3f98d3e31;hp=e0f29d0a2e1c3f3c1a5a9a91ec7cff249c276d6c;hpb=1878fe9b40ecc0dee1962eeedd9e8696cb25e9a2;p=m6w6%2Flibmemcached diff --git a/support/libmemcached.spec.in b/support/libmemcached.spec.in index e0f29d0a..b422ba67 100644 --- a/support/libmemcached.spec.in +++ b/support/libmemcached.spec.in @@ -47,8 +47,6 @@ you will need to install %{name}-devel. %setup -q %{__mkdir} examples -#%{__cp} tests/*.{cc,h} examples/ - %build %configure @@ -63,7 +61,7 @@ you will need to install %{name}-devel. %check # test suite cannot run in mock (same port use for memcache server on all arch) # 1 test seems to fail.. -#%{__make} test +# %{__make} check %clean @@ -96,16 +94,20 @@ you will need to install %{name}-devel. %{_libdir}/libmemcached.so.10 %{_libdir}/libmemcachedprotocol.so.0 %{_libdir}/libmemcachedutil.so.2 +%{_mandir}/man1/memaslap.1.gz %{_mandir}/man1/memcapable.1.gz %{_mandir}/man1/memcat.1.gz %{_mandir}/man1/memcp.1.gz %{_mandir}/man1/memdump.1.gz %{_mandir}/man1/memerror.1.gz +%{_mandir}/man1/memexist.1.gz %{_mandir}/man1/memflush.1.gz +%{_mandir}/man1/memparse.1.gz +%{_mandir}/man1/memping.1.gz %{_mandir}/man1/memrm.1.gz -%{_mandir}/man1/memaslap.1.gz %{_mandir}/man1/memslap.1.gz %{_mandir}/man1/memstat.1.gz +%{_mandir}/man1/memtouch.1.gz %files devel @@ -199,6 +201,8 @@ you will need to install %{name}-devel. %{_includedir}/libmemcached-1.0/verbosity.h %{_includedir}/libmemcached-1.0/version.h %{_includedir}/libmemcached-1.0/visibility.h +%{_includedir}/libhashkit-1.0/string.h +%{_includedir}/libmemcached-1.0/encoding_key.h %{_libdir}/libhashkit.so %{_libdir}/libmemcached.so @@ -312,10 +316,12 @@ you will need to install %{name}-devel. %changelog -* Fri Jan 8 2010 Brian Aker - 0.37-1 +* Tue May 22 2012 Brian Aker - 1.0.8 + +* Fri Jan 8 2010 Brian Aker - 0.37 - Modified to be explicit in install include files. -* Sat Apr 25 2009 Remi Collet - 0.28-1 +* Sat Apr 25 2009 Remi Collet - 0.28 - Initial RPM from Brian Aker spec - create -devel subpackage - add %%post %%postun %%check section