- fix ownership of libsvnjavahl.* (#175289)
- try building javahl on ia64/ppc64 again
This commit is contained in:
parent
e8a7b39c79
commit
99ee2cbc82
@ -7,7 +7,7 @@
|
|||||||
# ecj platform bugs:
|
# ecj platform bugs:
|
||||||
# ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
|
# ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700
|
||||||
# ppc64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158719
|
# ppc64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158719
|
||||||
%define with_java 0
|
%define with_java 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# set JDK path to build javahl; default for JPackage
|
# set JDK path to build javahl; default for JPackage
|
||||||
@ -18,7 +18,7 @@
|
|||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 5.1
|
Release: 6
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -222,6 +222,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/libsvn*.*a
|
%{_libdir}/libsvn*.*a
|
||||||
%{_libdir}/libsvn*.so
|
%{_libdir}/libsvn*.so
|
||||||
%exclude %{_libdir}/libsvn_swig_perl*
|
%exclude %{_libdir}/libsvn_swig_perl*
|
||||||
|
%exclude %{_libdir}/libsvnjavahl.*
|
||||||
|
|
||||||
%files -n mod_dav_svn
|
%files -n mod_dav_svn
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -250,6 +251,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 1.2.3-6
|
||||||
|
- fix ownership of libsvnjavahl.* (#175289)
|
||||||
|
- try building javahl on ia64/ppc64 again
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user