Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7876bfbaa6 | ||
|
|
e1d2b7053d | ||
|
|
a2dc29514b |
7 changed files with 1 additions and 95 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/vim-trailing-whitespace-1.0.20191209git6b7cdec.tar.gz
|
||||
/vim-trailing-whitespace-1.0.20230228git5540b3f.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# vim-trailing-whitespace
|
||||
|
||||
The vim-trailing-whitespace package
|
||||
26
changelog
26
changelog
|
|
@ -1,26 +0,0 @@
|
|||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2.20191209git6b7cdec
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.0-1.20191209git6b7cdec
|
||||
- Update to latest git snapshot
|
||||
|
||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.0-1.20170923git4c59654
|
||||
- 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-trailing-whitespace-1.0.20230228git5540b3f.tar.gz) = fce7cf6bb76c2b1c5101f5a0ddc079d565b26c6322c3f65c8d3d2350db3fa0f8e8f7be004ec72033d829570e783fb6e8273eb589ec1463e6e436d4ba2b771f33
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2019 Artem Polishchuk <ego.cordatus@gmail.com> -->
|
||||
<component type="addon">
|
||||
<id>vim-trailing-whitespace</id>
|
||||
<extends>gvim.desktop</extends>
|
||||
<name>vim-trailing-whitespace</name>
|
||||
<summary>Highlights trailing whitespace in red and provides :FixWhitespace to fix it</summary>
|
||||
<url type="homepage">https://github.com/bronson/vim-trailing-whitespace</url>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>CC-BY-SA-3.0</project_license>
|
||||
<updatecontact>ego.cordatus@gmail.com</updatecontact>
|
||||
</component>
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
%global commit 5540b3faa2288b226a8d9a4e8244558b12c598aa
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20230228
|
||||
|
||||
Name: vim-trailing-whitespace
|
||||
Version: 1.0
|
||||
Release: 9.%{date}git%{shortcommit}.%autorelease
|
||||
Summary: Highlights trailing whitespace in red and provides :FixWhitespace to fix it
|
||||
|
||||
# Automatically converted from old format: CC-BY-SA - review is highly recommended.
|
||||
License: LicenseRef-Callaway-CC-BY-SA
|
||||
URL: https://github.com/bronson/vim-trailing-whitespace
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
||||
Source1: %{name}.metainfo.xml
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: vim-filesystem
|
||||
|
||||
Requires: vim-enhanced
|
||||
|
||||
%description
|
||||
This plugin causes all trailing whitespace to be highlighted in red.
|
||||
|
||||
To fix the whitespace errors, just call :FixWhitespace. By default it operates
|
||||
on the entire file. Pass a range (or use V to select some lines) to restrict
|
||||
the portion of the file that gets fixed.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit} -p1
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{vimfiles_root}
|
||||
cp -ar plugin %{buildroot}%{vimfiles_root}
|
||||
install -m0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
|
||||
|
||||
%files
|
||||
%doc README doc/*
|
||||
%{vimfiles_root}/plugin/*
|
||||
%{_metainfodir}/*.xml
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue