SPECS: memcachedb.spec (NEW) - new

adamg adamg at pld-linux.org
Tue Jan 6 22:11:53 CET 2009


Author: adamg                        Date: Tue Jan  6 21:11:53 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   memcachedb.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/memcachedb.spec
diff -u /dev/null SPECS/memcachedb.spec:1.1
--- /dev/null	Tue Jan  6 22:11:53 2009
+++ SPECS/memcachedb.spec	Tue Jan  6 22:11:47 2009
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:	distributed key-value storage system
+Summary(pl.UTF-8):	rozproszony system do przechowywania par klucz-wartość
+Name:		memcachedb
+Version:	1.2.0
+Release:	1
+License:	BSD like
+Group:		Applications
+Source0:	http://memcachedb.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	1642242ab2108611873588b77848317b
+URL:		http://www.memcachedb.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	db4.7-devel
+BuildRequires:	libevent-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MemcacheDB is a distributed key-value storage system designed for
+persistent. It is NOT a cache solution, but a persistent storage
+engine for fast and reliable key-value based object storage and
+retrieval. It conforms to memcache protocol (not completed), so any
+memcached client can have connectivity with it. MemcacheDB uses
+Berkeley DB as a storing backend, so lots of features including
+transaction and replication are supported.
+
+%description -l pl.UTF-8
+MemcacheDB to rozproszony system do przechowywania par klucz-wartość.
+Nie jest to rozwiązanie typu cache, ale silnik do trwałego
+przechowywania danych oraz szybkiego i wiarygodnego zapisywania i
+odczytywania par klucz-wartość. System zgodny jest z protokołem
+memcache (nie całkowicie), dzięki czemu dowolny klient memcached
+będzie mógł się do niego podłączyć. MemcacheDB korzysta z bazy Berkley
+DB jako systemu do przechowywania danych, dzieki czemu wspierana jest
+funkcjonalność taka jak transakcje czy replikacje.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--enable-threads
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install tools/*.py $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog README TODO doc/protocol.txt conf/DB_CONFIG.example
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/06 21:11:47  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list