From e14acfb8f7a65ea5a29daf2c96e0d93226687c89 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 26 May 2015 17:24:03 +0200 Subject: [PATCH] gccxml: remove obsolete package The package is no more used by ROOT5 or Boost. ROOT6 is based on Clang/LLVM stack and does not need GCCXML. Signed-off-by: David Abdurachmanov --- cmssw-tool-conf.spec | 1 - fwlite-tool-conf.spec | 1 - gccxml-toolfile.spec | 19 ------------------- gccxml.spec | 35 ----------------------------------- 4 files changed, 56 deletions(-) delete mode 100644 gccxml-toolfile.spec delete mode 100644 gccxml.spec diff --git a/cmssw-tool-conf.spec b/cmssw-tool-conf.spec index 7586db1a498..9a05ab9cef7 100644 --- a/cmssw-tool-conf.spec +++ b/cmssw-tool-conf.spec @@ -28,7 +28,6 @@ Requires: expat-toolfile Requires: fakesystem Requires: fastjet-toolfile Requires: gcc-toolfile -Requires: gccxml-toolfile Requires: gdbm-toolfile Requires: geant4-toolfile Requires: geant4data-toolfile diff --git a/fwlite-tool-conf.spec b/fwlite-tool-conf.spec index 8d426b29640..c8fb91a85fb 100644 --- a/fwlite-tool-conf.spec +++ b/fwlite-tool-conf.spec @@ -24,7 +24,6 @@ Requires: fakesystem Requires: fftw3-toolfile Requires: fwlitedata-toolfile Requires: gcc-toolfile -Requires: gccxml-toolfile Requires: gdbm-toolfile Requires: gmake-toolfile Requires: gsl-toolfile diff --git a/gccxml-toolfile.spec b/gccxml-toolfile.spec deleted file mode 100644 index 8a979676066..00000000000 --- a/gccxml-toolfile.spec +++ /dev/null @@ -1,19 +0,0 @@ -### RPM external gccxml-toolfile 1.0 -Requires: gccxml -%prep - -%build - -%install - -mkdir -p %i/etc/scram.d -cat << \EOF_TOOLFILE >%i/etc/scram.d/gccxml.xml - - - - - - -EOF_TOOLFILE - -## IMPORT scram-tools-post diff --git a/gccxml.spec b/gccxml.spec deleted file mode 100644 index 9ce211a8fef..00000000000 --- a/gccxml.spec +++ /dev/null @@ -1,35 +0,0 @@ -### RPM external gccxml 0.9.0-20140124-0 - -BuildRequires: cmake - -%define commit ab651a2aa866351bdd089a4bf1d57f6a9bec2a66 -Source: git+https://github.com/gccxml/gccxml.git?obj=master/%{commit}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tar.gz - -%define isdarwin %(case %{cmsos} in (osx*) echo 1 ;; (*) echo 0 ;; esac) - -%prep -%setup -n %{n}-%{realversion} - -%if %isdarwin -# Drop no more supported -no-cpp-precomp on Darwin. -sed -i '' 's/-no-cpp-precomp//g' \ - GCC/CMakeLists.txt \ - GCC/configure.in \ - GCC/configure -%endif - -%build -mkdir gccxml-build -cd gccxml-build -cmake .. \ - -DCMAKE_INSTALL_PREFIX:PATH=%{i} -make %makeprocesses - -%install -cd gccxml-build -make install - -%define drop_files %i/share/{man,doc} - -%post -%{relocateConfig}share/gccxml-0.9/gccxml_config