Orphaned for 6+ weeks
This commit is contained in:
parent
83174213fe
commit
c23e4e9d43
6 changed files with 1 additions and 95 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/vim-nerdtree-git-plugin-0.20191024gitf522a09.tar.gz
|
||||
/vim-nerdtree-git-plugin-0.20210818gite1fe727.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# vim-nerdtree-git-plugin
|
||||
|
||||
The vim-nerdtree-git-plugin package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (vim-nerdtree-git-plugin-0.20210818gite1fe727.tar.gz) = fc80ae8e3d9511ddceda1a677fe481a4d4a1b179539af323ca7b52e3c78b1139761055d821139d7d77a9d193bc7ef96d86b7e22bcbc6c92fb148f3003aada767
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
||||
<component type="addon">
|
||||
<id>vim-nerdtree-git-plugin</id>
|
||||
<extends>gvim.desktop</extends>
|
||||
<name>vim-nerdtree-git-plugin</name>
|
||||
<summary>Plugin of NERDTree showing git status</summary>
|
||||
<url type="homepage">https://github.com/xuyuanp/nerdtree-git-plugin</url>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>WTFPL</project_license>
|
||||
<updatecontact>ego.cordatus@gmail.com</updatecontact>
|
||||
</component>
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
%global commit e1fe727127a813095854a5b063c15e955a77eafb
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20210818
|
||||
|
||||
Name: vim-nerdtree-git-plugin
|
||||
Version: 0
|
||||
Release: 9.%{date}git%{shortcommit}%{?dist}
|
||||
Summary: Plugin of NERDTree showing git status
|
||||
|
||||
License: WTFPL
|
||||
URL: https://github.com/xuyuanp/nerdtree-git-plugin
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
||||
Source1: %{name}.metainfo.xml
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: vim-filesystem
|
||||
Requires: vim-enhanced
|
||||
Requires: vim-nerdtree
|
||||
|
||||
%description
|
||||
A plugin of NERDTree showing git status flags. Works with the LATEST version of
|
||||
NERDTree.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n nerdtree-git-plugin-%{commit} -p1
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{vimfiles_root}
|
||||
cp -r nerdtree_plugin %{buildroot}%{vimfiles_root}
|
||||
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{vimfiles_root}/nerdtree_plugin/*
|
||||
%{_metainfodir}/*.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 08 2023 Artem Polishchuk <ego.cordatus@gmail.com> - 0-9.20210818gite1fe727
|
||||
- chore: Update to latest version
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-8.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-6.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-5.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-4.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-2.20191024gitf522a09
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20191024gitf522a09
|
||||
- Update to latesti git snapshot
|
||||
- Add license file
|
||||
|
||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20190613git0501cdf
|
||||
- Initial package
|
||||
Loading…
Add table
Add a link
Reference in a new issue