From c8be868aff8ccbde2c5931a57361e8d597900e07 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Thu, 14 Jun 2007 21:24:26 +0000 Subject: [PATCH] - added comment to rpm/barry.spec regarding SuSE RPM builds --- ChangeLog | 1 + rpm/barry.spec | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa4c7b0d..b1feb0a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Release: version 0.8 - 2007/05/?? in general use will not break on build - added PKG_CONFIG_PATH to debian script too, just in case :-) - added debian/changelog to doc/ReleaseChecklist.txt + - added comment to rpm/barry.spec regarding SuSE RPM builds 2007/06/08 - applied patch from Niels de Vos fixing debian package build dependency diff --git a/rpm/barry.spec b/rpm/barry.spec index 69b35970..cf902baf 100644 --- a/rpm/barry.spec +++ b/rpm/barry.spec @@ -4,6 +4,15 @@ ## pass in '--with opensync' to build the opensync plugin # ex.: rpmbuild -ba barry.spec --with opensync +# +# When building on SuSE, remove the "-devel" on the following packages: +# libusb-devel +# gtkmm24-devel +# +# SuSE also seems to name libglademm24 differently: +# libglademm +# + # newer bcond_with() macros are not available on RHEL4/CentOS4 and below %{?_with_gui: %define with_gui 1} %{!?_with_gui: %define with_gui 0} -- 2.11.4.GIT