Author: andree                       Date: Wed Aug 31 23:02:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 5.0.4
- added -sec_fix.patch - security fix
- fixed makefile.am (removed -static)

---- Files affected:
SPECS:
   sqwebmail.spec (1.81 -> 1.82) 

---- Diffs:

================================================================
Index: SPECS/sqwebmail.spec
diff -u SPECS/sqwebmail.spec:1.81 SPECS/sqwebmail.spec:1.82
--- SPECS/sqwebmail.spec:1.81   Thu Jul  7 23:40:35 2005
+++ SPECS/sqwebmail.spec        Thu Sep  1 01:02:44 2005
@@ -9,12 +9,12 @@
 Summary:       SqWebMail - Maildir Webmail CGI client
 Summary(pl):   SqWebMail - Klient pocztowy CGI dla skrzynek Maildir
 Name:          sqwebmail
-Version:       5.0.2
+Version:       5.0.4
 Release:       1
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: cf0bb6de61630eb62660975fcf22dcec
+# Source0-md5: fee97b3546b954f0307e2d8963be7498
 Source1:       %{name}-cron-cleancache
 Source2:       %{name}.init
 %{?with_pl:Source3:    %{name}-3.4.1-mgt.pl-beautifull_patch.tgz}
@@ -22,6 +22,7 @@
 Patch1:                %{name}-prowizorka.patch
 Patch2:                %{name}-maildir.patch
 Patch3:                %{name}-init.patch
+Patch4:                %{name}-sec_fix.patch
 URL:           http://www.courier-mta.org/sqwebmail/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -99,13 +100,26 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
-rm -f missing
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
+# Change Makefile.am files and force recreate Makefile.in's.
+OLDDIR=`pwd`
+find -type f -a \( -name configure.in -o -name configure.ac \) | while read 
FILE; do
+        cd "`dirname "$FILE"`"
+
+        if [ -f Makefile.am ]; then
+                sed -i -e '/_LDFLAGS=-static/d' Makefile.am
+        fi
+
+        %{__libtoolize}
+        %{__aclocal}
+        %{__autoconf}
+        %{__autoheader}
+        %{__automake}
+
+        cd "$OLDDIR"
+done
 
 %configure \
        --with-db=db \
@@ -252,7 +266,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS sqwebmail/BUGS INSTALL INSTALL.vchkpw NEWS README 
sqwebmail/SECURITY sqwebmail/TODO gpglib/README.html
+%doc AUTHORS sqwebmail/BUGS INSTALL NEWS README sqwebmail/SECURITY 
sqwebmail/TODO gpglib/README.html
 %doc sqwebmail/BUGS.html INSTALL.html README.html sqwebmail/SECURITY.html 
sqwebmail/TODO.html sqwebmail/ChangeLog
 %doc maildir/README*.html gpglib/README.html
 %attr(%{sqwebmailperm}, %{sqwebmailowner}, %{sqwebmailgroup}) 
%{cgibindir}/sqwebmail
@@ -330,6 +344,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.82  2005/08/31 23:02:44  andree
+- updated to 5.0.4
+- added -sec_fix.patch - security fix
+- fixed makefile.am (removed -static)
+
 Revision 1.81  2005/07/07 21:40:35  andree
 - updated to 5.0.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sqwebmail.spec?r1=1.81&r2=1.82&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to