Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee2661fdb1 | ||
|
|
551e9194a2 | ||
|
|
fdbc0432df | ||
|
|
9e5813c486 | ||
|
|
e5c1f8c3da | ||
|
|
5376cafc2b | ||
|
|
f712cfbfe4 | ||
|
|
590882075a | ||
|
|
687882b3f1 | ||
|
|
545551210f | ||
|
|
bd33aa0571 | ||
|
|
eca90ad2b1 | ||
|
|
6d21be39dd | ||
|
|
a1538c9aeb | ||
|
|
da18fd117e | ||
|
|
f2f2eb5d3e | ||
| 639a945a25 | |||
|
|
d2a3654278 | ||
|
|
0daf19b2a9 | ||
|
|
1d50d45981 | ||
|
|
3339fcf3ee | ||
|
|
d534076f06 | ||
|
|
c394d56822 | ||
|
|
79811dcb3a | ||
|
|
584f856055 |
4 changed files with 1 additions and 76 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/taglist_46.zip
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
96e2ba879964b3c9e790e3906934d0c0 taglist_46.zip
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
%global baseversion 4.6
|
||||
%global zipversion 46
|
||||
%global zipname taglist
|
||||
#used for pre-releases:
|
||||
%global vimfiles_root %{_datadir}/vim/vimfiles
|
||||
|
||||
Summary: The taglist plugin for VIM editor
|
||||
Name: vim-%{zipname}
|
||||
Version: %{baseversion}
|
||||
Release: 7%{?dist}
|
||||
Group: Applications/Editors
|
||||
|
||||
License: Vim
|
||||
URL: http://vim-taglist.sourceforge.net/
|
||||
Source: http://sourceforge.net/projects/vim-taglist/files/vim-taglist/4.6/taglist_46.zip
|
||||
|
||||
Requires: vim-common
|
||||
Requires(post): vim
|
||||
Requires(postun): vim
|
||||
Requires: ctags
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The "Tag List" plugin is a source code browser plugin for vim and provides
|
||||
an overview of the structure of source code files and allows you to efficiently
|
||||
browse through source code files for different programming languages.
|
||||
|
||||
%prep
|
||||
%setup -c taglist -q -n %{zipname}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{vimfiles_root}
|
||||
cp -ar {doc,plugin} %{buildroot}%{vimfiles_root}
|
||||
chmod 644 %{buildroot}%{vimfiles_root}/doc/*
|
||||
|
||||
%post
|
||||
vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
|
||||
|
||||
%postun
|
||||
rm %{vimfiles_root}/doc/tags
|
||||
vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
|
||||
|
||||
%clean
|
||||
|
||||
%files
|
||||
%{vimfiles_root}/plugin/*
|
||||
%doc %{vimfiles_root}/doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2013 Petr Hracek <phracek@redhat.com> - 4.6-7
|
||||
- Ctags added into requires section (#1010967)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue May 07 2013 Petr Hracek <phracek@redhat.com> - 4.6-5
|
||||
- License should be Vim
|
||||
- Delete the BuildRoot sections
|
||||
|
||||
* Tue Apr 30 2013 Petr Hracek <phracek@redhat.com> - 4.6-4
|
||||
- Correction of License field
|
||||
|
||||
* Thu Apr 25 2013 Petr Hracek <phracek@redhat.com> - 4.6-3
|
||||
- Correction of Requires
|
||||
- Files are stored in vimfiles directory
|
||||
- added post and postun sections
|
||||
|
||||
* Mon Apr 22 2013 Petr Hracek <phracek@redhat.com> 4.6-2
|
||||
- Include Source URL
|
||||
|
||||
* Mon Apr 22 2013 Petr Hracek <phracek@redhat.com> 4.6-1
|
||||
- Initial version
|
||||
Loading…
Add table
Add a link
Reference in a new issue