auto-import changelog data from xrestop-0.2-2.src.rpm

Wed Apr 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-2
- Add missing documentation
- Add xrestop-manpage-fix.patch to fix bug (#118038)
This commit is contained in:
cvsdist 2004-09-09 15:02:07 +00:00
parent 12902c4812
commit c89309241f

View File

@ -1,11 +1,12 @@
Summary: X Resource Monitor Summary: X Resource Monitor
Name: xrestop Name: xrestop
Version: 0.2 Version: 0.2
Release: 1 Release: 2
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
URL: http://www.freedesktop.org/Software/xrestop URL: http://www.freedesktop.org/Software/xrestop
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Patch0: xrestop-manpage-fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -15,24 +16,32 @@ for tracking down application X resource usage leaks.
%prep %prep
%setup -q %setup -q
%patch0 -p0 -b .manpage-fix
%build %build
%configure %configure
make SUBDIRS= make
# SUBDIRS=
%install %install
rm -rf "$RPM_BUILD_ROOT" rm -rf "$RPM_BUILD_ROOT"
make SUBDIRS= DESTDIR="$RPM_BUILD_ROOT" install make DESTDIR="$RPM_BUILD_ROOT" install
#SUBDIRS=
%clean %clean
rm -rf "$RPM_BUILD_ROOT" rm -rf "$RPM_BUILD_ROOT"
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc %doc AUTHORS COPYING INSTALL NEWS README
%{_bindir}/xrestop %{_bindir}/xrestop
%{_mandir}/man1/xrestop.1*
%changelog %changelog
* Wed Apr 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-2
- Add missing documentation
- Add xrestop-manpage-fix.patch to fix bug (#118038)
* Tue Mar 9 2004 Mike A. Harris <mharris@redhat.com> 0.2-1 * Tue Mar 9 2004 Mike A. Harris <mharris@redhat.com> 0.2-1
- Initial Red Hat RPM package. - Initial Red Hat RPM package.