SPECS: opal.spec - added ac.patch - __aclocal/__autoconf

sls sls at pld-linux.org
Wed Nov 5 17:29:15 CET 2008


Author: sls                          Date: Wed Nov  5 16:29:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added ac.patch
- __aclocal/__autoconf

---- Files affected:
SPECS:
   opal.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/opal.spec
diff -u SPECS/opal.spec:1.36 SPECS/opal.spec:1.37
--- SPECS/opal.spec:1.36	Wed Nov  5 17:23:44 2008
+++ SPECS/opal.spec	Wed Nov  5 17:29:10 2008
@@ -15,8 +15,11 @@
 #Source0:	http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
 Patch0:		%{name}-libname.patch
 Patch1:		%{name}-mak_files.patch
+Patch2:		%{name}-ac.patch
 URL:		http://www.openh323.org/
 BuildRequires:	SDL-devel
+BuildRequires:	automake
+BuildRequires:	autoconf
 BuildRequires:	libstdc++-devel
 BuildRequires:	openssl-devel
 BuildRequires:	pkgconfig
@@ -70,12 +73,15 @@
 %setup -q
 #patch0 -p1
 #patch1 -p1
+%patch2 -p1
 
 %build
 PWLIBDIR=%{_prefix}; export PWLIBDIR
 OPALDIR=`pwd`; export OPALDIR
 OPAL_BUILD="yes"; export OPAL_BUILD
-%configure 
+%{__aclocal}
+%{__autoconf}
+%configure
 
 %{__make} %{?debug:debug}%{!?debug:opt} \
 	CC="%{__cc}" \
@@ -128,6 +134,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2008/11/05 16:29:10  sls
+- added ac.patch
+- __aclocal/__autoconf
+
 Revision 1.36  2008/11/05 16:23:44  sls
 - updated BR
 - disabled (probably outdated) patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/opal.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list