jmol 16.3.1
This commit is contained in:
parent
a17577ea73
commit
292043ce6d
BIN
jmol-16.1.47.tar.xz
(Stored with Git LFS)
BIN
jmol-16.1.47.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
jmol-16.3.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
jmol-16.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
10
jmol.changes
10
jmol.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 12:44:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 16.3.1
|
||||||
|
* Significantly increases Jmol's coverage in relation to space
|
||||||
|
groups and their related plane, layer, rod, and frieze
|
||||||
|
groups.
|
||||||
|
* Novel 3D interactive visualizations of space, plane, layer,
|
||||||
|
rod, and frieze group models.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 23 13:29:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sat Dec 23 13:29:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jmol
|
# spec file for package jmol
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jmol
|
Name: jmol
|
||||||
Version: 16.1.47
|
Version: 16.3.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
|
||||||
@ -47,7 +47,7 @@ features for chemicals, crystals, materials and biomolecules.
|
|||||||
cp %{S:2} .
|
cp %{S:2} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
dos2unix CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
|
dos2unix CHANGES.txt COPYRIGHT.txt LICENSE.txt
|
||||||
perl -i -pe 's{\@pkgdatadir\@}{%_datadir/%name}gs' jmol.sh
|
perl -i -pe 's{\@pkgdatadir\@}{%_datadir/%name}gs' jmol.sh
|
||||||
# man
|
# man
|
||||||
cp %{S:3} .
|
cp %{S:3} .
|
||||||
@ -72,7 +72,7 @@ desktop-file-install --dir %buildroot%_datadir/applications %{S:4}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt COPYRIGHT.txt
|
%license LICENSE.txt COPYRIGHT.txt
|
||||||
%doc README.txt CHANGES.txt
|
%doc CHANGES.txt
|
||||||
%_bindir/%name
|
%_bindir/%name
|
||||||
%_datadir/%name
|
%_datadir/%name
|
||||||
%_datadir/applications/%name.desktop
|
%_datadir/applications/%name.desktop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
v=16.1.47
|
v=16.3.1
|
||||||
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
|
||||||
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user