Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ff9b9db21 | ||
|
|
605f63a81f | ||
|
|
f735a7eb19 | ||
|
|
d2feedad16 | ||
|
|
3b53113298 | ||
|
|
5d8bc5c1d0 | ||
|
|
582709cc66 |
7 changed files with 1 additions and 100 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
||||||
/vim-pathogen-0.20181213gite9fb091.tar.gz
|
|
||||||
/vim-pathogen-2.4.20190625gitc6bc424.tar.gz
|
|
||||||
/vim-pathogen-2.4.20210104gite0a3efb.tar.gz
|
|
||||||
/vim-pathogen-2.4.20220824gitac4dd94.tar.gz
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# vim-pathogen
|
|
||||||
|
|
||||||
The vim-pathogen package
|
|
||||||
27
changelog
27
changelog
|
|
@ -1,27 +0,0 @@
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-7.20210104gite0a3efb
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-6.20210104gite0a3efb
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Oct 20 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.4-5.20210104gite0a3efb
|
|
||||||
- chore(update): Latest git snapshot
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4.20190625gitc6bc424
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3.20190625gitc6bc424
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2.20190625gitc6bc424
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat May 23 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.4-1.20190625gitc6bc424
|
|
||||||
- Update to latest git snapshot
|
|
||||||
- Add license file
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20181213gite9fb091
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20181213gite9fb091
|
|
||||||
- Initial 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-2.4.20220824gitac4dd94.tar.gz) = b151122da9abccd95e4273bb452e0dfdcf6c0f92340cad06ea605a516d91eec4aac094b834618801cdabcfb79d1a066a6617d59f16ad87d1472ca6cd7b4098bf
|
|
||||||
|
|
@ -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,53 +0,0 @@
|
||||||
%global commit ac4dd9494fa9008754e49dff85bff1b5746c89b4
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global date 20220824
|
|
||||||
|
|
||||||
Name: vim-pathogen
|
|
||||||
Version: 2.4
|
|
||||||
Release: %autorelease
|
|
||||||
Summary: Manage your runtimepath
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
License: Vim
|
|
||||||
URL: https://github.com/tpope/vim-pathogen
|
|
||||||
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
|
||||||
Source1: %{name}.metainfo.xml
|
|
||||||
|
|
||||||
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}
|
|
||||||
|
|
||||||
|
|
||||||
%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
|
|
||||||
%license LICENSE
|
|
||||||
%doc README.markdown CONTRIBUTING.markdown
|
|
||||||
%{vimfiles_root}/autoload/*
|
|
||||||
%{_metainfodir}/*.xml
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
%autochangelog
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue