Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
4 changed files with 4 additions and 44 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -14,5 +14,3 @@ vifm-0.5.tar.bz2
|
|||
/vifm-0.12.1.tar.bz2
|
||||
/vifm-0.13-beta.tar.bz2
|
||||
/vifm-0.13.tar.bz2
|
||||
/vifm-0.14.tar.bz2
|
||||
/vifm-0.14.3.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vifm-0.14.3.tar.bz2) = 850d29a1c50e7579d53fcd519e3108f7edd1d5046ca473217f397b6394017dff95644ae92928a611fc6a75fb02c1cee62d4b858669c61b5c2764805dd64b303c
|
||||
SHA512 (vifm-0.13.tar.bz2) = a0185400ca20c6f67d41cb0b7696ce85e5e6f823a7c87f8bfe48494131e9463f7bd4798c06e6820e2588ee3b7563dad9a4887874c6bc43b2bf3520a2b4a55e9d
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>info.vifm.vifm</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0-or-later</project_license>
|
||||
<name>Vifm</name>
|
||||
<summary>Vifm - Vim-like file manager</summary>
|
||||
|
||||
<description>
|
||||
<p>Vifm is a curses based Vim-like file manager extended with some useful ideas from mutt. If you use Vim, Vifm gives you complete keyboard control over your files without having to learn a new set of commands. It goes not just about Vim like keybindings, but also about modes, options, registers, commands and other things you might already like in Vim.</p>
|
||||
<p>Just like Vim, Vifm tries to adhere to the Unix philosophy. So instead of working solutions which are set in stone user is provided with a set of means for customization of Vifm to one's likings. Though builtin functionality should be enough for most of use cases.</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">vifm.desktop</launchable>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>
|
||||
https://raw.githubusercontent.com/vifm/vifm/master/data/graphics/screenshot.png
|
||||
</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<url type="homepage">https://vifm.info/</url>
|
||||
<update_contact>xaizek@posteo.net</update_contact>
|
||||
<developer_name>xaizek</developer_name>
|
||||
|
||||
<provides>
|
||||
<id>vifm.desktop</id>
|
||||
</provides>
|
||||
</component>
|
||||
13
vifm.spec
13
vifm.spec
|
|
@ -5,22 +5,18 @@
|
|||
%global tarball_version %%(echo %{version} | tr '~' '-')
|
||||
|
||||
Name: vifm
|
||||
Version: 0.14.3
|
||||
Version: 0.13
|
||||
Release: %autorelease
|
||||
Summary: Vifm is a file manager with curses interface
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://vifm.info
|
||||
License: GPLv2+
|
||||
URL: http://vifm.info/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{tarball_version}/%{name}-%{tarball_version}.tar.bz2
|
||||
# AppData manifest (rhbz#2335613)
|
||||
Source1: https://raw.githubusercontent.com/%{name}/%{name}/refs/heads/master/data/%{name}.appdata.xml
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl-generators
|
||||
|
|
@ -76,7 +72,6 @@ should be enough for most of use cases.
|
|||
|
||||
%install
|
||||
%make_install
|
||||
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
|
||||
|
||||
# Handle license file via regular RPM macros
|
||||
rm %{buildroot}%{_pkgdocdir}/COPYING
|
||||
|
|
@ -84,7 +79,6 @@ rm %{buildroot}%{_pkgdocdir}/COPYING
|
|||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
|
||||
|
||||
|
||||
%files
|
||||
|
|
@ -102,7 +96,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
|
|||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_datadir}/zsh/site-functions/_%{name}
|
||||
%{_mandir}/man1/*
|
||||
%{_metainfodir}/%{name}.appdata.xml
|
||||
%{_pkgdocdir}/
|
||||
%{_sysconfdir}/%{name}/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue