From 57866b7b9aba3ca79dd2a18e8b48f33fa5e1d2a0 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 8 Jun 2004 09:08:54 +0000 Subject: [PATCH] - killed x86 binaries, release 3 Changed files: squirrelmail.spec -> 1.81 --- squirrelmail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/squirrelmail.spec b/squirrelmail.spec index 90e7d4b..acbfd0f 100644 --- a/squirrelmail.spec +++ b/squirrelmail.spec @@ -6,7 +6,7 @@ Summary(pl): Wiew Summary(pt_BR): O SquirrelMail é um webmail Name: squirrelmail Version: 1.4.3a -Release: 2 +Release: 3 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/squirrelmail/%{name}-%{version}.tar.bz2 @@ -159,6 +159,7 @@ tar -zxvf %{SOURCE3} -C plugins # use poppassd from separate package; don't include x86 binaries!!! rm -rf plugins/change_pass/{courierpassd,poppassd}* +rm -f plugins/change_passwd/chpasswd rm -f plugins/mail_fwd/fwdfile/wfwd %patch0 -p1 @@ -176,6 +177,9 @@ rm -f plugins/mail_fwd/fwdfile/wfwd CFLAGS="%{rpmcflags}" \ LFLAGS="%{rpmldflags}" +%{__cc} %{rpmldflags} %{rpmcflags} -Wall -o plugins/change_passwd/chpasswd \ + plugins/change_passwd/chpasswd.c -lcrypt + cd po ./compilepo pl_PL cd .. -- 2.44.0