public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/carat] rawhide: Add MIT to License
Date: Mon, 13 Jul 2026 15:19:50 GMT	[thread overview]
Message-ID: <178395599001.1.15816523317937256602.rpms-carat-1da215ffa5af@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-13 15:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178395599001.1.15816523317937256602.rpms-carat-1da215ffa5af@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox