public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/carat] rawhide: Add MIT to License
@ 2026-07-13 15:19 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-13 15:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/carat
Branch : rawhide
Commit : 1da215ffa5af18b8a8d97d8ae19b69cb2bfc94c6
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-13T09:19:30-06:00
Stats : +21/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/carat/c/1da215ffa5af18b8a8d97d8ae19b69cb2bfc94c6?branch=rawhide
Log:
Add MIT to License
- Reduce number of TeXLive packages installed to build
- Run pdflatex in nonstop mode
---
diff --git a/carat.spec b/carat.spec
index 05cbe8d..d0a291a 100644
--- a/carat.spec
+++ b/carat.spec
@@ -11,7 +11,11 @@ Summary: Crystallographic AlgoRithms And Tables
%forgemeta
Release: 10%{?dist}
-License: GPL-2.0-or-later
+# GPL-2.0-or-later: the project as a whole
+# MIT: functions/Datei/get_data_dir.c
+License: GPL-2.0-or-later AND MIT
+# GPL-3.0-or-later WITH Autoconf-exception-2.0: m4/ax_check_library.m4
+SourceLicense: %{license} AND GPL-3.0-or-later WITH Autoconf-exception-macro
URL: https://lbfm-rwth.github.io/carat/
VCS: git:%{forgeurl}.git
Source0: %{forgesource}
@@ -28,8 +32,16 @@ BuildRequires: gcc
BuildRequires: gmp-devel
BuildRequires: libtool
BuildRequires: make
-BuildRequires: tex(latex)
+BuildRequires: tex(a4.sty)
+BuildRequires: tex(amsfonts.sty)
+BuildRequires: tex(amssymb.sty)
+BuildRequires: tex(eepic.sty)
BuildRequires: tex(epic.sty)
+BuildRequires: tex(graphics.sty)
+BuildRequires: tex(graphicx.sty)
+BuildRequires: tex(latexsym.sty)
+BuildRequires: texlive-ec
+BuildRequires: texlive-latex
Requires: %{name}-tables = 1:%{version}-%{release}
Requires: environment(modules)
@@ -44,6 +56,7 @@ package uses environment modules to access its binaries.
%package tables
Summary: Tables for CARAT binaries
+License: GPL-2.0-or-later
BuildArch: noarch
%description tables
@@ -78,7 +91,7 @@ rm -fr tex/examples/.xvpics
# Build the documentation
cd tex
-pdflatex manual
+pdflatex -interaction=nonstopmode manual
cd -
%install
@@ -120,6 +133,11 @@ cd -
%license LICENSE
%changelog
+* Mon Jul 13 2026 Jerry James <loganjerry@gmail.com> - 1:2.1-10
+- Add MIT to License
+- Reduce number of TeXLive packages installed to build
+- Run pdflatex in nonstop mode
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-13 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 15:19 [rpms/carat] rawhide: Add MIT to License Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox