packages: ctemplate/ctemplate.spec - fixed linking with pthread - auto*ize ...

sparky sparky at pld-linux.org
Sat Jan 22 16:17:24 CET 2011


Author: sparky                       Date: Sat Jan 22 15:17:24 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed linking with pthread
- auto*ize
- BR: autoconf, automake, libtool

---- Files affected:
packages/ctemplate:
   ctemplate.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/ctemplate/ctemplate.spec
diff -u packages/ctemplate/ctemplate.spec:1.7 packages/ctemplate/ctemplate.spec:1.8
--- packages/ctemplate/ctemplate.spec:1.7	Sun May 16 23:30:04 2010
+++ packages/ctemplate/ctemplate.spec	Sat Jan 22 16:17:19 2011
@@ -8,7 +8,10 @@
 Source0:	http://google-ctemplate.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	7de5ce359a2f613f5c3fd309b36331f0
 URL:		http://code.google.com/p/google-ctemplate/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,6 +70,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+export PTHREAD_LIBS="-lpthread"
 %configure
 %{__make}
 
@@ -114,6 +122,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/01/22 15:17:19  sparky
+- fixed linking with pthread
+- auto*ize
+- BR: autoconf, automake, libtool
+
 Revision 1.7  2010/05/16 21:30:04  arvenil
 - up to 0.97
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ctemplate/ctemplate.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list