]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
Revert "- migrate to apache 2.4"
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 Aug 2013 11:11:20 +0000 (14:11 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 Aug 2013 11:11:20 +0000 (14:11 +0300)
This reverts commit bdd0e4451fdadca1a585a17e702941e60d5334f8.

ckeditor.spec
httpd.conf [deleted file]

index 513d754cb0361cb921041598009b345bf8d02b27..5fd4b63020e53d1808c5fac3931c46b9ed11a94e 100644 (file)
@@ -5,7 +5,7 @@ Summary:        The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          ckeditor
 Version:       3.2.1
-Release:       3
+Release:       2
 License:       LGPL v2.1+ / GPL v2+ / MPL
 Group:         Applications/WWW
 Source0:       http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}.tar.gz
@@ -14,7 +14,6 @@ URL:          http://www.ckeditor.com/
 Source1:       find-lang.sh
 Source2:       apache.conf
 Source3:       lighttpd.conf
-Source4:       httpd.conf
 BuildRequires: lynx
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
@@ -22,7 +21,6 @@ Requires:     webapps
 Requires:      webserver
 Requires:      webserver(access)
 Requires:      webserver(alias)
-Conflicts:     apache-base < 2.4.0-1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -93,7 +91,7 @@ cp -a _samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 
 %find_lang %{name}.lang
@@ -110,10 +108,10 @@ cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 %triggerun -- apache1 < 1.3.37-3, apache1-base
 %webapp_unregister apache %{_webapp}
 
-%triggerin -- apache-base
+%triggerin -- apache < 2.2.0, apache-base
 %webapp_register httpd %{_webapp}
 
-%triggerun -- apache-base
+%triggerun -- apache < 2.2.0, apache-base
 %webapp_unregister httpd %{_webapp}
 
 %triggerin -- lighttpd
diff --git a/httpd.conf b/httpd.conf
deleted file mode 100644 (file)
index dd20829..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Alias /ckeditor/ /usr/share/ckeditor/
-
-<Directory /usr/share/ckeditor>
-       Require all granted
-</Directory>
This page took 0.0746 seconds and 4 git commands to generate.