]> git.pld-linux.org Git - packages/squirrelmail.git/commitdiff
- added MS Active Directory support to LDAP address book
authorhawk <hawk@pld-linux.org>
Fri, 2 Jun 2006 17:35:51 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added CP1250 charset encoding support
- release 3

Changed files:
    squirrelmail.spec -> 1.146

squirrelmail.spec

index 41865d7ef9304f052fb77ddbdd0b7895562d0f2c..6e05e1deb070fae87e0ec87d57c7078781a22f24 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    Wiewi
 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
@@ -16,9 +16,11 @@ Source1:     http://dl.sourceforge.net/squirrelmail/all_locales-%{version}-%{_all_lo
 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
@@ -140,6 +142,7 @@ rm -f locale/*/LC_MESSAGES/{abook_group,address_add,admin_add,amavisnewsql,archi
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 find locale -name '*.po' | xargs rm -f
 
@@ -163,6 +166,8 @@ install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 
 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:
This page took 0.033861 seconds and 4 git commands to generate.