diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5337db4..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/vim-gv-0.20191207gitf12b8b8.tar.gz -/vim-gv-0.20200328git72dc64d.tar.gz -/vim-gv-0.20200522git61d877d.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index c45c16f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# vim-gv - -The vim-gv package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index b739f37..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (vim-gv-0.20200522git61d877d.tar.gz) = 44214672b0b953e4adaedc0feff3cbd336427d64ac2dafc634323f58ea48cd501dfd98c2ee377e33710a311baa9254d959a3e41f7e2dc5de65da04e62b41ac6c diff --git a/vim-gv.metainfo.xml b/vim-gv.metainfo.xml deleted file mode 100644 index 31950ef..0000000 --- a/vim-gv.metainfo.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - vim-gv - gvim.desktop - vim-gv - Git commit browser in Vim - https://github.com/junegunn/gv.vim - CC0-1.0 - MIT - ego.cordatus@gmail.com - diff --git a/vim-gv.spec b/vim-gv.spec deleted file mode 100644 index 2a4328f..0000000 --- a/vim-gv.spec +++ /dev/null @@ -1,64 +0,0 @@ -%global commit 61d877d23caaad9009d672f90fe2ab576ab93d2d -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20200522 - -Name: vim-gv -Version: 0 -Release: 5.%{date}git%{shortcommit}%{?dist} -Summary: Git commit browser in Vim - -License: MIT -URL: https://github.com/junegunn/gv.vim -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-fugitive - -%description -A git commit browser. - - -%prep -%autosetup -n gv.vim-%{commit} -p1 - - -%install -mkdir -p %{buildroot}%{vimfiles_root} -cp -rp 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 -%doc README.md test/ -%{vimfiles_root}/plugin/* -%{_metainfodir}/*.xml - - -%changelog -* Sat May 23 2020 Artem Polishchuk - 0-5.20200522git61d877d -- Update to latest git snapshot - -* Sat Mar 28 2020 Artem Polishchuk - 0-4.20200328git72dc64d -- Update to latest git snapshot - -* Fri Jan 31 2020 Fedora Release Engineering - 0-4.20191207gitf12b8b8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Dec 07 2019 Artem Polishchuk - 0-3.20191207gitf12b8b8 -- Update to latest git snapshot -- Fix license - -* Thu Oct 17 2019 Artem Polishchuk - 0-2.20191013git7a84f63 -- Update to latest git snapshot - -* Thu Oct 03 2019 Artem Polishchuk - 0-1.20190911git0868f29 -- Initial package