Skip to content

Commit

Permalink
Merge pull request #7640 from cms-sw/glimps-4.18.7
Browse files Browse the repository at this point in the history
Update glimpse to 4.18.7-6; fix source URL (the old one is dead)
  • Loading branch information
smuzaffar committed Feb 22, 2022
2 parents a3a1ae3 + d9489aa commit 41a67bb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions glimpse.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
### RPM external glimpse 4.18.5
Source: http://webglimpse.net/trial/glimpse-%{realversion}.tar.gz
### RPM external glimpse 4.18.7-6
%define tag 5426ca983218befa4aeadf21cad2305d90c84adb
Source: git+https://github.com/cms-externals/glimpse.git?obj=master/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

BuildRequires: autotools

%prep
%setup -n glimpse-%realversion
%setup -n %{n}-%realversion
%build
./configure --prefix=%{i}
# Turn off this part, it causes problems for 32-bit-on-64-bit and is only
# needed for webglimpse
perl -p -i -e "s|dynfilters||g" Makefile
make
# Notice: parallel build doesn't work
make -j1

%install
make install

0 comments on commit 41a67bb

Please sign in to comment.