mirror of
https://abf.rosa.ru/djam/htop.git
synced 2025-02-24 09:22:54 +00:00
Automatic import for version 1.0.1
This commit is contained in:
parent
003b7ce6bb
commit
05bcc52594
2 changed files with 7 additions and 19 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"htop-1.0.tar.gz": 9e9d5f9f2c39af0520a7ba67e7af67925334940a
|
"htop-1.0.1.tar.gz": bad226ec887a2b7ea5042879ed18e067812d030e
|
||||||
|
|
24
htop.spec
24
htop.spec
|
@ -1,5 +1,5 @@
|
||||||
Name: htop
|
Name: htop
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
Summary: Interactive text-mode process viewer for Linux
|
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: desktop-file-utils
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: libncursesw-devel
|
BuildRequires: libncursesw-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
htop is an interactive process viewer for Linux, similar to top.
|
htop is an interactive process viewer for Linux, similar to top.
|
||||||
|
@ -35,8 +34,7 @@ Some advantages over top:
|
||||||
%{make}
|
%{make}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
%{makeinstall_std}
|
||||||
%{makeinstall}
|
|
||||||
|
|
||||||
desktop-file-install --vendor="" \
|
desktop-file-install --vendor="" \
|
||||||
--add-category="Monitor" \
|
--add-category="Monitor" \
|
||||||
|
@ -46,21 +44,7 @@ desktop-file-install --vendor="" \
|
||||||
--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
|
--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
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README AUTHORS NEWS
|
%doc README AUTHORS NEWS
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
@ -69,6 +53,10 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 23 2011 Alexander Khrukin <akhrukin@mandriva.org> 1.0-1
|
||||||
+ Revision: 732817
|
+ Revision: 732817
|
||||||
- version update to 1.0
|
- version update to 1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue