Remove boost dependency, rpm will pick it up automatically (with the right package...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Oct 2009 09:29:15 +0000 (11:29 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 1 Oct 2009 09:29:15 +0000 (11:29 +0200)
libasyncio.spec.in

index 056c822..5ecd4af 100644 (file)
@@ -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.