From 006bf069b5538e7b54ca9fb2194f2c0b5f9c1ce2 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Wed, 8 Oct 2003 17:58:24 +0000 Subject: [PATCH] fix 'make rpm' git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1561 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- hamlib.spec.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hamlib.spec.in b/hamlib.spec.in index 2ec5a87f3..9e04c0dfd 100644 --- a/hamlib.spec.in +++ b/hamlib.spec.in @@ -19,6 +19,10 @@ BuildRequires: /bin/sh, automake >= 1.4, libtool >= 1.4, fileutils, findutils %changelog +* Tue Oct 08 2003 Joop Stakenborg +- Fix 'make rpm' again by disabling c++ bindings. +- rotclass.h and rigclass.h go into the devel package for now (FIXME) + * Wed Jan 15 2003 Joop Stakenborg - Fix the spec file for 1.1.4CVS - 'make rpm' should work now @@ -98,7 +102,7 @@ Requires: hamlib %setup %build -./configure --prefix=%prefix +./configure --prefix=%prefix --without-cxx-binding make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" all %install @@ -181,6 +185,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(644, root, root, 755) %{prefix}/include/hamlib/rig.h +%{prefix}/include/hamlib/rigclass.h +%{prefix}/include/hamlib/rotclass.h %{prefix}/include/hamlib/rig_dll.h %{prefix}/include/hamlib/riglist.h %{prefix}/include/hamlib/rotator.h