rpms/htop/devel htop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Fri Nov 11 17:12:10 UTC 2005


Author: gajownik

Update of /cvs/extras/rpms/htop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24784/devel

Modified Files:
	.cvsignore sources 
Added Files:
	htop.spec 
Log Message:
auto-import htop-0.5.4-2 on branch devel from htop-0.5.4-2.src.rpm


--- NEW FILE htop.spec ---
Name:           htop
Version:        0.5.4
Release:        2%{?dist}
Summary:        Interactive process viewer

Group:          Applications/System
License:        GPL
URL:            http://htop.sourceforge.net/
Source0:        http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel

%description
htop is an interactive text-mode process viewer for Linux, similar to
top(1).


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog README TODO
%{_bindir}/htop
%{_mandir}/man1/htop.1*


%changelog
* Fri Nov 11 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.5.4-2
- Don't use superflous CFLAGS variable (Dmitry Butskoy)
- Don't include AUTHORS and NEWS files

* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.5.4-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/htop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Nov 2005 17:11:25 -0000	1.1
+++ .cvsignore	11 Nov 2005 17:12:07 -0000	1.2
@@ -0,0 +1 @@
+htop-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/htop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Nov 2005 17:11:25 -0000	1.1
+++ sources	11 Nov 2005 17:12:07 -0000	1.2
@@ -0,0 +1 @@
+9bd650ea78418227b9661a58889a4c2a  htop-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list