commit 8a712323c4f2da7e3556451d90274caf2b8c8a055511e6c8a7f1376e20eabdb1 Author: OBS User unknown Date: Fri May 25 02:32:37 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htop?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/htop-0.6.5.tar.gz b/htop-0.6.5.tar.gz new file mode 100644 index 0000000..b578024 --- /dev/null +++ b/htop-0.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e0bce927c3cbcddf356a799dc55c349ea818a67861ac466eb6d464f8458b35 +size 134628 diff --git a/htop-desktop-file-fix-thoenig-01.patch b/htop-desktop-file-fix-thoenig-01.patch new file mode 100644 index 0000000..17c1366 --- /dev/null +++ b/htop-desktop-file-fix-thoenig-01.patch @@ -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 diff --git a/htop.changes b/htop.changes new file mode 100644 index 0000000..5832172 --- /dev/null +++ b/htop.changes @@ -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 diff --git a/htop.spec b/htop.spec new file mode 100644 index 0000000..43d3025 --- /dev/null +++ b/htop.spec @@ -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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4