[yap] Fix BuildRequires

Petr Pisar ppisar at fedoraproject.org
Tue Jan 4 10:46:15 UTC 2011


commit 059266f7253e51d7490d039ec5502142c56ce835
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Dec 22 14:52:13 2010 +0100

    Fix BuildRequires
    
    MySQL, ODBC, zlib support

 yap.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/yap.spec b/yap.spec
index 3ab40f0..20bd4dd 100644
--- a/yap.spec
+++ b/yap.spec
@@ -18,8 +18,14 @@ Patch5:     yap-6.2.0-Do-not-install-README-etc.patch
 Patch6:     yap-6.2.0-Install-info-pages-non-executable.patch
 Patch7:     yap-6.2.0-Do-not-install-info-dir-index.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  readline-devel, gmp-devel, texinfo
 BuildRequires:  autoconf
+BuildRequires:  gmp-devel
+BuildRequires:  mysql-devel
+# TODO: BuildRequires:  openmpi-devel
+BuildRequires:  readline-devel
+BuildRequires:  texinfo
+BuildRequires:  unixODBC-devel
+BuildRequires:  zlib-devel
 Requires(post):   /sbin/install-info, /sbin/ldconfig
 Requires(postun): /sbin/install-info, /sbin/ldconfig
 
@@ -117,7 +123,10 @@ chmod -x COPYING
     --enable-coroutining \
     --enable-max-performance \
     --enable-depth-limit \
-        --enable-dynamic-loading
+    --enable-dynamic-loading \
+    --enable-myddas 
+# TODO: --with-java
+
 make %{?_smp_mflags}
 make %{?_smp_mflags} info
 
@@ -202,6 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 - Make COPYING non-executable
 - Remove empty myddas_top_level.yap file
 - Fix soname injection
+- Fix BuildRequires
 
 * Wed Dec 08 2010 Petr Pisar <ppisar at redhat.com> - 5.1.3-3
 - Hack SWI-compatible libraries build system to be compilable (bug #660965)


More information about the scm-commits mailing list