Author: glen Date: Thu Aug 21 15:26:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - alternative config via FCKEDITOR_CONFIG in php connector
---- Files affected: SPECS: fckeditor.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/fckeditor.spec diff -u SPECS/fckeditor.spec:1.10 SPECS/fckeditor.spec:1.11 --- SPECS/fckeditor.spec:1.10 Thu Aug 21 17:10:54 2008 +++ SPECS/fckeditor.spec Thu Aug 21 17:26:28 2008 @@ -5,12 +5,13 @@ Summary(pl.UTF-8): Edytor tekstowy dla Internetu Name: fckeditor Version: 2.6.3 -Release: 0.14 +Release: 0.16 License: LGPL v2.1 Group: Applications/WWW Source0: http://dl.sourceforge.net/fckeditor/FCKeditor_%{version}.tar.gz # Source0-md5: eb926332283376614ade9610f20b27d4 -Source1: fckeditor-find-lang.sh +Source1: %{name}-find-lang.sh +Patch0: %{name}-config-php.patch URL: http://www.fckeditor.net/ BuildRequires: rpmbuild(macros) > 1.268 BuildRequires: sed >= 4.0 @@ -25,31 +26,31 @@ %define _appdir %{_datadir}/%{name} %package connector-php -Summary: File upload connector for PHP backend +Summary: File Manager Connector for PHP Group: Applications/WWW Requires: %{name} = %{version}-%{release} Requires: php-common >= 4:5.0.0 %description connector-php -File upload connector for PHP backend. +File Manager Connector for PHP. %package connector-perl -Summary: File upload connector for Perl backend +Summary: File Manager Connector for Perl Group: Applications/WWW Requires: %{name} = %{version}-%{release} Requires: perl-base %description connector-perl -File upload connector for Perl backend. +File Manager Connector for Perl. %package connector-python -Summary: File upload connector for Python backend +Summary: File Manager Connector for Python Group: Applications/WWW Requires: %{name} = %{version}-%{release} Requires: python %description connector-python -File upload connector for Python backend. +File Manager Connector for Python. %description This HTML text editor brings to the web many of the powerful @@ -108,6 +109,8 @@ sed -i -e 's,\r$,,' fckeditor* find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' -o -name '*.html' -o -name '*.php' ')' -print0 | xargs -0 sed -i -e 's,\r$,,' +%patch0 -p1 + # apache1/apache2 conf cat > apache.conf <<'EOF' Alias /%{name} %{_appdir} @@ -142,6 +145,7 @@ cp -a apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf cp -a apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf cp -a lighttpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf +mv $RPM_BUILD_ROOT{%{_appdir}/editor/filemanager/connectors/php/config.php,%{_sysconfdir}/connector.php} %triggerin -- apache1 < 1.3.37-3, apache1-base %webapp_register apache %{_webapp} @@ -210,6 +214,7 @@ %files connector-php %defattr(644,root,root,755) +%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/connector.php %{_appdir}/editor/filemanager/connectors/php # language interface actually. %{_appdir}/fckeditor.php @@ -238,6 +243,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/08/21 15:26:28 glen +- alternative config via FCKEDITOR_CONFIG in php connector + Revision 1.10 2008/08/21 15:10:54 glen - connectors subpackages (php, perl, python only) - tag language files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fckeditor.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
