From 9fb54b85f80b7b6df2e6ff879340ed8371b36de9 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 6 Apr 2006 12:17:01 +0000 Subject: [PATCH] - move libsvn_swig_ruby* back to subversion-ruby --- subversion.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/subversion.spec b/subversion.spec index 1fc615f..40a6955 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 1.3.1-4 +- move libsvn_swig_ruby* back to subversion-ruby + * Tue Apr 4 2006 Joe Orton 1.3.1-3 - update to 1.3.1 - update to psvn.el r19138 (Stefan Reichoer)