move javahl .so to -libs (#1469158)

Resolves: rhbz#1469158
This commit is contained in:
Joe Orton 2017-07-17 10:17:13 +01:00
parent 5b21ca64df
commit 6225a77f14

View File

@ -25,7 +25,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.9.6
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
Group: Development/Tools
URL: http://subversion.apache.org/
@ -420,6 +420,9 @@ make check-javahl
%{_libdir}/libsvn*.so.*
%exclude %{_libdir}/libsvn_swig_perl*
%exclude %{_libdir}/libsvn_swig_ruby*
%if %{with_java}
%{_libdir}/libsvnjavahl-*.so
%endif
%if %{with_kwallet}
%exclude %{_libdir}/libsvn_auth_kwallet*
%endif
@ -443,6 +446,7 @@ make check-javahl
%{_libdir}/libsvn*.so
%{_datadir}/pkgconfig/*.pc
%exclude %{_libdir}/libsvn_swig_perl*
%exclude %{_libdir}/libsvnjavahl-*.so
%files -n mod_dav_svn
%config(noreplace) %{_httpd_modconfdir}/*.conf
@ -467,6 +471,9 @@ make check-javahl
%endif
%changelog
* Mon Jul 17 2017 Joe Orton <jorton@redhat.com> - 1.9.6-2
- move javahl .so to -libs (#1469158)
* Thu Jul 6 2017 Joe Orton <jorton@redhat.com> - 1.9.6-1
- update to 1.9.6 (#1467890)
- update to latest upstream psvn.el