SPECS: drizzle.spec (NEW) - new
glen
glen at pld-linux.org
Mon Dec 1 22:12:40 CET 2008
Author: glen Date: Mon Dec 1 21:12:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
drizzle.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/drizzle.spec
diff -u /dev/null SPECS/drizzle.spec:1.1
--- /dev/null Mon Dec 1 22:12:40 2008
+++ SPECS/drizzle.spec Mon Dec 1 22:12:34 2008
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary: A Lightweight SQL Database for Cloud and Web
+Name: drizzle
+Version: 0
+Release: 0.1
+License: GPL v2
+Group: Applications/Databases
+Source0: %{name}.tar.bz2
+# Source0-md5: 749e9c0d3591f6381ee84a27abafd074
+URL: https://launchpad.net/drizzle
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Drizzle project is building a database optimized for Cloud and Net
+applications. It is being designed for massive concurrency on modern
+multi-cpu/core architecture. The code is originally derived from
+MySQL.
+
+The project is focused on making a database that is:
+- Reliable
+- Fast and scalable on modern architecture
+- Simply design for ease of installation and management
+
+
+%prep
+%setup -q -n %{name}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%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 2008/12/01 21:12:34 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list