OBS User unknown 2007-05-25 02:32:37 +00:00 committed by Git OBS Bridge
commit 8a712323c4
7 changed files with 110 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
htop-0.6.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8e0bce927c3cbcddf356a799dc55c349ea818a67861ac466eb6d464f8458b35
size 134628

View File

@ -0,0 +1,11 @@
--- htop.desktop 2006-11-14 18:23:02.000000000 +0100
+++ htop.desktop 2007-05-22 13:04:06.000000000 +0200
@@ -8,5 +8,7 @@
Exec=htop
Path=
Icon=htop
-Categories=ConsoleOnly;System;Application;
+Categories=System;Monitor;
GenericName=Process Viewer
+Terminal=true
+X-SuSE-translate=false

5
htop.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue May 22 13:16:21 CEST 2007 - thoenig@suse.de
- Initial package submission (htop 0.6.5)
- Add patch htop-desktop-file-fix-thoenig-01.patch

67
htop.spec Normal file
View File

@ -0,0 +1,67 @@
#
# spec file for package htop (Version 0.6.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: htop
URL: http://htop.sourceforge.net
Summary: htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.
Version: 0.6.5
Release: 1
License: GNU General Public License (GPL)
Group: System/Monitoring
Source0: %{name}-%{version}.tar.gz
Patch0: %{name}-desktop-file-fix-thoenig-01.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ncurses-devel
Autoreqprov: on
%description
htop is an interactive text-mode process viewer for Linux. It aims to
be a better 'top'. It requires ncurses. It is tested with Linux 2.6,
but is also reported to work (and was originally developed) with the
2.4 series.
Authors:
--------
Hisham H. Muhammad
%prep
%setup
%patch0 -p0
%build
./configure CFLAGS="$RPM_OPT_FLAGS" \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--mandir=%{_mandir}
make
%install
mkdir -p %{buildroot}/%{_bindir}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{_buildroot}
%files
%defattr(-,root,root)
%doc COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/*/%{name}*
%changelog
* Tue May 22 2007 - thoenig@suse.de
- Initial package submission (htop 0.6.5)
- Add patch htop-desktop-file-fix-thoenig-01.patch

0
ready Normal file
View File