Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fastjet-contrib.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### RPM external fastjet-contrib 1.044
%define tag 03f2fb3c7e26248f5cab3d6c52fab3e112342113
### RPM external fastjet-contrib 1.051
%define tag aa1972cd2b3e8aa2c76764f14122e8f728c23712
%define branch cms/v%{realversion}
%define github_user cms-externals
Source: git+https://github.com/%github_user/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&foo=1&output=/%{n}-%{realversion}.tgz
Source: git+https://github.com/%github_user/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
Requires: fastjet
%define keep_archives true

Expand Down
4 changes: 2 additions & 2 deletions fastjet.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### RPM external fastjet 3.4.0
### RPM external fastjet 3.4.1
## INITENV +PATH PYTHON3PATH %{i}/${PYTHON3_LIB_SITE_PACKAGES}
## INCLUDE compilation_flags

BuildRequires: autotools
Requires: python3
%define tag 2423e8c763b7d7b73f77c5a0c71c8638df362246
%define tag e843c303828cd0b882d386decc35ad8c1b19df3d
%define branch cms/v%{realversion}
%define github_user cms-externals
Source: git+https://github.com/%{github_user}/fastjet.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
Expand Down