2971e7d
Name: vim-fugitive-pagure
4bde3e5
Version: 1.5
598b227
Release: 3%{?dist}
2971e7d
Summary: Pagure support for vim-fugitive plugin
4bde3e5
License: GPL-2.0-or-later
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
598b227
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
598b227
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
598b227
be87f40
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
be87f40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
be87f40
4bde3e5
* Tue Jun 13 2023 Jakub Kadlcik <frostyx@email.cz> 1.5-1
4bde3e5
- Update License to an SPDX expression (frostyx@email.cz)
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