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

index 2ee3df0..52fd1ab 100644 (file)
@@ -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