Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
a728c69546 |
10
_service
10
_service
@ -1,15 +1,15 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="filename">carat</param>
|
<param name="filename">carat</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/lbfm-rwth/carat</param>
|
<param name="url">https://github.com/lbfm-rwth/carat</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">21bfdb516cc21c8e634a9fc99c469a07b8c7490c</param>
|
||||||
<param name="parent-tag">v2.1b1</param>
|
<param name="parent-tag">v2.1b1</param>
|
||||||
<param name="versionformat">2.1b1+g@TAG_OFFSET@</param>
|
<param name="versionformat">2.1b1+g@TAG_OFFSET@.%h</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
carat-2.1b1+g132.21bfdb5.tar.xz
(Stored with Git LFS)
Normal file
BIN
carat-2.1b1+g132.21bfdb5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7245ac04ec91378005c1e6a4f8c9c46aa938d6c1029bb6653eadad4cb7af12aa
|
|
||||||
size 5696840
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 10:42:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Switch _service to an explicit revision hash to facilitate
|
||||||
|
tarball verification.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 24 13:47:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jun 24 13:47:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pari
|
# spec file for package carat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 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: carat
|
Name: carat
|
||||||
Version: 2.1b1+g132
|
Version: 2.1b1+g132.21bfdb5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Programs for solving certain tasks in mathematical crystallography
|
Summary: Programs for solving certain tasks in mathematical crystallography
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -34,8 +34,9 @@ construction, recognition and comparison problems for
|
|||||||
crystallographic groups up to dimension 6. The name CARAT itself
|
crystallographic groups up to dimension 6. The name CARAT itself
|
||||||
is an acronym for Crystallographic AlgoRithms And Tables.
|
is an acronym for Crystallographic AlgoRithms And Tables.
|
||||||
|
|
||||||
# Utilies invoked from e.g. gap-caratinterface
|
|
||||||
|
|
||||||
|
|
||||||
|
# Utilies invoked from e.g. gap-caratinterface
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user