Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aae1c0d5d7 | ||
|
|
cbe4590a8d | ||
|
|
f9339a97d0 | ||
|
|
9dd626b058 | ||
|
|
7fa0f21274 | ||
|
|
12a20318b7 | ||
|
|
5813dbf46f | ||
|
|
414a45db34 |
3 changed files with 45 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# script.
|
||||
|
||||
main=main
|
||||
branches="$main epel7 epel8 f36 f37"
|
||||
branches="$main epel7 epel8 epel9 f37 f38"
|
||||
|
||||
exit_handler ()
|
||||
{
|
||||
|
|
|
|||
11
vim-fugitive-gitlab.metainfo.xml
Normal file
11
vim-fugitive-gitlab.metainfo.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
|
|
@ -6,17 +6,20 @@
|
|||
|
||||
Name: vim-fugitive-gitlab
|
||||
Version: 0~%posttag
|
||||
Release: 1%{?dist}
|
||||
Release: 8%{?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
|
||||
|
||||
|
||||
|
|
@ -32,6 +35,12 @@ 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
|
||||
|
|
@ -46,10 +55,33 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue