Browse Source

needs perl XML::Parser

Thomas Lotterer 20 years ago
parent
commit
dd47e96624
1 changed files with 3 additions and 3 deletions
  1. 3 3
      libgda/libgda.spec

+ 3 - 3
libgda/libgda.spec

@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        Database
 License:      GPL/LGPL
 Version:      %{V_major}.%{V_minor}
-Release:      20050824
+Release:      20050918
 
 #   package options
 %option       with_sqlite  yes
@@ -54,8 +54,8 @@ Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20040130, make
 PreReq:       OpenPKG, openpkg >= 20040130
-BuildPreReq:  libxml, libxslt
-PreReq:       libxml, libxslt
+BuildPreReq:  libxml, libxslt, perl-xml
+PreReq:       libxml, libxslt, perl-xml
 %if "%{with_sqlite}" == "yes"
 BuildPreReq:  sqlite
 PreReq:       sqlite