commit 0edf8cc47685e13369e1faff6880958275fa6f973fd9f4f69ecbd2a11e929382 Author: Atri Bhattacharya Date: Fri Apr 29 13:19:13 2022 +0000 Accepting request 972729 from home:jengelh:dev OBS-URL: https://build.opensuse.org/request/show/972729 OBS-URL: https://build.opensuse.org/package/show/science/carat?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..4b0430c --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + carat + git + https://github.com/lbfm-rwth/carat + master + v2.1b1 + 2.1b1.g@TAG_OFFSET@ + + + *.tar + xz + + + diff --git a/carat-2.1b1.g131.tar.xz b/carat-2.1b1.g131.tar.xz new file mode 100644 index 0000000..b7a9573 --- /dev/null +++ b/carat-2.1b1.g131.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf358bb5c24bf27f935e0bfc4f1952654b5986185f268c09e84de894103aff7 +size 5696664 diff --git a/carat.changes b/carat.changes new file mode 100644 index 0000000..9e012e2 --- /dev/null +++ b/carat.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Apr 25 22:30:24 UTC 2022 - Jan Engelhardt + +- Initial package (version 2.1b1.g131) (fd0b757) for build.opensuse.org diff --git a/carat.spec b/carat.spec new file mode 100644 index 0000000..0bb3cb6 --- /dev/null +++ b/carat.spec @@ -0,0 +1,54 @@ +# +# spec file for package pari +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: carat +Version: 2.1b1.g131 +Release: 0 +Summary: Programs for solving certain tasks in mathematical crystallography +License: GPL-2.0-only +Group: Productivity/Scientific/Math +URL: https://lbfm-rwth.github.io/carat/ +Source: %name-%version.tar.xz +BuildRequires: automake +BuildRequires: c_compiler +BuildRequires: gmp-devel + +%description +Carat is a computer package which handles enumeration, +construction, recognition and comparison problems for +crystallographic groups up to dimension 6. The name CARAT itself +is an acronym for Crystallographic AlgoRithms And Tables. + +# Utilies invoked from e.g. gap-caratinterface + +%prep +%autosetup + +%build +autoreconf -fi +%configure --bindir="%_libexecdir/%name" +%make_build + +%install +%make_install + +%files +%_libexecdir/%name/ +%license LICENSE + +%changelog