packages: pootle/pootle.spec - require mod_mime, otherwise firefox and chro...

glen glen at pld-linux.org
Tue May 11 10:26:10 CEST 2010


Author: glen                         Date: Tue May 11 08:26:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- require mod_mime, otherwise firefox and chrome will not use css file due wrong content-type. sigh

---- Files affected:
packages/pootle:
   pootle.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/pootle/pootle.spec
diff -u packages/pootle/pootle.spec:1.4 packages/pootle/pootle.spec:1.5
--- packages/pootle/pootle.spec:1.4	Tue May 11 01:13:54 2010
+++ packages/pootle/pootle.spec	Tue May 11 10:26:04 2010
@@ -2,11 +2,12 @@
 # TODO
 # - move %{_datadir}/pootle/mo/* to system localedir as pootle.mo
 # - lang tag languages in /var
+# - Can't find the ISO codes package. Pootle uses ISO codes to translate language names.
 %define		fullname Pootle
 Summary:	Localization and translation management web application
 Name:		pootle
 Version:	2.0.3
-Release:	0.7
+Release:	0.9
 License:	GPL v2+
 Group:		Development/Tools
 URL:		http://translate.sourceforge.net/wiki/pootle/index
@@ -19,6 +20,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.228
 BuildRequires:	sed >= 4.0
 BuildRequires:	translate-toolkit >= 1.4.1
+Requires:	apache-mod_mime
 Requires:	apache-mod_wsgi
 Requires:	group(http)
 Requires:	iso-codes
@@ -179,6 +181,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/05/11 08:26:04  glen
+- require mod_mime, otherwise firefox and chrome will not use css file due wrong content-type. sigh
+
 Revision 1.4  2010/05/10 23:13:54  glen
 - need to recompile .py[co] for install_dirs.py to bre fresh
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pootle/pootle.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list