Update spec file to include lfds710 (needed by nunc-stans)

This commit is contained in:
Mark Reynolds 2016-10-24 13:53:52 -04:00
parent 70644aae89
commit 3ca61b72f5

View File

@ -251,6 +251,7 @@ OPENLDAP_FLAG="--with-openldap"
%{?with_tmpfiles_d: TMPFILES_FLAG="--with-tmpfiles-d=%{with_tmpfiles_d}"} %{?with_tmpfiles_d: TMPFILES_FLAG="--with-tmpfiles-d=%{with_tmpfiles_d}"}
# hack hack hack https://bugzilla.redhat.com/show_bug.cgi?id=833529 # hack hack hack https://bugzilla.redhat.com/show_bug.cgi?id=833529
NSSARGS="--with-svrcore-inc=%{_includedir} --with-svrcore-lib=%{_libdir} --with-nss-lib=%{_libdir} --with-nss-inc=%{_includedir}/nss3" NSSARGS="--with-svrcore-inc=%{_includedir} --with-svrcore-lib=%{_libdir} --with-nss-lib=%{_libdir} --with-nss-inc=%{_includedir}/nss3"
%if %{use_nunc_stans} %if %{use_nunc_stans}
NUNC_STANS_FLAGS="--enable-nunc-stans --with-nunc-stans=../nunc-stans-%{nunc_stans_ver}" NUNC_STANS_FLAGS="--enable-nunc-stans --with-nunc-stans=../nunc-stans-%{nunc_stans_ver}"
%endif %endif
@ -439,6 +440,7 @@ fi
%{_libdir}/%{pkgname}/libns-dshttpd.so %{_libdir}/%{pkgname}/libns-dshttpd.so
%if %{use_nunc_stans} %if %{use_nunc_stans}
%{_libdir}/%{pkgname}/libnunc-stans.so %{_libdir}/%{pkgname}/libnunc-stans.so
%{_libdir}/%{pkgname}/liblfds710.so.*
%endif %endif
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
@ -450,6 +452,7 @@ fi
%{_libdir}/%{pkgname}/libns-dshttpd.so.* %{_libdir}/%{pkgname}/libns-dshttpd.so.*
%if %{use_nunc_stans} %if %{use_nunc_stans}
%{_libdir}/%{pkgname}/libnunc-stans.so.* %{_libdir}/%{pkgname}/libnunc-stans.so.*
%{_libdir}/%{pkgname}/liblfds710.so.*
%endif %endif
%files snmp %files snmp