From: Thomas Jarosch Date: Thu, 1 Oct 2009 09:23:58 +0000 (+0200) Subject: Remove boost dependency, rpm will pick it up automatically (with the right package... X-Git-Tag: v0.6~9 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=c9d33be6689db8417af278c0519c5124883ecdcc Remove boost dependency, rpm will pick it up automatically (with the right package name) as "boost" is a meta-package on Fedora for all boost packages --- diff --git a/libt2n.spec.in b/libt2n.spec.in index 2ee3df0..52fd1ab 100644 --- a/libt2n.spec.in +++ b/libt2n.spec.in @@ -8,7 +8,6 @@ Vendor: Intra2net AG Source: http://www.intra2net.com/en/developer/libt2n/download/%{name}-%{version}.tar.gz Buildroot: /tmp/%{name}-%{version}-root Prefix: /usr -Requires: boost >= 1.33 BuildPrereq: libtool cppunit-devel URL: http://www.intra2net.com/en/developer/libt2n @@ -18,7 +17,7 @@ C++ IPC library %package devel Summary: talk2neighbor - C++ IPC library Group: Intranator/Development -Requires: libt2n = %{version} libgettext gccxml libxml++ +Requires: libt2n = %{version} libgettext gccxml libxml++ boost-devel BuildPrereq: boost-devel %description devel