Automatic import for version 1.0.1

This commit is contained in:
Rosa 2012-02-18 05:13:43 +04:00
parent 003b7ce6bb
commit 05bcc52594
2 changed files with 7 additions and 19 deletions

View file

@ -1,2 +1,2 @@
sources:
"htop-1.0.tar.gz": 9e9d5f9f2c39af0520a7ba67e7af67925334940a
"htop-1.0.1.tar.gz": bad226ec887a2b7ea5042879ed18e067812d030e

View file

@ -1,5 +1,5 @@
Name: htop
Version: 1.0
Version: 1.0.1
Release: 1
Summary: Interactive text-mode process viewer for Linux
@ -11,7 +11,6 @@ Source0: http://ovh.dl.sourceforge.net/htop/htop-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: ncurses-devel
BuildRequires: libncursesw-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
htop is an interactive process viewer for Linux, similar to top.
@ -35,8 +34,7 @@ Some advantages over top:
%{make}
%install
rm -rf %{buildroot}
%{makeinstall}
%{makeinstall_std}
desktop-file-install --vendor="" \
--add-category="Monitor" \
@ -46,21 +44,7 @@ desktop-file-install --vendor="" \
--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
%clean
rm -rf %{buildroot}
%if %mdkversion < 200900
%post
%{update_menus}
%endif
%if %mdkversion < 200900
%postun
%{clean_menus}
%endif
%files
%defattr(-,root,root)
%doc README AUTHORS NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
@ -69,6 +53,10 @@ rm -rf %{buildroot}
%changelog
* Thu Feb 16 2012 Alexander Khrukin <akhrukin@mandriva.org> 1.0.1-1
+ Revision: 775471
- version update 1.0.1
* Wed Nov 23 2011 Alexander Khrukin <akhrukin@mandriva.org> 1.0-1
+ Revision: 732817
- version update to 1.0