- 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:
parent
5aceb4bb45
commit
c3f2f9e55f
@ -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.6
|
Version: 1.6.6
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -170,6 +170,8 @@ if [ "$v" != "%{svn2cl_version}" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mv tools/client-side/bash_completion .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Regenerate the buildsystem, so that:
|
# Regenerate the buildsystem, so that:
|
||||||
# 1) patches applied to configure.in take effect
|
# 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
|
popd
|
||||||
|
|
||||||
# Install bash completion
|
# Install bash completion
|
||||||
install -Dpm 644 tools/client-side/bash_completion \
|
install -Dpm 644 bash_completion \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
|
$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -320,8 +322,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%doc contrib/client-side/svnmerge/*.{README,py}
|
%doc contrib/client-side/svnmerge/*.{README,py}
|
||||||
%doc contrib/client-side/wcgrep
|
%doc contrib/client-side/wcgrep
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%exclude %{_bindir}/svn2cl
|
||||||
%{_libdir}/libsvn_*.so.*
|
%{_libdir}/libsvn_*.so.*
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
%exclude %{_mandir}/man1/svn2cl.1*
|
||||||
%{python_sitearch}/svn
|
%{python_sitearch}/svn
|
||||||
%{python_sitearch}/libsvn
|
%{python_sitearch}/libsvn
|
||||||
%{_datadir}/emacs/site-lisp/*.el
|
%{_datadir}/emacs/site-lisp/*.el
|
||||||
@ -387,6 +391,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man1/svn2cl.1*
|
%{_mandir}/man1/svn2cl.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.6-4
|
||||||
- rebuild against perl 5.10.1
|
- rebuild against perl 5.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user