desktop file fix (bug #444280)

epel8
Rafał Psota 17 years ago
parent 769c570b21
commit f3bf48072f

@ -1,7 +1,8 @@
Name: htop
Version: 0.7
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Interactive process viewer
Summary(pl): Interaktywna przeglądarka procesów
Group: Applications/System
License: GPL+
@ -16,11 +17,15 @@ BuildRequires: ncurses-devel
htop is an interactive text-mode process viewer for Linux, similar to
top(1).
%description -l pl
htop to interaktywna tekstowa przeglądarka procesów dla Linuksa podobna
do top(1).
%prep
%setup -q
sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in
sed -i -e '2,3d' -e '7d' htop.desktop
sed -i -e '2,3d' -e '9d' htop.desktop
%build
%configure
@ -53,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Apr 27 2008 Rafał Psota <rafalzaq@gmail.com> - 0.7-2
- desktop file fix
* Mon Feb 11 2008 Rafał Psota <rafalzaq@gmail.com> - 0.7-1
- update to 0.7
* Sat Dec 9 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.6.5-1

Loading…
Cancel
Save