Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ff9b9db21 | ||
|
|
605f63a81f | ||
|
|
f735a7eb19 | ||
|
|
d2feedad16 | ||
|
|
3b53113298 | ||
|
|
5d8bc5c1d0 | ||
|
|
582709cc66 | ||
|
|
e299fe06a1 | ||
|
|
4624016977 | ||
|
|
7f35ced006 | ||
|
|
cd7cffc505 | ||
|
|
94d7e3679f | ||
|
|
e0345949ca | ||
|
|
bb2648b59c | ||
|
|
6b0ed594d5 | ||
|
|
1c3c45d9a2 | ||
|
|
ea0bf2cf15 | ||
|
|
11a37b954a | ||
|
|
ed9cb756ba |
6 changed files with 1 additions and 69 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
/vim-pathogen-0.20181213gite9fb091.tar.gz
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# vim-pathogen
|
|
||||||
|
|
||||||
The vim-pathogen 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-pathogen-0.20181213gite9fb091.tar.gz) = 83df5fe4e22d44ad3fa76eef04955275a8b1d0f90f24b5df4ffe2147636979f8851b8c354778ca8ef1f5c9116e64dc7f58bc816a400e3d8aa6a52bf7531e18df
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
|
||||||
<component type="addon">
|
|
||||||
<id>vim-pathogen</id>
|
|
||||||
<extends>gvim.desktop</extends>
|
|
||||||
<name>vim-pathogen</name>
|
|
||||||
<summary>Manage your runtimepath</summary>
|
|
||||||
<url type="homepage">https://github.com/tpope/vim-pathogen</url>
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
|
||||||
<project_license>Vim</project_license>
|
|
||||||
<updatecontact>ego.cordatus@gmail.com</updatecontact>
|
|
||||||
</component>
|
|
||||||
|
|
@ -1,52 +0,0 @@
|
||||||
%global commit e9fb0914dba5bdfe2feaa364dda2e9495c5620a2
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global date 20181213
|
|
||||||
|
|
||||||
Name: vim-pathogen
|
|
||||||
Version: 0
|
|
||||||
Release: 2.%{date}git%{shortcommit}%{?dist}
|
|
||||||
Summary: Manage your runtimepath
|
|
||||||
|
|
||||||
License: Vim
|
|
||||||
URL: https://github.com/tpope/vim-pathogen
|
|
||||||
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
|
|
||||||
|
|
||||||
%description
|
|
||||||
Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it
|
|
||||||
super easy to install plugins and runtime files in their own private
|
|
||||||
directories.
|
|
||||||
|
|
||||||
For new users, I recommend using Vim's built-in package management instead:
|
|
||||||
|
|
||||||
:help packages
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{name}-%{commit} -p1
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
mkdir -p %{buildroot}%{vimfiles_root}
|
|
||||||
cp -r autoload %{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.markdown CONTRIBUTING.markdown
|
|
||||||
%{vimfiles_root}/autoload/*
|
|
||||||
%{_metainfodir}/*.xml
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20181213gite9fb091
|
|
||||||
- Initial package
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue