Update to latest git snapshot
This commit is contained in:
parent
d63675719a
commit
cc499fa8d8
3 changed files with 11 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%global commit 1c53af9a0d3b622af5a62d69ddfc141c841a28c1
|
||||
%global commit 7c48aa1e726f73794fff99b4c03f9094565891d7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20191207
|
||||
%global date 20200328
|
||||
|
||||
Name: vim-gitgutter
|
||||
Version: 0
|
||||
|
|
@ -15,6 +15,7 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: vim-filesystem
|
||||
|
||||
Requires: vim-enhanced
|
||||
|
||||
%description
|
||||
|
|
@ -31,9 +32,9 @@ The signs are always up to date and the plugin never saves your buffer.
|
|||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{vimfiles_root}
|
||||
cp -r {autoload,plugin,unplace.vim} %{buildroot}%{vimfiles_root}
|
||||
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||
mkdir -p %{buildroot}%{vimfiles_root}
|
||||
cp -rp {autoload,plugin,unplace.vim} %{buildroot}%{vimfiles_root}
|
||||
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||
|
||||
|
||||
%check
|
||||
|
|
@ -50,6 +51,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 28 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0-3.20200328git7c48aa1
|
||||
- Update to latest git snapshot
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191207git1c53af9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue