]> git.pld-linux.org Git - packages/drizzle.git/commitdiff
- fix build, BR protobuf for protoc and protobuf-devel for -lprotobuf
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Dec 2008 21:35:48 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drizzle.spec -> 1.2

drizzle.spec

index 0f353a9f8cdaf6f773d6d11b03f2a38b616b3fdb..aa27e940603da2fc0d0799e81832448090d9d9ba 100644 (file)
@@ -11,6 +11,8 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: protobuf
+BuildRequires: protobuf-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,16 +26,15 @@ The project is focused on making a database that is:
 - 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
+%{__libtoolize} --automake
+%{__aclocal} -I m4
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
This page took 0.078866 seconds and 4 git commands to generate.