X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=support%2Flibmemcached.spec.in;h=b422ba67bbb68cc6b16d0bdda6c70c7272e8d1b8;hb=68ad48824e7162a490cce315756c5fa3f98d3e31;hp=f1a108b643a078cb39e8d092c400319a8a99bc18;hpb=a397e6d2b5ceace14df3aa96fdbba65120026c31;p=m6w6%2Flibmemcached diff --git a/support/libmemcached.spec.in b/support/libmemcached.spec.in index f1a108b6..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 @@ -314,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