forked from pool/vim-plugins
Compare commits
127 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b0edd63f02 | ||
|
0dc09dfec5 | ||
|
8f5c3395fa | ||
316bdb2a2f | |||
0c62b804f4 | |||
efdccae918 | |||
f8cb560add | |||
2b9e2b259b | |||
23df8e0bd0 | |||
a78077387d | |||
8aa98a5a5e | |||
2897aacc08 | |||
712a444676 | |||
cf3b17bda6 | |||
d44bc6741c | |||
acc9b16c54 | |||
66f071ebf4 | |||
a54e8d0aa5 | |||
8078863301 | |||
7059e5e0b4 | |||
3df1af382e | |||
10c4773376 | |||
8309340251 | |||
6559d4d3af | |||
59c172d756 | |||
a0183e72ff | |||
9d415cc219 | |||
a26337c0fc | |||
dd6da3ae64 | |||
1aa6fd2c76 | |||
771d43c6d5 | |||
0501de80dc | |||
c17f8289e9 | |||
7a0a923da4 | |||
9d1d576382 | |||
456a7fd141 | |||
a21405cfba | |||
471d5bb989 | |||
012784cc18 | |||
facb7b3f00 | |||
623a0923f1 | |||
036a3726ab | |||
972aec5170 | |||
eaf820328d | |||
45c6b11c1b | |||
bff162b109 | |||
1dd1b845b0 | |||
8bfc2c8af2 | |||
9de1b1b555 | |||
02ec6c50d7 | |||
121e95451e | |||
afd880685a | |||
2a47347c65 | |||
913ce7a3a1 | |||
4f7437e7a7 | |||
00a4b16163 | |||
dd635e29de | |||
dc51af2bfe | |||
93a4659cdc | |||
6db0d45b79 | |||
f1fed34e79 | |||
62fbe2516c | |||
|
2b315793fc | ||
|
152de4f41c | ||
4cf393e241 | |||
|
3936a9584d | ||
7fbe19089e | |||
|
72250c59da | ||
0e58148218 | |||
|
989731ac59 | ||
da9bb07b6d | |||
|
d43df5d257 | ||
6ca009aad1 | |||
|
28e1fd961d | ||
751459b6ce | |||
|
605ab05871 | ||
153726520f | |||
|
a00a69b2d3 | ||
7160a15d62 | |||
|
75a19655ba | ||
eab9aa9dbe | |||
|
ec5c0f8db8 | ||
|
2532318d55 | ||
b9561282dc | |||
e74b10a50a | |||
90080477da | |||
5b62d66c0a | |||
|
456a4d9578 | ||
|
2fa72aee1f | ||
5239cd5e65 | |||
|
05b1675f49 | ||
|
430d8beb7b | ||
|
4c2712c5da | ||
|
ad5799bd85 | ||
|
120b3fddc5 | ||
331de7aefd | |||
|
db4579d09e | ||
6ff33dc615 | |||
|
8d4d0a0030 | ||
8835160a60 | |||
|
fff4461482 | ||
697224dd1a | |||
|
a4aa82e21d | ||
b1e27780a1 | |||
|
4e74cad830 | ||
d99e984094 | |||
|
2332bd7d75 | ||
92cf51404c | |||
|
0ee03669d1 | ||
a8956f8d57 | |||
3630b616b7 | |||
|
818cf07d8a | ||
|
d68a571ceb | ||
|
7c00b4a529 | ||
|
5807a927ee | ||
|
c57571204b | ||
|
7f6dfd28f7 | ||
|
9ed46dfb96 | ||
6c0576c3d4 | |||
|
20e33a187f | ||
e097232768 | |||
|
cefb06c693 | ||
|
fd2945ca75 | ||
|
09c33705dc | ||
|
fb11b811d1 | ||
|
c5b11557c1 | ||
ba4f794ea7 |
20
_service
20
_service
@@ -1,7 +1,17 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="url">https://github.com/joe-skb7/cscope-maps.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="versionformat">%cd</param>
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime">
|
||||||
|
<param name="obsinfo">cscope-maps.obsinfo</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/bogado/file-line.git</param>
|
<param name="url">https://github.com/bogado/file-line.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">main</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
@@ -10,7 +20,7 @@
|
|||||||
<param name="obsinfo">file-line.obsinfo</param>
|
<param name="obsinfo">file-line.obsinfo</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/neomutt/neomutt.vim.git</param>
|
<param name="url">https://github.com/neomutt/neomutt.vim.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">%cd</param>
|
<param name="versionformat">%cd</param>
|
||||||
@@ -20,7 +30,7 @@
|
|||||||
<param name="obsinfo">neomutt.vim.obsinfo</param>
|
<param name="obsinfo">neomutt.vim.obsinfo</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/saltstack/salt-vim.git</param>
|
<param name="url">https://github.com/saltstack/salt-vim.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">%cd</param>
|
<param name="versionformat">%cd</param>
|
||||||
@@ -29,7 +39,7 @@
|
|||||||
<param name="obsinfo">salt-vim.obsinfo</param>
|
<param name="obsinfo">salt-vim.obsinfo</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/vim-latex/vim-latex</param>
|
<param name="url">https://github.com/vim-latex/vim-latex</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
||||||
@@ -40,7 +50,7 @@
|
|||||||
<param name="obsinfo">vim-latex.obsinfo</param>
|
<param name="obsinfo">vim-latex.obsinfo</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/plasticboy/vim-markdown</param>
|
<param name="url">https://github.com/plasticboy/vim-markdown</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3302df8f942729e2735f5f9c918f70cd308225fc6e1d3adc8ffb86988d00db80
|
|
||||||
size 26568
|
|
@@ -1,43 +0,0 @@
|
|||||||
#!/usr/bin/perl
|
|
||||||
use warnings;
|
|
||||||
use strict;
|
|
||||||
use Data::Dumper;
|
|
||||||
use JSON;
|
|
||||||
use LWP::UserAgent;
|
|
||||||
|
|
||||||
open(SPEC, '<vim-plugins.spec') or die "cannot open spec";
|
|
||||||
my $spec;
|
|
||||||
{
|
|
||||||
local $/ = undef;
|
|
||||||
$spec = <SPEC>;
|
|
||||||
}
|
|
||||||
close(SPEC);
|
|
||||||
|
|
||||||
my $child = open(SPEC, '-|', qw|rpm -E|, $spec) // die "cannot run rpm";
|
|
||||||
exit 0 unless ($child);
|
|
||||||
|
|
||||||
my $ua = LWP::UserAgent->new;
|
|
||||||
my $json = JSON->new->allow_nonref;
|
|
||||||
|
|
||||||
while (<SPEC>) {
|
|
||||||
chomp;
|
|
||||||
my ($org, $repo, $rel, $ver) = (m@^Source\d+:\s+https://github\.com/([^/]+)/([^/]+)/(?:archive/refs/tags|releases/download/([^/]+))/([^/]+)\.tar\.gz#@);
|
|
||||||
next unless defined $ver;
|
|
||||||
$ver = $rel if defined $rel;
|
|
||||||
|
|
||||||
my $req_url = defined $rel ? 'releases/latest' : 'tags';
|
|
||||||
my $req = HTTP::Request->new(GET => "https://api.github.com/repos/$org/$repo/$req_url");
|
|
||||||
my $res = $ua->request($req);
|
|
||||||
die "bad HTTP reply for $org/$repo -- \"" . $res->status_line . '"' unless ($res->is_success);
|
|
||||||
|
|
||||||
my $j = $json->decode($res->content);
|
|
||||||
$j = @{$j}[0] unless (defined $rel);
|
|
||||||
my $ver2 = $j->{'name'} || $j->{'tag_name'};
|
|
||||||
|
|
||||||
if ($ver2 ne $ver) {
|
|
||||||
print "$org, $repo, $ver -> $ver2\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
close(SPEC);
|
|
||||||
|
|
||||||
1;
|
|
55
check_for_updates.py
Executable file
55
check_for_updates.py
Executable file
@@ -0,0 +1,55 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
import argparse
|
||||||
|
import re
|
||||||
|
import requests
|
||||||
|
import rpm
|
||||||
|
import sys
|
||||||
|
from termcolor import colored
|
||||||
|
|
||||||
|
parser = argparse.ArgumentParser()
|
||||||
|
parser.add_argument('-t', '--token')
|
||||||
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
ts = rpm.TransactionSet()
|
||||||
|
spec = ts.parseSpec('vim-plugins.spec')
|
||||||
|
|
||||||
|
ver_re = re.compile(r"https://github\.com/(?P<org>[^/]+)/(?P<repo>[^/]+)/(?:archive/refs/tags|releases/download/(?P<rel>[^/]+))/(?P<ver>[^/]+)\.tar\.gz#")
|
||||||
|
|
||||||
|
for src in spec.sources:
|
||||||
|
if src[2] != 1: # Source
|
||||||
|
continue
|
||||||
|
|
||||||
|
m = ver_re.match(src[0])
|
||||||
|
if m is None:
|
||||||
|
continue
|
||||||
|
|
||||||
|
org = m.group('org')
|
||||||
|
repo = m.group('repo')
|
||||||
|
rel = m.group('rel')
|
||||||
|
ver = m.group('ver')
|
||||||
|
if ver is None:
|
||||||
|
continue
|
||||||
|
|
||||||
|
print(colored(f"Checking {org}/{repo} (current rel='{rel}' ver='{ver}')", 'green'))
|
||||||
|
|
||||||
|
url_suffix = 'tags'
|
||||||
|
if rel is not None:
|
||||||
|
url_suffix = 'releases/latest'
|
||||||
|
ver = rel
|
||||||
|
|
||||||
|
headers = {}
|
||||||
|
if args.token:
|
||||||
|
headers['Authorization'] = f"token {args.token}"
|
||||||
|
get = requests.get(f"https://api.github.com/repos/{org}/{repo}/{url_suffix}", headers=headers)
|
||||||
|
if not get.ok:
|
||||||
|
print(f"bad HTTP reply for {org}/{repo}: {get.status_code} {get.reason}")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
js = get.json()
|
||||||
|
if rel is None:
|
||||||
|
js = js[0] # take the latest tag only
|
||||||
|
|
||||||
|
ver2 = js['name'] or js['tag_name']
|
||||||
|
if ver != ver2:
|
||||||
|
print(colored(f"\t{ver2} available", 'red'))
|
BIN
cscope-maps-20210418.obscpio
(Stored with Git LFS)
Normal file
BIN
cscope-maps-20210418.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
cscope-maps.obsinfo
Normal file
4
cscope-maps.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name: cscope-maps
|
||||||
|
version: 20210418
|
||||||
|
mtime: 1618746153
|
||||||
|
commit: 6cb3c8228dc506e91ad39b192d20f8496a5e49b5
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a951da2d1501cb50d02e801f6d0349c6a95a762de7f5e4af2eb5f5bc6a28b685
|
|
||||||
size 93195
|
|
BIN
neomutt.vim-20241013.obscpio
(Stored with Git LFS)
Normal file
BIN
neomutt.vim-20241013.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
name: neomutt.vim
|
name: neomutt.vim
|
||||||
version: 20220612
|
version: 20241013
|
||||||
mtime: 1655060512
|
mtime: 1728812981
|
||||||
commit: 4f87a1e1fa3e4b343558594f3b5490cd028b8718
|
commit: 0081eb9ab89d06b5d29678721463e0148b4b4575
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25f81b34a00b74299b4e0c55ea2e5da25250f0b5318ccd9d434ecc9f8c1e9d14
|
|
||||||
size 1012236
|
|
BIN
vim-latex-1.10.0+20250111.obscpio
(Stored with Git LFS)
Normal file
BIN
vim-latex-1.10.0+20250111.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
name: vim-latex
|
name: vim-latex
|
||||||
version: 1.10.0+20220519
|
version: 1.10.0+20250111
|
||||||
mtime: 1652983369
|
mtime: 1736599285
|
||||||
commit: 069a26a0963adb6a9de9f40f5a7332c7207d5423
|
commit: 08821de4f16625dfe35c9d0d18bb650102e4107f
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50f0fb90d94c76fa6129ccc4c795d2d79ca05f1376eeeebeefefba033db174bb
|
|
||||||
size 161291
|
|
BIN
vim-markdown-2.0.0+20240920.obscpio
(Stored with Git LFS)
Normal file
BIN
vim-markdown-2.0.0+20240920.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
name: vim-markdown
|
name: vim-markdown
|
||||||
version: 2.0.0+20220926
|
version: 2.0.0+20240920
|
||||||
mtime: 1664174663
|
mtime: 1726813437
|
||||||
commit: c3f83ebb43b560af066d2a5d66bc77c6c05293b1
|
commit: 8f6cb3a6ca4e3b6bcda0730145a0b700f3481b51
|
||||||
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 06:21:19 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
- update
|
||||||
|
* ale 4.0.0
|
||||||
|
* cscope_maps 20210418 (bsc#1236667)
|
||||||
|
* editorconfig 1.2.1
|
||||||
|
* latex 1.10.0+20250111
|
||||||
|
* neomutt.vim 20241013
|
||||||
|
* markdown 2.0.0+20240920
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 10:01:41 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
Fri Jan 17 10:01:41 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define ack_version 1.0.9
|
%define ack_version 1.0.9
|
||||||
%define airline_version 0.11
|
%define airline_version 0.11
|
||||||
%define ale_version 3.3.0
|
%define ale_version 4.0.0
|
||||||
%define align_version_orig 37-43
|
%define align_version_orig 37-43
|
||||||
%define align_version 37.43
|
%define align_version 37.43
|
||||||
%define a_version 2.18
|
%define a_version 2.18
|
||||||
@@ -27,20 +27,21 @@
|
|||||||
%define calendar_version 2.5
|
%define calendar_version 2.5
|
||||||
%define colorsel_version 20110107
|
%define colorsel_version 20110107
|
||||||
%define colorschemes_version 1.0
|
%define colorschemes_version 1.0
|
||||||
|
%define cscope_maps_version 20210418
|
||||||
%define diffchanges_tag 346dae2
|
%define diffchanges_tag 346dae2
|
||||||
%define diffchanges_version 0.6+g346dae2
|
%define diffchanges_version 0.6+g346dae2
|
||||||
%define editorconfig_version 1.1.1
|
%define editorconfig_version 1.2.1
|
||||||
%define file_line_version 1.0+20161020
|
%define file_line_version 1.0+20161020
|
||||||
%define fugitive_version 3.7
|
%define fugitive_version 3.7
|
||||||
%define gitdiff_version 2
|
%define gitdiff_version 2
|
||||||
%define gnupg_version 2.7.1
|
%define gnupg_version 2.7.1
|
||||||
%define latex_version 1.10.0+20220519
|
%define latex_version 1.10.0+20250111
|
||||||
%define locateopen_version 1.3
|
%define locateopen_version 1.3
|
||||||
%define markdown_version 2.0.0+20220926
|
%define markdown_version 2.0.0+20240920
|
||||||
%define matrix_version 1.10
|
%define matrix_version 1.10
|
||||||
%define minibufexpl_version 6.3.2
|
%define minibufexpl_version 6.3.2
|
||||||
%define multiplesearch_version 1.3
|
%define multiplesearch_version 1.3
|
||||||
%define neomutt_version 20220612
|
%define neomutt_version 20241013
|
||||||
%define NERDcommenter_version 2.7.0
|
%define NERDcommenter_version 2.7.0
|
||||||
%define NERDtree_version 7.1.3
|
%define NERDtree_version 7.1.3
|
||||||
%define project_version 1.4.1
|
%define project_version 1.4.1
|
||||||
@@ -106,17 +107,17 @@ Source36: https://github.com/vim-airline/vim-airline/archive/refs/tags/v%{
|
|||||||
Source37: https://github.com/dense-analysis/ale/archive/refs/tags/v%{ale_version}.tar.gz#/vimplugin-ale-%{ale_version}.tar.gz
|
Source37: https://github.com/dense-analysis/ale/archive/refs/tags/v%{ale_version}.tar.gz#/vimplugin-ale-%{ale_version}.tar.gz
|
||||||
Source38: https://github.com/dhruvasagar/vim-table-mode/archive/refs/tags/v%{table_mode_version}.tar.gz#/vimplugin-table-mode-%{table_mode_version}.tar.gz
|
Source38: https://github.com/dhruvasagar/vim-table-mode/archive/refs/tags/v%{table_mode_version}.tar.gz#/vimplugin-table-mode-%{table_mode_version}.tar.gz
|
||||||
Source39: https://github.com/aliou/bats.vim/archive/refs/tags/v%{bats_version}.tar.gz#/vimplugin-bats-%{bats_version}.tar.gz
|
Source39: https://github.com/aliou/bats.vim/archive/refs/tags/v%{bats_version}.tar.gz#/vimplugin-bats-%{bats_version}.tar.gz
|
||||||
Source40: https://cscope.sourceforge.net/cscope_maps.vim
|
|
||||||
# from _service
|
# from _service
|
||||||
Source100: file-line-%{file_line_version}.tar.xz
|
Source100: file-line-%{file_line_version}.tar.xz
|
||||||
Source101: vim-markdown-%{markdown_version}.tar.xz
|
Source101: vim-markdown-%{markdown_version}.tar.xz
|
||||||
Source102: neomutt.vim-%{neomutt_version}.tar.xz
|
Source102: neomutt.vim-%{neomutt_version}.tar.xz
|
||||||
Source103: salt-vim-%{salt_version}.tar.xz
|
Source103: salt-vim-%{salt_version}.tar.xz
|
||||||
Source104: vim-latex-%{latex_version}.tar.xz
|
Source104: vim-latex-%{latex_version}.tar.xz
|
||||||
|
Source105: cscope-maps-%{cscope_maps_version}.tar.xz
|
||||||
Source200: gitrebase.vim
|
Source200: gitrebase.vim
|
||||||
Source300: global-rsync-filter
|
Source300: global-rsync-filter
|
||||||
Source1000: https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
|
Source1000: https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
|
||||||
Source1001: check_for_updates.pl
|
Source1001: check_for_updates.py
|
||||||
Patch0: salt-syntax-avoid-multiline-lets.patch
|
Patch0: salt-syntax-avoid-multiline-lets.patch
|
||||||
Patch1: locateopen-1.3-locate-support.patch
|
Patch1: locateopen-1.3-locate-support.patch
|
||||||
Patch2: showmarks-signs.patch
|
Patch2: showmarks-signs.patch
|
||||||
@@ -736,7 +737,7 @@ Usage:
|
|||||||
Press <c-w>o again: the previous set of windows is restored
|
Press <c-w>o again: the previous set of windows is restored
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a38 -a39 -a100 -a101 -a102 -a103 -a104
|
%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a38 -a39 -a100 -a101 -a102 -a103 -a104 -a105
|
||||||
pushd salt-vim-%{salt_version}
|
pushd salt-vim-%{salt_version}
|
||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
popd
|
popd
|
||||||
@@ -763,6 +764,7 @@ chmod -v 644 taglist-%{taglist_version}/doc/taglist.txt
|
|||||||
# BEGIN EXCLUDES
|
# BEGIN EXCLUDES
|
||||||
cat > ale-%{ale_version}/.rsync-filter <<EOF
|
cat > ale-%{ale_version}/.rsync-filter <<EOF
|
||||||
- /supported-tools.md
|
- /supported-tools.md
|
||||||
|
- /test-files/
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > bufexplorer-%{bufexplorer_version}/.rsync-filter <<EOF
|
cat > bufexplorer-%{bufexplorer_version}/.rsync-filter <<EOF
|
||||||
@@ -775,6 +777,10 @@ cat > editorconfig-vim-%{editorconfig_version}/.rsync-filter <<EOF
|
|||||||
- /mkzip.sh
|
- /mkzip.sh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cat > neomutt.vim-%{neomutt_version}/.rsync-filter <<EOF
|
||||||
|
- /tests/
|
||||||
|
EOF
|
||||||
|
|
||||||
cat > nerdtree-%{NERDtree_version}/.rsync-filter <<EOF
|
cat > nerdtree-%{NERDtree_version}/.rsync-filter <<EOF
|
||||||
- /_config.yml
|
- /_config.yml
|
||||||
- /nerdtree_plugin/
|
- /nerdtree_plugin/
|
||||||
@@ -834,8 +840,6 @@ for i in */; do
|
|||||||
"$i" %buildroot/%{vimplugin_dir}/
|
"$i" %buildroot/%{vimplugin_dir}/
|
||||||
done
|
done
|
||||||
|
|
||||||
install -m 644 %{SOURCE40} %buildroot/%vimplugin_dir/plugin/
|
|
||||||
|
|
||||||
install -d %buildroot/%vimplugin_dir/after/ftplugin/
|
install -d %buildroot/%vimplugin_dir/after/ftplugin/
|
||||||
install -m 644 %{SOURCE200} %buildroot/%vimplugin_dir/after/ftplugin/
|
install -m 644 %{SOURCE200} %buildroot/%vimplugin_dir/after/ftplugin/
|
||||||
|
|
||||||
@@ -936,6 +940,9 @@ fi \
|
|||||||
%vimplugin_dir/autoload/asyncomplete/sources/ale.vim
|
%vimplugin_dir/autoload/asyncomplete/sources/ale.vim
|
||||||
%vimplugin_dir/doc/ale*
|
%vimplugin_dir/doc/ale*
|
||||||
%vimplugin_dir/ftplugin/ale-*.vim
|
%vimplugin_dir/ftplugin/ale-*.vim
|
||||||
|
%dir %vimplugin_dir/lua/
|
||||||
|
%vimplugin_dir/lua/ale/
|
||||||
|
%vimplugin_dir/lspconfig.vim
|
||||||
%vimplugin_dir/plugin/ale.vim
|
%vimplugin_dir/plugin/ale.vim
|
||||||
%dir %vimplugin_dir/rplugin
|
%dir %vimplugin_dir/rplugin
|
||||||
%dir %vimplugin_dir/rplugin/python3
|
%dir %vimplugin_dir/rplugin/python3
|
||||||
@@ -986,6 +993,7 @@ fi \
|
|||||||
|
|
||||||
%files -n vim-plugin-cscope
|
%files -n vim-plugin-cscope
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
|
%doc cscope-maps-%{cscope_maps_version}/README.md
|
||||||
%vimplugin_dir/plugin/cscope_maps.vim
|
%vimplugin_dir/plugin/cscope_maps.vim
|
||||||
|
|
||||||
%files -n vim-plugin-diffchanges
|
%files -n vim-plugin-diffchanges
|
||||||
@@ -997,6 +1005,7 @@ fi \
|
|||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%license editorconfig-vim-%{editorconfig_version}/LICENSE
|
%license editorconfig-vim-%{editorconfig_version}/LICENSE
|
||||||
%vimplugin_dir/plugin/editorconfig.vim
|
%vimplugin_dir/plugin/editorconfig.vim
|
||||||
|
%vimplugin_dir/ftdetect/editorconfig.vim
|
||||||
%vimplugin_dir/autoload/editorconfig_core/
|
%vimplugin_dir/autoload/editorconfig_core/
|
||||||
%vimplugin_dir/autoload/editorconfig_core.vim
|
%vimplugin_dir/autoload/editorconfig_core.vim
|
||||||
%vimplugin_dir/autoload/editorconfig.vim
|
%vimplugin_dir/autoload/editorconfig.vim
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:049101d2ea7fea9e77a7926f7f2840ef17a264085d229d17638843356e5ad82b
|
|
||||||
size 165058
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c5b2f29b437192c651957ce6b9408ba1f8cece2dae624dd82f04157289193fe
|
|
||||||
size 401593
|
|
BIN
vimplugin-ale-4.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
vimplugin-ale-4.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb8be206659e6fb3bab9df66fe9b80c14265325e3d9a4bbaad7c63058c2ba558
|
|
||||||
size 33287
|
|
BIN
vimplugin-editorconfig-1.2.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
vimplugin-editorconfig-1.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user