From f430a82590c1d3e2faa40bb1758e1a9d84c9959d Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 1 Oct 2009 11:29:15 +0200 Subject: [PATCH] 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 --- libasyncio.spec.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) 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. -- 1.7.1