File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
127
127
rm -rf $RPM_BUILD_ROOT%{_mandir}
128
128
%endif
129
129
130
+ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
131
+ install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
132
+
130
133
%clean
131
134
rm -rf $RPM_BUILD_ROOT
132
135
@@ -136,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
136
139
%doc README COPYING Documentation/*.txt
137
140
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
138
141
%{!?_without_docs: %doc Documentation/technical}
142
+ %{_sysconfdir}/bash_completion.d
139
143
140
144
%files svn
141
145
%defattr(-,root,root)
@@ -192,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
192
196
# No files for you!
193
197
194
198
%changelog
199
+ * Fri Mar 26 2010 Ian Ward Comfort <
[email protected] >
200
+ - Ship bash completion support from contrib/ in the core package.
201
+
195
202
* Sun Jan 31 2010 Junio C Hamano <
[email protected] >
196
203
- Do not use %define inside %{!?...} construct.
197
204
You can’t perform that action at this time.
0 commit comments