diff --git a/vifm.spec b/vifm.spec index 9df875f..da445d1 100644 --- a/vifm.spec +++ b/vifm.spec @@ -4,7 +4,7 @@ Name: vifm Version: 0.7.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight file manager with vi like key-bindings Group: Applications/File @@ -23,6 +23,7 @@ BuildRequires: file-devel BuildRequires: libX11-devel %endif BuildRequires: ncurses-devel +BuildRequires: desktop-file-utils %description A ncurses based CLI file manager with vi like key-bindings @@ -55,6 +56,8 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL="install -p" +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop + %files %defattr(-,root,root,-) @@ -63,10 +66,15 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" %{_bindir}/vifm-pause %{_bindir}/vifmrc-converter %{_mandir}/man1/*.1.gz +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}.png %{_datadir}/%{name}/ %changelog +* Fri Aug 08 2014 Yaakov Selkowitz - 0.7.6-3 +- Fix %%files for 0.7.6 (#1107084) + * Sun Jun 08 2014 Fedora Release Engineering - 0.7.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild