SPECS: libmemcache.spec - update to 1.4.0-beta9
glen
glen at pld-linux.org
Mon Oct 31 12:21:56 CET 2005
Author: glen Date: Mon Oct 31 11:21:56 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update to 1.4.0-beta9
---- Files affected:
SPECS:
libmemcache.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/libmemcache.spec
diff -u SPECS/libmemcache.spec:1.5 SPECS/libmemcache.spec:1.6
--- SPECS/libmemcache.spec:1.5 Tue Aug 23 14:23:30 2005
+++ SPECS/libmemcache.spec Mon Oct 31 12:21:47 2005
@@ -3,13 +3,14 @@
Summary(pl): libmemcache - API C do memcached
Name: libmemcache
Version: 1.4.0
-%define _beta 4
-Release: 0.beta%{_beta}.1
+%define _beta 9
+%define _rel 1
+Release: 0.beta%{_beta}.%{_rel}
Epoch: 0
License: MIT
Group: Libraries
Source0: http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.b%{_beta}.tar.bz2
-# Source0-md5: 74b6c17686a852a3f20d8e621fd0ab69
+# Source0-md5: 0e003d5dfbc6e59ec400019507f9a61d
Patch0: %{name}-make.patch
URL: http://people.freebsd.org/~seanc/libmemcache/
BuildRequires: autoconf
@@ -76,6 +77,8 @@
%prep
%setup -q -n %{name}-%{version}.b%{_beta}
%patch0 -p1
+
+# create tests dir without Makefiles
cp -a test tests
rm -f tests{,/*}/Makefile*
@@ -90,7 +93,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
%clean
@@ -109,9 +112,8 @@
%doc tests/
%attr(755,root,root) %{_libdir}/libmemcache.so
%{_libdir}/libmemcache.la
+%{_includedir}/memcache
%{_includedir}/memcache.h
-%{_includedir}/buffer.h
-%{_includedir}/_buffer.h
%files static
%defattr(644,root,root,755)
@@ -123,6 +125,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/10/31 11:21:47 glen
+- update to 1.4.0-beta9
+
Revision 1.5 2005/08/23 12:23:30 glen
- updated to 1.4.0, API is preserved but anything linking against 1.4 needs recompiling
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libmemcache.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list