auto-import changelog data from psmisc-20.2-3.73.src.rpm

Thu May 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-4
- Autogenerate the signal list from /usr/include/bits/signum.h to make sure
    it works on all arches and doesn't break again.
Wed May 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 20.2-3
- Fix the signal list
- Don't strip when linking
- Use a %{_tmppath}
This commit is contained in:
cvsdist 2004-09-09 10:48:56 +00:00
parent a6507f6e23
commit b61ac61bd0

View File

@ -1,13 +1,14 @@
Summary: Utilities for managing processes on your system.
Name: psmisc
Version: 20.2
Release: 2
Release: 3.73
License: BSD/GPL
Group: Applications/System
Source: ftp://prdownloads.sourceforge.net/psmisc/psmisc-%{version}.tar.bz2
Patch: psmisc-20.2-56186.patch
Source1: gensig.sh
Patch0: psmisc-20.2-56186.patch
URL: http://psmisc.sourceforge.net/
Buildroot: /var/tmp/psmisc-root
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libtermcap-devel
%description
@ -20,12 +21,14 @@ of processes that are using specified files or filesystems.
%prep
%setup -q
%patch -p1 -b .56186
%patch0 -p1 -b .56186
sh %{SOURCE1} >src/signames.h
%build
perl -pi -e "s,^CFLAGS =,CFLAGS = $RPM_OPT_FLAGS -D_GNU_SOURCE,g" */Makefile.*
%configure --prefix=/usr
make 'LDFLAGS=-s'
make
%install
rm -rf $RPM_BUILD_ROOT
@ -47,6 +50,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/pstree.1*
%changelog
* Thu May 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-4
- Autogenerate the signal list from %{_includedir}/bits/signum.h
to make sure it works on all arches and doesn't break again.
* Wed May 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 20.2-3
- Fix the signal list
- Don't strip when linking
- Use a %%{_tmppath}
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild