rpms/subversion/devel subversion.spec,1.152,1.153

Ville Skyttä scop at fedoraproject.org
Sat Sep 19 14:50:14 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/subversion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5027

Modified Files:
	subversion.spec 
Log Message:
Ship bash completion (#496456).


Index: subversion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -p -r1.152 -r1.153
--- subversion.spec	19 Sep 2009 14:41:15 -0000	1.152
+++ subversion.spec	19 Sep 2009 14:50:13 -0000	1.153
@@ -231,6 +231,10 @@ sed -i "/^dependency_libs/{
      s,%{_libdir}/lib[^sa][^vp][^nr].*.la, ,g;
      }"  $RPM_BUILD_ROOT%{_libdir}/*.la
 
+# Install bash completion
+install -Dpm 644 tools/client-side/bash_completion \
+        $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
+
 %find_lang %{name}
 
 %if %{make_check}
@@ -278,6 +282,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %{python_sitearch}/libsvn
 %{_datadir}/emacs/site-lisp/*.el
 %{_datadir}/xemacs/site-packages/lisp/*.el
+%{_sysconfdir}/bash_completion.d
 %dir %{_sysconfdir}/subversion
 %exclude %{_libdir}/libsvn_swig_perl*
 %exclude %{_libdir}/libsvn_swig_ruby*
@@ -330,6 +335,7 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
 * Sat Sep 19 2009 Ville Skyttä <ville.skytta at iki.fi>
+- Ship bash completion (#496456).
 - Add %%defattr to -gnome and -kde.
 
 * Sun Aug 23 2009 Joe Orton <jorton at redhat.com> 1.6.5-1




More information about the fedora-extras-commits mailing list