[packages/horde-forwards] - migrate to apache 2.4 - rel 3

baggins baggins at pld-linux.org
Wed May 15 19:29:09 CEST 2013


commit 5318eb9884b34f852973f2fbce84c23e52fe0b17
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed May 15 19:28:57 2013 +0200

    - migrate to apache 2.4
    - rel 3

 horde-forwards.conf => horde-forwards-apache.conf |  0
 horde-forwards-httpd.conf                         | 21 +++++++++++++++++++++
 horde-forwards.spec                               | 12 +++++++-----
 3 files changed, 28 insertions(+), 5 deletions(-)
---
diff --git a/horde-forwards.spec b/horde-forwards.spec
index a44854d..7643330 100644
--- a/horde-forwards.spec
+++ b/horde-forwards.spec
@@ -5,12 +5,13 @@ Summary:	forwards - user e-mail forwards module for Horde
 Summary(pl.UTF-8):	forwards - moduł do ustawiania przekazywania poczty w Horde
 Name:		horde-%{_hordeapp}
 Version:	3.2.1
-Release:	2
+Release:	3
 License:	ASL
 Group:		Applications/WWW
 Source0:	ftp://ftp.horde.org/pub/forwards/%{_hordeapp}-h3-%{version}.tar.gz
 # Source0-md5:	a5b7242332b6eb87cd15d69a10da09fc
-Source1:	%{name}.conf
+Source1:	%{name}-apache.conf
+Source2:	%{name}-httpd.conf
 URL:		http://www.horde.org/forwards/
 BuildRequires:	rpm-php-pearprov >= 4.0.2-98
 BuildRequires:	rpmbuild(macros) >= 1.264
@@ -22,6 +23,7 @@ Requires:	webapps
 Suggests:	php(ftp)
 Suggests:	php(ldap)
 Suggests:	php-pear-SOAP
+Conflicts:	apache-base < 2.4.0-1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -71,7 +73,7 @@ cp -a docs/CREDITS $RPM_BUILD_ROOT%{_appdir}/docs
 
 ln -s %{_sysconfdir} 	$RPM_BUILD_ROOT%{_appdir}/config
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,10 +98,10 @@ fi
 %triggerun -- apache1 < 1.3.37-3, apache1-base
 %webapp_unregister apache %{_webapp}
 
-%triggerin -- apache < 2.2.0, apache-base
+%triggerin -- apache-base
 %webapp_register httpd %{_webapp}
 
-%triggerun -- apache < 2.2.0, apache-base
+%triggerun -- apache-base
 %webapp_unregister httpd %{_webapp}
 
 %files
diff --git a/horde-forwards.conf b/horde-forwards-apache.conf
similarity index 100%
rename from horde-forwards.conf
rename to horde-forwards-apache.conf
diff --git a/horde-forwards-httpd.conf b/horde-forwards-httpd.conf
new file mode 100644
index 0000000..b4aa8cf
--- /dev/null
+++ b/horde-forwards-httpd.conf
@@ -0,0 +1,21 @@
+#
+#  File: horde-forwards.conf
+#
+#  This is the horde-forwards Apache configuration file; it is included from
+#  the Apache httpd.conf file.
+#
+
+<Directory "/usr/share/horde/forwards/config">
+    Require all denied
+</Directory>
+<Directory "/usr/share/horde/forwards/lib">
+    Require all denied
+</Directory>
+<Directory "/usr/share/horde/forwards/locale">
+    Require all denied
+</Directory>
+<Directory "/usr/share/horde/forwards/templates">
+    Require all denied
+</Directory>
+
+# vim: filetype=apache ts=4 sw=4 et
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/horde-forwards.git/commitdiff/5318eb9884b34f852973f2fbce84c23e52fe0b17



More information about the pld-cvs-commit mailing list