From 525e02a8e3c8f4b8d5b08cf683e10a5948faecf1 Mon Sep 17 00:00:00 2001 From: rmattes Date: Mar 25 2010 03:04:46 +0000 Subject: - Rebuild for Gearbox drivers - Added missing Requires for devel package --- diff --git a/player.spec b/player.spec index c338eae..28ed9af 100644 --- a/player.spec +++ b/player.spec @@ -3,7 +3,7 @@ Name: player Version: 3.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform robot device interface and server Group: Applications/System @@ -40,7 +40,7 @@ BuildRequires: boost-thread %endif BuildRequires: festival-devel BuildRequires: fltk-devel -#BuildRequires: gearbox-devel +BuildRequires: gearbox-devel BuildRequires: geos-devel BuildRequires: gsl-devel BuildRequires: gtk2-devel, libgnomecanvas-devel @@ -71,6 +71,10 @@ Summary: Header files and libraries for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig cmake +Requires: boost-devel +Requires: geos-devel +Requires: libtool-ltdl-devel +Requires: zlib-devel Obsoletes: player-static < 3.0.0 %description devel @@ -135,7 +139,7 @@ find . -name '*.cpp' -exec chmod -x {} \; find . -name '*.h' -exec chmod -x {} \; %build -%cmake -DBUILD_DOCUMENTATION=ON -DBUILD_PLAYERCC=ON -DBUILD_PLAYERCC_BOOST=ON -DBUILD_PYTHONC_BINDINGS=ON -DBUILD_PYTHONCPP_BINDINGS=ON -DBUILD_EXAMPLES=ON -DBUILD_RUBYCPP_BINDINGS=ON -DBoost_USE_MULTITHREAD=ON . +%cmake -DBUILD_DOCUMENTATION=ON -DBUILD_PLAYERCC=ON -DBUILD_PLAYERCC_BOOST=ON -DBUILD_PYTHONC_BINDINGS=ON -DBUILD_PYTHONCPP_BINDINGS=ON -DBUILD_EXAMPLES=ON -DBUILD_RUBYCPP_BINDINGS=ON -DBoost_USE_MULTITHREAD=ON -DENABLE_DRIVER_OCEANSERVER=OFF . make pushd doc @@ -208,6 +212,10 @@ rm -rf $RPM_BUILD_ROOT %{ruby_sitearch}/*.so %changelog +* Wed Mar 24 2010 Rich Mattes - 3.0.1-4 +- Rebuild for Gearbox drivers +- Added missing Requires for devel package + * Wed Jan 13 2010 Devrim GÜNDÜZ - 3.0.1-3 - Rebuild against new GEOS.