[mod_annodex] add _httpd_moddir fallback

jorton jorton at fedoraproject.org
Mon Apr 23 21:26:55 UTC 2012


commit e41b6634a8e3b55eead60ef9ab3bb0d6915852a9
Author: Joe Orton <jorton at redhat.com>
Date:   Mon Apr 23 22:26:45 2012 +0100

    add _httpd_moddir fallback

 mod_annodex.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mod_annodex.spec b/mod_annodex.spec
index 0c0f13a..d1121d3 100644
--- a/mod_annodex.spec
+++ b/mod_annodex.spec
@@ -3,10 +3,11 @@
 %{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
 # /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
 %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
+%{!?_httpd_moddir:     %{expand: %%global _httpd_moddir    %%{_libdir}/httpd/modules}}
 
 Name:           mod_annodex
 Version:        0.2.2
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Apache module for server-side support of annodex media
 
 Group:          System Environment/Daemons
@@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Apr 23 2012 Joe Orton <jorton at redhat.com> - 0.2.2-16
+- add _httpd_moddir fallback
+
 * Mon Apr 23 2012 Joe Orton <jorton at redhat.com> - 0.2.2-15
 - update packaging (#803064)
 


More information about the scm-commits mailing list