- 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:
BIN
jmol-14.30.1.tar.xz
(Stored with Git LFS)
BIN
jmol-14.30.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
jmol-14.31.20.tar.xz
(Stored with Git LFS)
Normal file
BIN
jmol-14.31.20.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user