From f9d8a0f7676fb5e22f70981020f37352c2afa18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 11 Oct 2004 15:59:45 +0000 Subject: [PATCH] support for shared libraries requires /usr/bin/ldd --- mrw-c++.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrw-c++.spec.in b/mrw-c++.spec.in index 0d77561..242c4d6 100644 --- a/mrw-c++.spec.in +++ b/mrw-c++.spec.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.6 2004/10/11 15:59:45 marc +## support for shared libraries requires /usr/bin/ldd +## ## Revision 1.5 2004/10/07 17:26:05 marc ## requirements for devel package ## @@ -42,8 +45,8 @@ Group: Development/Libraries/C++ URL: http://marc.waeckerlin.org/mrw-c++/index.html Source0: @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - Prefix: /usr +Requires: /usr/bin/ldd #Requires: gcc-c++ >= 3.0 #Requires: binutils