summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-15 15:10:04 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-15 15:39:37 -0400
commitb8ae8e8bd7add47a3d1ed96a2331b37aea8bf59b (patch)
tree68a1645f576bb209df7c4da689854f954cd3e699
parent362e33a2a145c8012f0087319cc59097f2d6ddfe (diff)
downloadsssd_unused-b8ae8e8bd7add47a3d1ed96a2331b37aea8bf59b.tar.gz
sssd_unused-b8ae8e8bd7add47a3d1ed96a2331b37aea8bf59b.tar.xz
sssd_unused-b8ae8e8bd7add47a3d1ed96a2331b37aea8bf59b.zip
Do not build documentation on RHEL 5
RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation.
-rw-r--r--contrib/sssd.spec.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 9dc7f95d..2cc3cd12 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -164,7 +164,18 @@ autoreconf -ivf
--disable-static \
--disable-rpath
-make %{?_smp_mflags} all docs
+make %{?_smp_mflags} all
+
+
+# Only build docs on recent distros
+%if 0{?fedora}
+make %{?_smp_mflags} docs
+%endif
+
+%if 0{?rhel} >= 6
+make %{?_smp_mflags} docs
+%endif
+
%check
export CK_TIMEOUT_MULTIPLIER=10
@@ -290,7 +301,12 @@ rm -rf $RPM_BUILD_ROOT
%files -n libipa_hbac-devel
%defattr(-,root,root,-)
+%if 0%{?fedora}
%doc hbac_doc/html
+%endif
+%if 0%{?rhel} >= 6
+%doc hbac_doc/html
+%endif
%{_includedir}/ipa_hbac.h
%{_libdir}/libipa_hbac.so
%{_libdir}/pkgconfig/ipa_hbac.pc