- move libsvn_swig_ruby* back to subversion-ruby
This commit is contained in:
parent
a73eb47ead
commit
9fb54b85f8
@ -1,12 +1,7 @@
|
|||||||
# set to zero to avoid running test suite
|
# set to zero to avoid running test suite
|
||||||
%define make_check 1
|
%define make_check 1
|
||||||
|
|
||||||
%ifarch s390
|
|
||||||
# weird gjnih error on s390?
|
|
||||||
%define with_java 1
|
%define with_java 1
|
||||||
%else
|
|
||||||
%define with_java 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# set JDK path to build javahl; default for JPackage
|
# set JDK path to build javahl; default for JPackage
|
||||||
%define jdk_path /usr/lib/jvm/java
|
%define jdk_path /usr/lib/jvm/java
|
||||||
@ -16,7 +11,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.3.1
|
Version: 1.3.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -211,6 +206,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/emacs/site-lisp
|
%{_datadir}/emacs/site-lisp
|
||||||
%{_datadir}/xemacs/site-packages/lisp
|
%{_datadir}/xemacs/site-packages/lisp
|
||||||
%exclude %{_libdir}/libsvn_swig_perl*
|
%exclude %{_libdir}/libsvn_swig_perl*
|
||||||
|
%exclude %{_libdir}/libsvn_swig_ruby*
|
||||||
%exclude %{_mandir}/man*/*::*
|
%exclude %{_mandir}/man*/*::*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -238,8 +234,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
%defattr(-,root,root,-)
|
%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/*/svn
|
||||||
%{_libdir}/site_ruby/*/*-linux/svn
|
%{_libdir}/site_ruby/*/*-linux/svn
|
||||||
|
|
||||||
@ -251,6 +246,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
|
||||||
- update to 1.3.1
|
- update to 1.3.1
|
||||||
- update to psvn.el r19138 (Stefan Reichoer)
|
- update to psvn.el r19138 (Stefan Reichoer)
|
||||||
|
Loading…
Reference in New Issue
Block a user