From: Thomas Jarosch Date: Thu, 1 Oct 2009 09:29:15 +0000 (+0200) Subject: Remove boost dependency, rpm will pick it up automatically (with the right package... X-Git-Tag: v0.3~22 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=f430a82590c1d3e2faa40bb1758e1a9d84c9959d;p=libasyncio 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/libasyncio.spec.in b/libasyncio.spec.in index 056c822..5ecd4af 100644 --- a/libasyncio.spec.in +++ b/libasyncio.spec.in @@ -15,7 +15,6 @@ Buildroot: /tmp/%{name}-%{version}-root Prefix: /usr Requires: libi2ncommon >= 1.0 Requires: libasynio-utils = %{version} -Requires: boost >= 1.32.0 BuildRequires: libtool BuildRequires: boost-devel >= 1.32.0 Obsoletes: libsimpleio @@ -39,7 +38,6 @@ development files for library with asynchronous io functionality %package utils Summary: library with asynchronous io functionality Group: Intranator -Requires: boost >= 1.32.0 %if %{with_libi2ncommon} Requires: libi2ncommon >= 1.0 %endif @@ -52,7 +50,7 @@ are also usable for other purposes, too. %package utils-devel Summary: library with asynchronous io functionality Group: Intranator/Development -Requires: boost-devel >= 1.32.0 +Requires: boost-devel >= 1.32.0 %description utils-devel development files for asyncio utils.