[packages/vim-plugin-tagbar] Up to 3.1.1
arekm
arekm at pld-linux.org
Sun Apr 5 13:11:43 CEST 2026
commit ed61252c8eb5d9994a2d49fa8ba165ee3ecbdf6f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 5 13:11:31 2026 +0200
Up to 3.1.1
vim-plugin-tagbar.spec | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/vim-plugin-tagbar.spec b/vim-plugin-tagbar.spec
index 48db34f..ae7acf0 100644
--- a/vim-plugin-tagbar.spec
+++ b/vim-plugin-tagbar.spec
@@ -1,13 +1,13 @@
%define plugin tagbar
Summary: Vim plugin: Display tags of the current file ordered by scope
Name: vim-plugin-%{plugin}
-Version: 2.7
-Release: 2
+Version: 3.1.1
+Release: 1
License: Vim
Group: Applications/Editors/Vim
-Source0: https://github.com/majutsushi/tagbar/archive/v%{version}.tar.gz
-# Source0-md5: aacb0d94f7d8e66afde9135c137cbae1
-URL: http://majutsushi.github.com/tagbar/
+Source0: https://github.com/preservim/tagbar/archive/v%{version}/%{plugin}-%{version}.tar.gz
+# Source0-md5: f0a31c94ef9af5497da64f0d2c6abc77
+URL: https://github.com/preservim/tagbar
Requires: ctags
Requires: vim-rt >= 4:7.4.0
BuildArch: noarch
@@ -40,7 +40,7 @@ Documentation for tagbar Vim plugin.
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_vimdatadir}/
-cp -pr autoload doc plugin $RPM_BUILD_ROOT%{_vimdatadir}
+cp -pr autoload doc plugin syntax $RPM_BUILD_ROOT%{_vimdatadir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,9 +53,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md
+%doc LICENSE README.md
%{_vimdatadir}/autoload/tagbar.vim
+%{_vimdatadir}/autoload/tagbar
%{_vimdatadir}/plugin/tagbar.vim
+%{_vimdatadir}/syntax/tagbar.vim
%files doc
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim-plugin-tagbar.git/commitdiff/ed61252c8eb5d9994a2d49fa8ba165ee3ecbdf6f
More information about the pld-cvs-commit
mailing list