]> git.pld-linux.org Git - packages/opal.git/commitdiff
- added ac.patch
authorSzymon Siwek <sls@pld-linux.org>
Wed, 5 Nov 2008 16:29:10 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- __aclocal/__autoconf

Changed files:
    opal.spec -> 1.37

opal.spec

index a8000d748bd838f97e7b536cf253773f4673bee2..2f58bf20aed73ed09eee983f229e8cadcfa04eee 100644 (file)
--- a/opal.spec
+++ b/opal.spec
@@ -14,8 +14,11 @@ Source0:     http://ftp.gnome.org/pub/gnome/sources/opal/3.4/%{name}-%{version}.tar.
 #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
@@ -69,12 +72,15 @@ Biblioteki statyczne OPAL.
 %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}" \
This page took 0.024795 seconds and 4 git commands to generate.