- Include svn2cl and its man page only in the -svn2cl subpackage (#558598).

- Do not include bash completion in docs, it's installed.
This commit is contained in:
Ville Skyttä 2010-01-25 21:19:52 +00:00
parent 5aceb4bb45
commit c3f2f9e55f

View File

@ -17,7 +17,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.6.6
Release: 4%{?dist}
Release: 5%{?dist}
License: ASL 1.1
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -170,6 +170,8 @@ if [ "$v" != "%{svn2cl_version}" ]; then
exit 1
fi
mv tools/client-side/bash_completion .
%build
# Regenerate the buildsystem, so that:
# 1) patches applied to configure.in take effect
@ -276,7 +278,7 @@ install -Dpm 644 svn2cl.1 $RPM_BUILD_ROOT%{_mandir}/man1/svn2cl.1
popd
# Install bash completion
install -Dpm 644 tools/client-side/bash_completion \
install -Dpm 644 bash_completion \
$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
%find_lang %{name}
@ -320,8 +322,10 @@ rm -rf ${RPM_BUILD_ROOT}
%doc contrib/client-side/svnmerge/*.{README,py}
%doc contrib/client-side/wcgrep
%{_bindir}/*
%exclude %{_bindir}/svn2cl
%{_libdir}/libsvn_*.so.*
%{_mandir}/man*/*
%exclude %{_mandir}/man1/svn2cl.1*
%{python_sitearch}/svn
%{python_sitearch}/libsvn
%{_datadir}/emacs/site-lisp/*.el
@ -387,6 +391,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/svn2cl.1*
%changelog
* Mon Jan 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.6-5
- Include svn2cl and its man page only in the -svn2cl subpackage (#558598).
- Do not include bash completion in docs, it's installed.
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.6-4
- rebuild against perl 5.10.1