OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Sep-2005 07:35:51
Branch: HEAD Handle: 2005091506355100
Modified files:
openpkg-src/citadel citadel.spec
Log:
upgrading package: citadel 6.54 -> 6.55
Summary:
Revision Changes Path
1.24 +7 -5 openpkg-src/citadel/citadel.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/citadel/citadel.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 citadel.spec
--- openpkg-src/citadel/citadel.spec 6 Aug 2005 12:44:30 -0000 1.23
+++ openpkg-src/citadel/citadel.spec 15 Sep 2005 05:35:51 -0000 1.24
@@ -32,8 +32,8 @@
Class: EVAL
Group: Mail
License: GNU
-Version: 6.54
-Release: 20050806
+Version: 6.55
+Release: 20050915
# package options
%option with_ical no
@@ -41,6 +41,7 @@
# list of sources
Source0: http://easyinstall.citadel.org/citadel-%{version}.tar.gz
+Patch0: citadel.patch
# build information
Prefix: %{l_prefix}
@@ -75,13 +76,14 @@
%prep
%setup -q -n citadel
[ -d files ] && rmdir files
+ %patch -p0
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
- CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="%{l_cxxflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
+ CFLAGS="%{l_cflags -O} %{l_cppflags ncurses}" \
+ CXXFLAGS="%{l_cxxflags -O} %{l_cppflags ncurses}" \
+ CPPFLAGS="%{l_cppflags} %{l_cppflags ncurses}" \
LDFLAGS="%{l_ldflags}" \
LIBS="-lz" \
./configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]