diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:05:16 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:05:16 +0100 |
commit | 05e981f0b89c0130808952da8dda4aff1d7d25a7 (patch) | |
tree | 814c5ea1ecbdff476518542612921e373b45e72d /redhat/libraries | |
parent | effbf509eea4f37a1a8660242769ed1746b67ee0 (diff) | |
download | tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.tar.gz tde-packaging-05e981f0b89c0130808952da8dda4aff1d7d25a7.zip |
RPM: more updates
Diffstat (limited to 'redhat/libraries')
-rw-r--r-- | redhat/libraries/libtdeldap/libtdeldap.spec | 12 | ||||
-rw-r--r-- | redhat/libraries/libtqt-perl/libtqt-perl.spec | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/redhat/libraries/libtdeldap/libtdeldap.spec b/redhat/libraries/libtdeldap/libtdeldap.spec index 6d72b713e..081f6f047 100644 --- a/redhat/libraries/libtdeldap/libtdeldap.spec +++ b/redhat/libraries/libtdeldap/libtdeldap.spec @@ -96,12 +96,12 @@ BuildRequires: openldap24-libs-devel %endif # HEIMDAL support -#%if 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} -#BuildRequires: heimdal-devel -#%endif -#%if 0%{?suse_version} -#BuildRequires: libheimdal-devel -#%endif +%if 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: heimdal-devel +%endif +%if 0%{?suse_version} +BuildRequires: libheimdal-devel +%endif # UDEV support %if 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} >= 6 diff --git a/redhat/libraries/libtqt-perl/libtqt-perl.spec b/redhat/libraries/libtqt-perl/libtqt-perl.spec index 738884fe6..76c5b0b79 100644 --- a/redhat/libraries/libtqt-perl/libtqt-perl.spec +++ b/redhat/libraries/libtqt-perl/libtqt-perl.spec @@ -166,7 +166,7 @@ export PATH="%{tde_bindir}:${PATH}" # Unwanted files %__rm -f %{buildroot}%{perl_archlib}/perllocal.pod %__rm -f %{buildroot}%{perl_vendorarch}/auto/TQt/.packlist -chmod u+w %{buildroot}%{perl_archlib}/vendor_perl/auto/TQt/TQt.so + %clean %__rm -rf %{buildroot} |