OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Sep-2007 10:23:11
Branch: HEAD Handle: 2007093009231100
Modified files:
openpkg-src/pidgin pidgin.spec
Log:
upgrading package: pidgin 2.2.0 -> 2.2.1
Summary:
Revision Changes Path
1.2 +7 -6 openpkg-src/pidgin/pidgin.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pidgin/pidgin.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 pidgin.spec
--- openpkg-src/pidgin/pidgin.spec 16 Sep 2007 11:28:09 -0000 1.1
+++ openpkg-src/pidgin/pidgin.spec 30 Sep 2007 08:23:11 -0000 1.2
@@ -23,8 +23,8 @@
##
# package version
-%define V_dist 2.2.0
-%define V_opkg 2.2.0
+%define V_dist 2.2.1
+%define V_opkg 2.2.1
# package information
Name: pidgin
@@ -37,7 +37,7 @@
Group: InstantMessaging
License: GPL
Version: %{V_opkg}
-Release: 20070916
+Release: 20070930
# list of sources
Source0:
http://switch.dl.sourceforge.net/pidgin/pidgin-%{V_dist}.tar.bz2
@@ -47,8 +47,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: gtk2, gnutls, gcrypt, gpg-error, zlib
-PreReq: gtk2, gnutls, gcrypt, gpg-error, zlib
+BuildPreReq: gtk2, gnutls, gcrypt, gpg-error, zlib, perl, ncurses
+PreReq: gtk2, gnutls, gcrypt, gpg-error, zlib, perl, ncurses
AutoReq: no
AutoReqProv: no
@@ -79,7 +79,8 @@
--mandir=%{l_prefix}/man \
--datadir=%{l_prefix}/share/pidgin \
--enable-gnutls=yes \
- --enable-nss=no
+ --enable-nss=no \
+ --enable-perl
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]