Author: glen Date: Tue Sep 2 12:35:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use /tiny_mce alias as it's more common
---- Files affected: SPECS: tinymce.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/tinymce.spec diff -u SPECS/tinymce.spec:1.19 SPECS/tinymce.spec:1.20 --- SPECS/tinymce.spec:1.19 Tue Sep 2 12:10:14 2008 +++ SPECS/tinymce.spec Tue Sep 2 14:35:29 2008 @@ -6,13 +6,14 @@ Summary(pl.UTF-8): Kontrolka edytora WYSIWYG HTML-a oparta na WWW z Javascriptem Name: tinymce Version: 3.1.1 -Release: 0.3 +Release: 0.4 License: LGPL v2 Group: Applications/WWW Source0: http://dl.sourceforge.net/tinymce/%{name}_%{ver}.zip # Source0-md5: ef5aa95100a79f3b2509d6e5c8ec9e7e URL: http://tinymce.moxiecode.com/ BuildRequires: rpmbuild(macros) >= 1.268 +BuildRequires: sed >= 4.0 Requires: webapps BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -77,7 +78,7 @@ rm -rf jscripts/tiny_mce/plugins/spellchecker cat <<'EOF' > apache.conf -Alias /tinymce %{_appdir} +Alias /tiny_mce %{_appdir} <Directory %{_appdir}> Allow from all </Directory> @@ -85,7 +86,7 @@ cat > lighttpd.conf <<'EOF' alias.url += ( - "/tinymce" => "%{_appdir}php", + "/tiny_mce" => "%{_appdir}php", ) EOF @@ -181,6 +182,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2008/09/02 12:35:29 glen +- use /tiny_mce alias as it's more common + Revision 1.19 2008/09/02 10:10:14 glen - webapps integration ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tinymce.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
