diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-12-15 23:38:06 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-12-15 23:38:06 +0100 |
commit | d19d14a03103d32059598d292defb77945309f28 (patch) | |
tree | ee992c9fa6b2aaf1f12cefcccaec75e2eaa0a550 /redhat/main/tdevelop | |
parent | 092caa810a152ddcbc89e908fee1f4611a5acc70 (diff) | |
download | tde-packaging-d19d14a03103d32059598d292defb77945309f28.tar.gz tde-packaging-d19d14a03103d32059598d292defb77945309f28.zip |
RPM packaging: update for R14
Diffstat (limited to 'redhat/main/tdevelop')
-rw-r--r-- | redhat/main/tdevelop/tdevelop-14.0.0.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/main/tdevelop/tdevelop-14.0.0.spec b/redhat/main/tdevelop/tdevelop-14.0.0.spec index 820d5af36..c810089ac 100644 --- a/redhat/main/tdevelop/tdevelop-14.0.0.spec +++ b/redhat/main/tdevelop/tdevelop-14.0.0.spec @@ -126,8 +126,10 @@ BuildRequires: openldap2-devel BuildRequires: openldap-devel %endif -# ACL support +# LIBACL support +%if 0%{?suse_version} || 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} BuildRequires: libacl-devel +%endif %description The TDevelop Integrated Development Environment provides many features |