packages: htop/htop.spec - don't require /proc at build time - BR: python, ...
sparky
sparky at pld-linux.org
Fri Jan 7 00:30:04 CET 2011
Author: sparky Date: Thu Jan 6 23:30:04 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- don't require /proc at build time
- BR: python, python-modules
---- Files affected:
packages/htop:
htop.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: packages/htop/htop.spec
diff -u packages/htop/htop.spec:1.40 packages/htop/htop.spec:1.41
--- packages/htop/htop.spec:1.40 Sun Nov 28 18:51:12 2010
+++ packages/htop/htop.spec Fri Jan 7 00:29:59 2011
@@ -17,6 +17,8 @@
BuildRequires: gcc >= 5:3.0
BuildRequires: libtool
BuildRequires: ncurses-devel
+BuildRequires: python
+BuildRequires: python-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -36,6 +38,9 @@
%patch0 -p1
%patch2 -p1
+# don't require /proc at build time
+sed '/^AC_CHECK_FILE($PROCDIR/d' -i configure.ac
+
%build
%{__libtoolize}
%{__aclocal}
@@ -73,6 +78,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2011/01/06 23:29:59 sparky
+- don't require /proc at build time
+- BR: python, python-modules
+
Revision 1.40 2010/11/28 17:51:12 qboosh
- use rpmcppflags adn rpmldflags
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/htop/htop.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list