diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-09-14 16:20:36 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-09-14 16:20:36 +0200 |
commit | a89bfaa6c8ee648f38797165346971c15da15875 (patch) | |
tree | e023f6e46560dfe494fe271d5082c0409ec98e5c /redhat/tdevelop/tdevelop-3.5.13.2.spec | |
parent | d8260a6ce3beb4f6aa74e66f9f9b56995a36d79e (diff) | |
download | tde-packaging-a89bfaa6c8ee648f38797165346971c15da15875.tar.gz tde-packaging-a89bfaa6c8ee648f38797165346971c15da15875.zip |
RPM Packaging: update 3.5.13.2
Diffstat (limited to 'redhat/tdevelop/tdevelop-3.5.13.2.spec')
-rw-r--r-- | redhat/tdevelop/tdevelop-3.5.13.2.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/tdevelop/tdevelop-3.5.13.2.spec b/redhat/tdevelop/tdevelop-3.5.13.2.spec index 305fb8c0d..d212a5ce4 100644 --- a/redhat/tdevelop/tdevelop-3.5.13.2.spec +++ b/redhat/tdevelop/tdevelop-3.5.13.2.spec @@ -85,8 +85,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 Obsoletes: trinity-tdevelop < %{version}-%{release} Provides: trinity-tdevelop = %{version}-%{release} @@ -589,7 +591,7 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig" # Specific path for RHEL4 if [ -d /usr/X11R6 ]; then - export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" + export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}" fi # c references |