From a869877e09dd6a687959d1e76a755c222e8ca508 Mon Sep 17 00:00:00 2001 From: Dawid Gajownik Date: Wed, 10 May 2006 14:40:27 +0000 Subject: [PATCH] Update to 0.6.1 --- .cvsignore | 2 +- htop.spec | 19 ++++++++++++++++--- sources | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0ff6b2b..5cc8e35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -htop-0.6.tar.gz +htop-0.6.1.tar.gz diff --git a/htop.spec b/htop.spec index ff78a88..dc64fdd 100644 --- a/htop.spec +++ b/htop.spec @@ -1,6 +1,6 @@ Name: htop -Version: 0.6 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Interactive process viewer Group: Applications/System @@ -29,6 +29,14 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} +desktop-file-install \ + --dir %{buildroot}%{_datadir}/applications \ + --vendor fedora \ + --add-category X-Fedora \ + --add-category Application \ + --delete-original \ + %{buildroot}%{_datadir}/applications/htop.desktop + %clean rm -rf %{buildroot} @@ -36,12 +44,17 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc COPYING ChangeLog README TODO +%doc COPYING ChangeLog README %{_bindir}/htop +%{_datadir}/applications/*htop.desktop +%{_datadir}/pixmaps/htop.png %{_mandir}/man1/htop.1* %changelog +* Wed May 10 2006 Dawid Gajownik - 0.6.1-1 +- Update to 0.6.1 + * Tue Feb 14 2006 Dawid Gajownik - 0.6-3 - Rebuild for Fedora Extras 5 diff --git a/sources b/sources index 4683ea0..ab4fcd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c00b1dba101569a055ed260e06a25596 htop-0.6.tar.gz +f369aa17d4e28d0959080966687152e2 htop-0.6.1.tar.gz