SHA256
1
0
forked from pool/jmol

- Update to release 14.30.1

OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2019-12-19 22:29:43 +00:00 committed by Git OBS Bridge
parent 7c1bb5a9d3
commit 35da09333b
5 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58ec3fa8f20dfa21cbccac8e4c40ad9ded3170bf847ef5b934151b3ad1f6a9de
size 7454280

3
jmol-14.30.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beb8a3617423382176b2a6ee9015d38192848f8fd6026a972cbf9f93c4057a9a
size 11735168

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 19 22:25:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.30.1
* new feature: (undocumented) set picking dragMolecule
* new feature: set picking dragModel
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Sat Oct 20 11:57:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package jmol # spec file for package jmol
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: jmol Name: jmol
Version: 14.29.26 Version: 14.30.1
Release: 0 Release: 0
Summary: 3D Viewer for chemical structures Summary: 3D Viewer for chemical structures
License: LGPL-2.1-only License: LGPL-2.1-only
Group: Productivity/Scientific/Chemistry Group: Productivity/Scientific/Chemistry
Url: http://jmol.sf.net/ URL: http://jmol.sf.net/
#Source: http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz #Source: http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
Source: jmol-%version.tar.xz Source: jmol-%version.tar.xz

View File

@ -1,8 +1,11 @@
#!/bin/bash #!/bin/bash
v=14.29.26 v=14.30.1
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
fi
rm -rf "jmol-$v" rm -rf "jmol-$v"
tar -xf "Jmol-$v-binary.tar.gz" tar -xf "Jmol-$v-binary.tar.gz"
# kill bundled software # kill bundled software
rm "jmol-$v/jsmol.zip" rm "jmol-$v/jsmol.zip"
tar -cf --use=xz "jmol-$v.tar.xz" "jmol-$v" tar --use=xz -cf "jmol-$v.tar.xz" "jmol-$v"