]> git.pld-linux.org Git - packages/drizzle.git/blame - drizzle.spec
- search from -ltinfo (SEARCH_FOR_LIB broken or something as can't make fallback...
[packages/drizzle.git] / drizzle.spec
CommitLineData
c13dbbfa
ER
1Summary: A Lightweight SQL Database for Cloud and Web
2Name: drizzle
3Version: 0
4Release: 0.1
5License: GPL v2
6Group: Applications/Databases
7Source0: %{name}.tar.bz2
8# Source0-md5: 749e9c0d3591f6381ee84a27abafd074
9URL: https://launchpad.net/drizzle
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: libstdc++-devel
13BuildRequires: libtool
2edbb0d5
ER
14BuildRequires: protobuf
15BuildRequires: protobuf-devel
c13dbbfa
ER
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The Drizzle project is building a database optimized for Cloud and Net
20applications. It is being designed for massive concurrency on modern
21multi-cpu/core architecture. The code is originally derived from
22MySQL.
23
24The project is focused on making a database that is:
25- Reliable
26- Fast and scalable on modern architecture
27- Simply design for ease of installation and management
28
c13dbbfa
ER
29%prep
30%setup -q -n %{name}
c13dbbfa
ER
31
32%build
2edbb0d5
ER
33%{__libtoolize} --automake
34%{__aclocal} -I m4
35%{__autoheader}
36%{__automake}
37%{__autoconf}
c13dbbfa
ER
38%configure
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.099676 seconds and 4 git commands to generate.