Author: hawk Date: Fri Jun 2 17:35:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added MS Active Directory support to LDAP address book - added CP1250 charset encoding support - release 3
---- Files affected: SPECS: squirrelmail.spec (1.145 -> 1.146) ---- Diffs: ================================================================ Index: SPECS/squirrelmail.spec diff -u SPECS/squirrelmail.spec:1.145 SPECS/squirrelmail.spec:1.146 --- SPECS/squirrelmail.spec:1.145 Wed May 31 17:52:24 2006 +++ SPECS/squirrelmail.spec Fri Jun 2 19:35:51 2006 @@ -5,7 +5,7 @@ Summary(pt_BR): O SquirrelMail é um webmail Name: squirrelmail Version: 1.4.6 -Release: 2 +Release: 3 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/squirrelmail/%{name}-%{version}.tar.bz2 @@ -17,9 +17,11 @@ Source2: http://www.squirrelmail.org/plugins/compatibility-%{_compatibility_version}.tar.gz # Source2-md5: cfc3279a613b917fcba8200c596dadb0 Source3: %{name}.conf +Source4: %{name}-cp1250_charset_encode.php Patch0: %{name}-config.patch Patch1: %{name}-fortune.patch Patch2: %{name}-squirrelspell.patch +Patch3: %{name}-ad_ldap.patch URL: http://www.squirrelmail.org/ BuildRequires: bind-devel BuildRequires: gettext-devel @@ -141,6 +143,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 find locale -name '*.po' | xargs rm -f @@ -164,6 +167,8 @@ cp -aR * $RPM_BUILD_ROOT%{_squirreldir} +install %{SOURCE4} $RPM_BUILD_ROOT%{_squirreldir}/functions/encode/cp1250.php + find $RPM_BUILD_ROOT%{_squirreldir} -name '*.po' -o -name '*.pot' | xargs rm -f # junk: @@ -394,6 +399,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.146 2006/06/02 17:35:51 hawk +- added MS Active Directory support to LDAP address book +- added CP1250 charset encoding support +- release 3 + Revision 1.145 2006/05/31 15:52:24 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/squirrelmail.spec?r1=1.145&r2=1.146&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
