|
 |
2971e7d |
Name: vim-fugitive-pagure
|
|
 |
c391bdb |
Version: 1.4
|
|
 |
dbc3c03 |
Release: 6%{?dist}
|
|
 |
2971e7d |
Summary: Pagure support for vim-fugitive plugin
|
|
 |
2971e7d |
License: GPLv2+
|
|
 |
2971e7d |
BuildArch: noarch
|
|
 |
2971e7d |
|
|
 |
2971e7d |
URL: https://github.com/FrostyX/vim-fugitive-pagure
|
|
 |
2971e7d |
|
|
 |
2971e7d |
# Sources can be obtained by
|
|
 |
2971e7d |
# git clone https://github.com/FrostyX/vim-fugitive-pagure.git
|
|
 |
2971e7d |
# cd vim-fugitive-pagure
|
|
 |
2971e7d |
# tito build --tgz
|
|
 |
2971e7d |
Source0: %{name}-%{version}.tar.gz
|
|
 |
2971e7d |
|
|
 |
2971e7d |
Requires: vim-common
|
|
 |
2971e7d |
Requires: vim-fugitive
|
|
 |
2971e7d |
|
|
 |
2971e7d |
BuildRequires: vim-filesystem
|
|
 |
2971e7d |
BuildRequires: python3-devel
|
|
 |
2971e7d |
BuildRequires: python3-pytest
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%description
|
|
 |
2971e7d |
Pagure support for :Gbrowse feature provided by vim-fugitive plugin
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%prep
|
|
 |
2971e7d |
%setup -q
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%install
|
|
 |
2971e7d |
mkdir -p %{buildroot}%{vimfiles_root}/plugin
|
|
 |
2971e7d |
install -D -p -m 0644 plugin/* %{buildroot}%{vimfiles_root}/plugin/
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%check
|
|
 |
2971e7d |
python3 -B -m pytest . -v -s
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%files
|
|
 |
2971e7d |
%license LICENSE
|
|
 |
2971e7d |
%doc README.md
|
|
 |
2971e7d |
%{vimfiles_root}/plugin/fugitive-pagure.vim
|
|
 |
2971e7d |
%{vimfiles_root}/plugin/fugitive_pagure.py
|
|
 |
2971e7d |
%{vimfiles_root}/plugin/__init__.py
|
|
 |
2971e7d |
|
|
 |
2971e7d |
|
|
 |
2971e7d |
%changelog
|
|
 |
dbc3c03 |
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
|
|
 |
dbc3c03 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
dbc3c03 |
|
|
 |
b938017 |
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-5
|
|
 |
b938017 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
b938017 |
|
|
 |
a9d1f07 |
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
|
|
 |
a9d1f07 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
a9d1f07 |
|
|
 |
487f78f |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
|
|
 |
487f78f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
487f78f |
|
|
 |
aee8dbd |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
|
 |
aee8dbd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
aee8dbd |
|
|
 |
c391bdb |
* Tue Jul 28 2020 Jakub Kadlcik <frostyx@email.cz> 1.4-1
|
|
 |
c391bdb |
- Recognize pkgs.fedoraproject.org as a pagure URL (frostyx@email.cz)
|
|
 |
c391bdb |
|
|
 |
fa0abde |
* Thu Jul 09 2020 Jakub Kadlcik <frostyx@email.cz> 1.3-1
|
|
 |
fa0abde |
- Implement support for browsing commits (frostyx@email.cz)
|
|
 |
fa0abde |
|
|
 |
2971e7d |
* Wed Mar 25 2020 Jakub Kadlcik <frostyx@email.cz> 1.2-1
|
|
 |
2971e7d |
- Oops, fix the copy-pasted Source0 (frostyx@email.cz)
|
|
 |
2971e7d |
|
|
 |
2971e7d |
* Tue Mar 24 2020 Jakub Kadlcik <frostyx@email.cz> 1.1-1
|
|
 |
2971e7d |
- new package built with tito
|
|
 |
2971e7d |
|
|
 |
2971e7d |
* Sat Sep 21 2019 Jakub Kadlčík <jkadlcik@redhat.com> - 1.0-1
|
|
 |
2971e7d |
- Initial version
|
|
 |
2971e7d |
|