Accepting request 353142 from devel:tools:scm
package git-new-workdir [boo#961292] OBS-URL: https://build.opensuse.org/request/show/353142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=172
This commit is contained in:
parent
f9adf53b04
commit
434abd9640
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 18:40:33 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- package git-new-workdir [boo#961292]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 5 13:24:54 UTC 2016 - astieger@suse.com
|
Tue Jan 5 13:24:54 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
3
git.spec
3
git.spec
@ -304,6 +304,8 @@ install -m 644 -D contrib/completion/git-prompt.sh $RPM_BUILD_ROOT/etc/bash_comp
|
|||||||
%if %{with git_gnome_keyring}
|
%if %{with git_gnome_keyring}
|
||||||
install -m 755 -D contrib/credential/gnome-keyring/git-credential-gnome-keyring $RPM_BUILD_ROOT/%{gitexecdir}/git-credential-gnome-keyring
|
install -m 755 -D contrib/credential/gnome-keyring/git-credential-gnome-keyring $RPM_BUILD_ROOT/%{gitexecdir}/git-credential-gnome-keyring
|
||||||
%endif
|
%endif
|
||||||
|
# contrib/workdir
|
||||||
|
install -m 755 -D contrib/workdir/git-new-workdir %{buildroot}/%{_bindir}
|
||||||
# process tcsh completion
|
# process tcsh completion
|
||||||
(cd contrib/completion
|
(cd contrib/completion
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/tcsh
|
mkdir -p $RPM_BUILD_ROOT/usr/share/tcsh
|
||||||
@ -441,6 +443,7 @@ fi
|
|||||||
%{_datadir}/git-core/
|
%{_datadir}/git-core/
|
||||||
%dir %{gitexecdir}
|
%dir %{gitexecdir}
|
||||||
%dir %{gitexecdir}/mergetools
|
%dir %{gitexecdir}/mergetools
|
||||||
|
%{_bindir}/git-new-workdir
|
||||||
%if 0%{?suse_version} < 1140
|
%if 0%{?suse_version} < 1140
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user