- ruby libs are already in the main package
This commit is contained in:
parent
755ea3459f
commit
054d8deaae
@ -16,7 +16,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.0
|
Version: 1.3.0
|
||||||
Release: 4.2
|
Release: 5
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -240,7 +240,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libsvn_swig_ruby*
|
# This is already in the main package and that is also required:
|
||||||
|
#%{_libdir}/libsvn_swig_ruby*
|
||||||
%{_libdir}/site_ruby/*/svn
|
%{_libdir}/site_ruby/*/svn
|
||||||
%{_libdir}/site_ruby/*/*-linux/svn
|
%{_libdir}/site_ruby/*/*-linux/svn
|
||||||
|
|
||||||
@ -252,6 +253,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.3.0-5
|
||||||
|
- do not package libs within subversion-ruby, these are already
|
||||||
|
available via the main package
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user