SPECS: drizzle.spec - fix build, BR protobuf for protoc and protobuf-devel ...

glen glen at pld-linux.org
Mon Dec 1 22:35:54 CET 2008


Author: glen                         Date: Mon Dec  1 21:35:54 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build, BR protobuf for protoc and protobuf-devel for -lprotobuf

---- Files affected:
SPECS:
   drizzle.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/drizzle.spec
diff -u SPECS/drizzle.spec:1.1 SPECS/drizzle.spec:1.2
--- SPECS/drizzle.spec:1.1	Mon Dec  1 22:12:34 2008
+++ SPECS/drizzle.spec	Mon Dec  1 22:35:48 2008
@@ -12,6 +12,8 @@
 BuildRequires:	automake
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
+BuildRequires:	protobuf
+BuildRequires:	protobuf-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,16 +27,15 @@
 - 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}
 
@@ -57,5 +58,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/12/01 21:35:48  glen
+- fix build, BR protobuf for protoc and protobuf-devel for -lprotobuf
+
 Revision 1.1  2008/12/01 21:12:34  glen
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drizzle.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list