- update build recipes/scripts to use https [boo#1181924]
OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=21
This commit is contained in:
parent
3a6f75b141
commit
a05371ee18
BIN
Jmol_icon13.png
(Stored with Git LFS)
BIN
Jmol_icon13.png
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 22:01:23 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- update build recipes/scripts to use https [boo#1181924]
|
||||
- Redownload Source2 because it was some HTML content rather than
|
||||
a PNG file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 24 12:19:31 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jmol
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,10 +24,9 @@ License: LGPL-2.1-only
|
||||
Group: Productivity/Scientific/Chemistry
|
||||
URL: http://jmol.sf.net/
|
||||
|
||||
#Source: http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
|
||||
#Source: https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
|
||||
Source: jmol-%version.tar.xz
|
||||
Source2: Jmol_icon13.png
|
||||
#Source2-Orig: http://wiki.jmol.org/index.php/File:Jmol_icon13.png
|
||||
Source2: https://wiki.jmol.org/images/1/1c/Jmol_icon13.png
|
||||
Source3: %name.man
|
||||
Source4: %name.desktop
|
||||
Source9: sanitize_binpkg.sh
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
v=14.31.20
|
||||
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
||||
wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||
fi
|
||||
rm -rf "jmol-$v"
|
||||
tar -xf "Jmol-$v-binary.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user