split out python bindings
This commit is contained in:
parent
69857115be
commit
e9cc4c898f
@ -17,7 +17,7 @@
|
|||||||
Summary: A Modern Concurrent Version Control System
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.6.17
|
Version: 1.6.17
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.apache.org/
|
URL: http://subversion.apache.org/
|
||||||
@ -69,6 +69,14 @@ Conflicts: apr%{?_isa}< 1.3.0
|
|||||||
The subversion-libs package includes the essential shared libraries
|
The subversion-libs package includes the essential shared libraries
|
||||||
used by the Subversion version control tools.
|
used by the Subversion version control tools.
|
||||||
|
|
||||||
|
%package python
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Python bindings for Subversion Version Control system
|
||||||
|
|
||||||
|
%description python
|
||||||
|
The subversion-python includes the Python bindings to the Subversion
|
||||||
|
libraries.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Summary: Development package for the Subversion libraries
|
Summary: Development package for the Subversion libraries
|
||||||
@ -358,8 +366,6 @@ fi
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%exclude %{_mandir}/man1/svn2cl.1*
|
%exclude %{_mandir}/man1/svn2cl.1*
|
||||||
%{_sysconfdir}/rc.d/init.d/svnserve
|
%{_sysconfdir}/rc.d/init.d/svnserve
|
||||||
%{python_sitearch}/svn
|
|
||||||
%{python_sitearch}/libsvn
|
|
||||||
%{_datadir}/emacs/site-lisp/*.el
|
%{_datadir}/emacs/site-lisp/*.el
|
||||||
%{_datadir}/xemacs/site-packages/lisp/*.el
|
%{_datadir}/xemacs/site-packages/lisp/*.el
|
||||||
%{_sysconfdir}/bash_completion.d
|
%{_sysconfdir}/bash_completion.d
|
||||||
@ -375,6 +381,11 @@ fi
|
|||||||
%exclude %{_libdir}/libsvn_auth_kwallet*
|
%exclude %{_libdir}/libsvn_auth_kwallet*
|
||||||
%exclude %{_libdir}/libsvn_auth_gnome*
|
%exclude %{_libdir}/libsvn_auth_gnome*
|
||||||
|
|
||||||
|
%files python
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{python_sitearch}/svn
|
||||||
|
%{python_sitearch}/libsvn
|
||||||
|
|
||||||
%files gnome
|
%files gnome
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
|
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
|
||||||
@ -428,6 +439,9 @@ fi
|
|||||||
%{_mandir}/man1/svn2cl.1*
|
%{_mandir}/man1/svn2cl.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 24 2011 Joe Orton <jorton@redhat.com> - 1.6.17-2
|
||||||
|
- split out python bindings
|
||||||
|
|
||||||
* Thu Jun 2 2011 Joe Orton <jorton@redhat.com> - 1.6.17-1
|
* Thu Jun 2 2011 Joe Orton <jorton@redhat.com> - 1.6.17-1
|
||||||
- update to 1.6.17 (#709952)
|
- update to 1.6.17 (#709952)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user