diff options
author | Olli Savia <ops@iki.fi> | 2015-10-22 20:51:03 +0300 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2015-10-22 20:51:03 +0300 |
commit | cdb7a80c1ec79785679d848cd0e319f22c0af4c2 (patch) | |
tree | af7cce012ae8a91202f6380109d9a6d4b5d6f36a /ACE/rpmbuild/ace-tao.spec | |
parent | ef3644699767622c27cda0da2349a2e1461d1b35 (diff) | |
download | ATCD-cdb7a80c1ec79785679d848cd0e319f22c0af4c2.tar.gz |
Removed references to CIAO and DAnCE. This package contains only ACE and TAO.
Diffstat (limited to 'ACE/rpmbuild/ace-tao.spec')
-rw-r--r-- | ACE/rpmbuild/ace-tao.spec | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ACE/rpmbuild/ace-tao.spec b/ACE/rpmbuild/ace-tao.spec index 1b6b25f55b5..3cd905c3585 100644 --- a/ACE/rpmbuild/ace-tao.spec +++ b/ACE/rpmbuild/ace-tao.spec @@ -1,7 +1,6 @@ # Set the version number here. %define ACEVER 6.3.3 %define TAOVER 2.3.3 -%define CIAOVER 1.3.3 # Conditional build # Default values are @@ -9,7 +8,7 @@ # --with opt (Optimized build) # --with zlib (Zlib compressor) # --with bzip2 (Bzip2 compressor) -# --with tao (TAO/CIAO) +# --with tao (TAO) # --without fltk (No ftlk support) # --without tk (No tk support) # --without xt (No xt support) @@ -75,7 +74,7 @@ Group: Development/Libraries/C and C++ URL: http://www.dre.vanderbilt.edu/~schmidt/ACE.html License: DOC License %if 0%{?_with_tao:1}%{?_without_tao:0} -Source0: http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-src-%{ACEVER}.tar.gz +Source0: http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-%{ACEVER}.tar.gz %else Source0: http://download.dre.vanderbilt.edu/previous_versions/ACE-src-%{ACEVER}.tar.gz %endif @@ -823,8 +822,6 @@ export MPC_ROOT=$ACE_ROOT/MPC export LD_LIBRARY_PATH=$ACE_ROOT/lib %if 0%{?_with_tao:1}%{?_without_tao:0} export TAO_ROOT=$ACE_ROOT/TAO -export CIAO_ROOT=$TAO_ROOT/CIAO -export DANCE_ROOT=$TAO_ROOT/DAnCE %endif # Dump the g++ versions, in case the g++ version is broken we can @@ -1003,15 +1000,12 @@ make %{?_smp_mflags} -C $ACE_ROOT %define ACEVERSO %{ACEVER} %define TAOVERSO %{TAOVER} -%define CIAOVERSO %{CIAOVER} %install export ACE_ROOT=$(pwd) %if 0%{?_with_tao:1}%{?_without_tao:0} export TAO_ROOT=$ACE_ROOT/TAO -export CIAO_ROOT=$TAO_ROOT/CIAO -export DANCE_ROOT=$TAO_ROOT/DAnCE %endif # ---------------- Runtime Components ---------------- |