From ce90b17b2b4367a8b89a10894693b85b868fbb46 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 24 Jun 2009 16:52:00 +0000 Subject: Wed Jun 24 08:51:51 UTC 2009 Johnny Willemsen * rpmbuild/ace-tao-ciao.spec: First set of fixed to get x.7.0 compiling on OpenSuSE Build --- ACE/ChangeLog | 5 +++++ ACE/rpmbuild/ace-tao-ciao.spec | 22 +++++++--------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 89758d70ce1..b31dee6afdb 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 24 08:51:51 UTC 2009 Johnny Willemsen + + * rpmbuild/ace-tao-ciao.spec: + First set of fixed to get x.7.0 compiling on OpenSuSE Build + Sun Jun 21 14:34:13 UTC 2009 Douglas C. Schmidt * ace/Log_Msg.cpp (log): Changed the use of diff --git a/ACE/rpmbuild/ace-tao-ciao.spec b/ACE/rpmbuild/ace-tao-ciao.spec index a6bc9baeee2..de07fd9cab9 100644 --- a/ACE/rpmbuild/ace-tao-ciao.spec +++ b/ACE/rpmbuild/ace-tao-ciao.spec @@ -1,9 +1,7 @@ # Set the version number here. -%define ACEVER 5.7 -%define TAOVER 1.7 -%define CIAOVER 0.7 -# Set is_major_ver if the version is X.Y instead X.Y.Z -%define is_major_ver 1 +%define ACEVER 5.7.0 +%define TAOVER 1.7.0 +%define CIAOVER 0.7.0 # TODO # Test whether a TAO app with MPC can be build against MPC installed version @@ -51,7 +49,6 @@ %{!?skip_make:%define skip_make 0} %{!?make_nosrc:%define make_nosrc 0} -%{!?is_major_ver:%define is_major_ver 0} %define have_fox 0 @@ -1071,17 +1068,9 @@ $MAKECMD -C $TAO_ROOT/utils # install # ================================================================ -# For major releases the package version will be the shortened version -# tuple and the shared-object version needs a placeholder '.0' -%if %is_major_ver -%define ACEVERSO %{ACEVER}.0 -%define TAOVERSO %{TAOVER}.0 -%define CIAOVERSO %{CIAOVER}.0 -%else %define ACEVERSO %{ACEVER} %define TAOVERSO %{TAOVER} %define CIAOVERSO %{CIAOVER} -%endif %install @@ -1297,7 +1286,7 @@ install ${ACE_ROOT}/bin/tao_nslist %{buildroot}%{_bindir}/tao_nslist install -d %{buildroot}%{_sysconfdir} cp -R ${ACE_ROOT}/rpmbuild/logrotate.d %{buildroot}%{_sysconfdir}/logrotate.d -cp -R ${ACE_ROOT}/tao %{buildroot}%{_sysconfdir}/tao +cp -R ${ACE_ROOT}/rpmbuild/tao %{buildroot}%{_sysconfdir}/tao %if %{defined suse_version} cp -R ${ACE_ROOT}/rpmbuild/ace-tao-init-suse %{buildroot}%{_sysconfdir} @@ -2664,6 +2653,9 @@ fi # ================================================================ %changelog +* Wed Jun 24 2009 Johnny Willemsen - 5.7.0-0 +- New minor release + * Fri Mar 13 2009 Johnny Willemsen - 5.6.8-2 - Removed specific OS checks -- cgit v1.2.1