Browse Source

upgrading package: citadel 6.52 -> 6.53

Ralf S. Engelschall 20 years ago
parent
commit
619ff1788a
1 changed files with 6 additions and 3 deletions
  1. 6 3
      citadel/citadel.spec

+ 6 - 3
citadel/citadel.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Mail
 License:      GNU
-Version:      6.52
-Release:      20050706
+Version:      6.53
+Release:      20050708
 
 #   package options
 %option       with_ical   no
@@ -45,8 +45,10 @@ Source0:      http://easyinstall.citadel.org/citadel-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc, zlib, ncurses, openssl
+BuildPreReq:  OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc
 PreReq:       OpenPKG, openpkg >= 20040130
+BuildPreReq:  zlib, ncurses, openssl
+PreReq:       zlib, ncurses, openssl
 %if "%{with_ical}" == "yes"
 PreReq:       libical
 %endif
@@ -81,6 +83,7 @@ AutoReqProv:  no
     CXXFLAGS="%{l_cxxflags -O}" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
+    LIBS="-lz" \
     ./configure \
         --prefix=%{l_prefix} \
         --with-db=%{l_prefix} \