SPECS: libmemcache.spec - merge 1.3.0-beta9 from DEVEL

glen glen at pld-linux.org
Wed Jun 22 15:42:17 CEST 2005


Author: glen                         Date: Wed Jun 22 13:42:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merge 1.3.0-beta9 from DEVEL

---- Files affected:
SPECS:
   libmemcache.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libmemcache.spec
diff -u SPECS/libmemcache.spec:1.2 SPECS/libmemcache.spec:1.3
--- SPECS/libmemcache.spec:1.2	Wed Jun 22 14:39:29 2005
+++ SPECS/libmemcache.spec	Wed Jun 22 15:42:12 2005
@@ -1,16 +1,19 @@
 # $Revision$, $Date$
+%define		_beta	9
 Summary:	libmemcache is the C API for memcached
 Name:		libmemcache
-Version:	1.2.4
-Release:	0.2
+Version:	1.3.0
+Release:	0.beta%{_beta}.1
 Epoch:		0
 License:	MIT
 Group:		Libraries
-Source0:	http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.tar.bz2
-# Source0-md5:	1b4dada8c7176fb018b489e09e6964f1
-Patch0:		%{name}-install.patch
+Source0:	http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.beta%{_beta}.tar.bz2
+# Source0-md5:	7b2579095cd758e575f0e4ce5f686305
+Patch0:		%{name}-make.patch
 URL:		http://people.freebsd.org/~seanc/libmemcache/
-BuildRequires:	pmk
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,16 +22,16 @@
   programs that need to use memcache(3) inside of Apache where both
   Apache and PHP have their own memory management systems.
 - Callback Interface. Using the callback interface, it's possible to
-  lump many gets together into a single get request with a great deal
-  of ease.
+  lump many gets together into a single get request with a great deal of
+  ease.
 - Multiple Client Side Hashes. memcache(3) supports multiple hashing
   methods to distribute load across multiple servers.
 - Multiple Servers. memcache(3) supports multiple servers.
 - Support for Garbage Collection. memcache(3) was written with the
   Bohem Garbage Collector in mind.
 - MIT Licensed. memcache(3) is as Open Source as it gets and can be
-  embedded in anything (commercial software, open source, etc). May
-  the GPL and its users rot in hell for their stupidity.
+  embedded in anything (commercial software, open source, etc). May the
+  GPL and its users rot in hell for their stupidity.
 
 %package devel
 Summary:	Development libraries and header files for libmemcache library
@@ -48,14 +51,18 @@
 Static library for libmemcache.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}.beta%{_beta}
 %patch0 -p1
+cp -a test tests
+rm -f tests{,/*}/Makefile*
 
 %build
-pmk %{?debug:-e debug}
-%{__make} \
-	CC="%{__cc}" \
-	CFLAGS="-std=c99 %{rpmcflags}"
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,9 +82,10 @@
 %attr(755,root,root) %{_libdir}/libmemcache.so.*.*
 
 %files devel
-%doc regress.c
 %defattr(644,root,root,755)
+%doc tests/
 %{_includedir}/memcache.h
+%{_libdir}/libmemcache.la
 %attr(755,root,root) %{_libdir}/libmemcache.so
 
 %files static
@@ -90,6 +98,18 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/22 13:42:12  glen
+- merge 1.3.0-beta9 from DEVEL
+
+Revision 1.2.2.3  2005/06/22 13:41:37  glen
+- include beta in release
+
+Revision 1.2.2.2  2005/06/22 13:37:17  glen
+- up to 1.3.0 beta9 (needed for php4-mcache)
+
+Revision 1.2.2.1  2005/06/22 13:04:58  glen
+- regression, need 1.2.3 for php-mcache
+
 Revision 1.2  2005/06/22 12:39:29  glen
 - fix dep for devel package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libmemcache.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list