]> git.pld-linux.org Git - packages/squirrelmail.git/commitdiff
- killed x86 binaries, release 3 auto/ac/squirrelmail-1_4_3a-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jun 2004 09:08:54 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squirrelmail.spec -> 1.81

squirrelmail.spec

index 90e7d4bbb06d98c1d65e0ac3ffeedfbcbe863eb0..acbfd0f832340aa33f8dfe06f7d24aa8296e8268 100644 (file)
@@ -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 ..
This page took 0.192024 seconds and 4 git commands to generate.