rpms/squirrelmail/devel squirrelmail.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 1 14:48:48 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/squirrelmail/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23903

Modified Files:
	squirrelmail.spec 
Log Message:
No need to compile .po files if we don't want them


Index: squirrelmail.spec
===================================================================
RCS file: /cvs/dist/rpms/squirrelmail/devel/squirrelmail.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- squirrelmail.spec	1 Mar 2006 10:16:46 -0000	1.27
+++ squirrelmail.spec	1 Mar 2006 14:48:46 -0000	1.28
@@ -11,12 +11,11 @@
 URL: http://www.squirrelmail.org/
 Group: Applications/Internet
 #Source: %{name}-%{version}.tar.bz2
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://prdownloads.sourceforge.net/squirrelmail/%{name}-%{version}.tar.bz2
 Source1: squirrelmail.conf
 Source2: squirrelmail-splash-fedora.png
 Source3: squirrelmail-splash-rhel.png
-Source4: all_locales-1.4.6-20060221.tar.bz2
-Source5: compilelocales
+Source4: http://prdownloads.sourceforge.net/squirrelmail/all_locales-1.4.6-20060221.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 Requires: httpd, php >= 4.0.4, php-mbstring, perl, tmpwatch >= 2.8, aspell
@@ -174,7 +173,6 @@
 	sed s/charset=$CHARSET/charset=utf-8/ $POFILE | iconv -f $CHARSET -t utf-8 > $POFILE.new && mv $POFILE.new $POFILE
     fi
 done
-sh $SOURCE5
 cp -r locale/* $RPM_BUILD_ROOT%{_datadir}/squirrelmail/locale/
 cp -r images/* $RPM_BUILD_ROOT%{_datadir}/squirrelmail/images/
 cp -r help/* $RPM_BUILD_ROOT%{_datadir}/squirrelmail/help/
@@ -214,6 +212,8 @@
 * Wed Mar 1 2006 David Woodhouse <dwmw2 at redhat.com> 1.4.6-1
 - Upgrade to 1.4.6 proper
 - Script the charset changes instead of using a patch
+- Convert the ko_KR files to UTF-8, dropping invalid characters from
+  what's theoretically supposed to be EUC-KR in the original.
 
 * Tue Jan 17 2006 Warren Togami <wtogami at redhat.com> 1.4.6-0.cvs20050812.3
 - do not remove mo files




More information about the fedora-cvs-commits mailing list