- Update to release 14.31.20
OBS-URL: https://build.opensuse.org/package/show/science/jmol?expand=0&rev=19
This commit is contained in:
parent
35da09333b
commit
3a6f75b141
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beb8a3617423382176b2a6ee9015d38192848f8fd6026a972cbf9f93c4057a9a
|
||||
size 11735168
|
3
jmol-14.31.20.tar.xz
Normal file
3
jmol-14.31.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5a730d4697e6582a1d50b86c69462f33b309c9d91254922db3219bc8d9b5839
|
||||
size 8204076
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 24 12:19:31 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 14.31.20
|
||||
* Topology CIF reading of _topol_xxx records
|
||||
* GenNBOReader supports older NBO 3.0 output.properties
|
||||
rather than missing .46 labels file
|
||||
* NBO command expanded to allow named orbitals
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 22:25:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
14
jmol.spec
14
jmol.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jmol
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: jmol
|
||||
Version: 14.30.1
|
||||
Version: 14.31.20
|
||||
Release: 0
|
||||
Summary: 3D Viewer for chemical structures
|
||||
License: LGPL-2.1-only
|
||||
@ -33,20 +33,18 @@ Source4: %name.desktop
|
||||
Source9: sanitize_binpkg.sh
|
||||
Patch1: datadir.diff
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
Requires: java
|
||||
Requires: java >= 7
|
||||
|
||||
%description
|
||||
Jmol is a Java-based viewer for chemical structures in 3D with
|
||||
features for chemicals, crystals, materials and biomolecules.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
%autosetup -p1
|
||||
cp %{S:2} .
|
||||
|
||||
%build
|
||||
@ -74,8 +72,8 @@ desktop-file-install --dir %buildroot%_datadir/applications %{S:4}
|
||||
%suse_update_desktop_file %name
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.txt LICENSE.txt COPYRIGHT.txt CHANGES.txt
|
||||
%license LICENSE.txt COPYRIGHT.txt
|
||||
%doc README.txt CHANGES.txt
|
||||
%_bindir/%name
|
||||
%_datadir/%name
|
||||
%_datadir/applications/%name.desktop
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
v=14.30.1
|
||||
v=14.31.20
|
||||
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
||||
wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user