fix build requirements
This commit is contained in:
parent
695c5c8ee8
commit
6009a9d655
@ -1,7 +1,7 @@
|
|||||||
Summary: X Resource Monitor
|
Summary: X Resource Monitor
|
||||||
Name: xrestop
|
Name: xrestop
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.freedesktop.org/Software/xrestop
|
URL: http://www.freedesktop.org/Software/xrestop
|
||||||
@ -9,7 +9,8 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
Patch0: xrestop-manpage-fix.patch
|
Patch0: xrestop-manpage-fix.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
BuildRequires: xorg-x11-devel, ncurses-devel
|
BuildRequires: ncurses-devel libXres-devel libXext-devel libX11-devel
|
||||||
|
BuildRequires: libXau-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A utility to monitor application usage of X resources in the X Server, and
|
A utility to monitor application usage of X resources in the X Server, and
|
||||||
@ -40,6 +41,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_mandir}/man1/xrestop.1*
|
%{_mandir}/man1/xrestop.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 01 2005 Karsten Hopp <karsten@redhat.de> 0.2-6
|
||||||
|
- fix build requirements
|
||||||
|
|
||||||
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 0.2-5
|
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 0.2-5
|
||||||
- Rebuilt with gcc 4 for FC4.
|
- Rebuilt with gcc 4 for FC4.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user