Compare commits

..

No commits in common. "rawhide" and "f36" have entirely different histories.

3 changed files with 2 additions and 45 deletions

View file

@ -4,7 +4,7 @@
# script.
main=main
branches="$main epel7 epel8 epel9 f37 f38"
branches="$main epel7 epel8 f36 f37"
exit_handler ()
{

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>vim-fugitive-gitlab</id>
<extends>gvim.desktop</extends>
<name>VIm Fugitive for GitLab</name>
<summary>GitLab support for vim-fugitive plugin</summary>
<url type="homepage">https://github.com/shumphrey/fugitive_gitlab.vim</url>
<url type="bugtracker">https://github.com/shumphrey/fugitive-gitlab.vim/issues/new</url>
<metadata_license>FSFAP</metadata_license>
<project_license>MIT</project_license>
</component>

View file

@ -6,20 +6,17 @@
Name: vim-fugitive-gitlab
Version: 0~%posttag
Release: 8%{?dist}
Release: 1%{?dist}
Summary: GitLab support for vim-fugitive plugin
License: MIT
BuildArch: noarch
URL: https://github.com/shumphrey/%upstream_n.git
Source0: https://github.com/shumphrey/%upstream_n/archive/%gitrevision/%upstream_n-%gitrevision.tar.gz
Source1: vim-fugitive-gitlab.metainfo.xml
Requires: vim-fugitive
Requires: vim-filesystem
# for appstream-util
BuildRequires: libappstream-glib
BuildRequires: vim-filesystem
@ -35,12 +32,6 @@ can be omni-completed (<C-X><C-O>, see :help compl-omni).
%install
mkdir -p %{buildroot}/%{_metainfodir}
install -p -m 0644 %{SOURCE1} %{buildroot}/%{_metainfodir}
appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/*.metainfo.xml
mkdir -p %{buildroot}%{vimfiles_root}/autoload/gitlab
mkdir -p %{buildroot}%{vimfiles_root}/doc
mkdir -p %{buildroot}%{vimfiles_root}/plugin
@ -55,33 +46,10 @@ done
%files
%license LICENSE
%doc %{vimfiles_root}/doc/*.txt
%dir %{_metainfodir}
%{_metainfodir}/vim-fugitive-gitlab.metainfo.xml
%{vimfiles_root}/plugin/gitlab.vim
%{vimfiles_root}/autoload/gitlab
%changelog
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 05 2023 Zdenek Dohnal <zdohnal@redhat.com> - 0~20220701gitb73a8e-3
- add metainfo data for GNOME Software (rhbz#2124914)
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0~20220701gitb73a8e-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 06 2022 Pavel Raiskup <praiskup@redhat.com> - 0~20220701gitb73a8e-1
- initial packaging, inspiration from vim-rhubarb.spec (rhbz#2103073)