Skip to content

Commit

Permalink
new config tag and use findDependencies.pl from config tag
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 19, 2014
1 parent 77e0a52 commit 31f2bff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Requires: file
%endif

%if "%{?configtag:set}" != "set"
%define configtag V05-03-31
%define configtag V05-04-00
%endif

%if "%{?useCmsTC:set}" != "set"
Expand Down Expand Up @@ -128,7 +128,6 @@ Source2: %{additionalSrc0}&output=/src1.tar.gz
%if "%{?additionalSrc1:set}" == "set"
Source3: %{additionalSrc1}&output=/src2.tar.gz
%endif
Source4: findDependencies.pl

%prep
rm -rf config
Expand Down Expand Up @@ -242,7 +241,7 @@ fi

%if "%{?saveDeps:set}" == "set"
mkdir -p %i/etc/dependencies
perl %{_sourcedir}/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT
perl %i/config/SCRAM/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT
%{?PatchReleaseDependencyInfo:%PatchReleaseDependencyInfo}
gzip -f %i/etc/dependencies/*.out
%endif
Expand Down

0 comments on commit 31f2bff

Please sign in to comment.