- move libsvn_swig_ruby* back to subversion-ruby

This commit is contained in:
jorton 2006-04-06 12:17:01 +00:00
parent a73eb47ead
commit 9fb54b85f8

View File

@ -1,12 +1,7 @@
# set to zero to avoid running test suite
%define make_check 1
%ifarch s390
# weird gjnih error on s390?
%define with_java 1
%else
%define with_java 1
%endif
# set JDK path to build javahl; default for JPackage
%define jdk_path /usr/lib/jvm/java
@ -16,7 +11,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.3.1
Release: 3
Release: 4
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -211,6 +206,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/emacs/site-lisp
%{_datadir}/xemacs/site-packages/lisp
%exclude %{_libdir}/libsvn_swig_perl*
%exclude %{_libdir}/libsvn_swig_ruby*
%exclude %{_mandir}/man*/*::*
%files devel
@ -238,8 +234,7 @@ rm -rf ${RPM_BUILD_ROOT}
%files ruby
%defattr(-,root,root,-)
# This is already in the main package and that is also required:
#%{_libdir}/libsvn_swig_ruby*
%{_libdir}/libsvn_swig_ruby*
%{_libdir}/site_ruby/*/svn
%{_libdir}/site_ruby/*/*-linux/svn
@ -251,6 +246,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Thu Apr 6 2006 Joe Orton <jorton@redhat.com> 1.3.1-4
- move libsvn_swig_ruby* back to subversion-ruby
* Tue Apr 4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
- update to 1.3.1
- update to psvn.el r19138 (Stefan Reichoer)