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/cliquer] rawhide: Add VCS and SourceLicense fields
Date: Mon, 13 Jul 2026 15:41:32 GMT	[thread overview]
Message-ID: <178395729294.1.2765137624744334036.rpms-cliquer-46bc37c6500c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cliquer
Branch : rawhide
Commit : 46bc37c6500c41ce2d9a4ce9d933efb6c2d5c986
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-07-13T09:41:14-06:00
Stats  : +32/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cliquer/c/46bc37c6500c41ce2d9a4ce9d933efb6c2d5c986?branch=rawhide

Log:
Add VCS and SourceLicense fields

---
diff --git a/cliquer.spec b/cliquer.spec
index f402c59..b409378 100644
--- a/cliquer.spec
+++ b/cliquer.spec
@@ -1,11 +1,42 @@
+%global giturl  https://github.com/dimpase/autocliquer
+
 Name:           cliquer
 Version:        1.23
 Release:        %autorelease
 Summary:        Find cliques in arbitrary weighted graphs
 
 License:        GPL-2.0-or-later
+# FSFAP: INSTALL
+# FSFUL: configure, m4/libtool.m4
+# FSFULLR: aclocal.m4, m4/{libtool,lt*}.m4
+# FSFULLRWD: aclocal.m4, Makefile.in, {include,lib,src,test}/Makefile.in
+# GPL-2.0-or-later: ltmain.sh
+# (GPL-2.0-or-later OR MIT): ltmain.sh
+# GPL-2.0-or-later WITH Autoconf-exception-generic:
+# - aclocal.m4
+# - configure
+# - depcomp
+# - ltmain.sh
+# - missing
+# - test-driver
+# GPL-3.0-or-later WITH Autoconf-exception-generic-3.0: config.{guess,sub}
+# X11 AND LicenseRef-Fedora-Public-Domain: install-sh
+SourceLicense:  %{shrink:
+                  %{license}
+                  AND FSFAP
+                  AND FSFUL
+                  AND FSFULLR
+                  AND FSFULLRWD
+                  AND GPL-2.0-or-later
+                  AND (GPL-2.0-or-later OR MIT)
+                  AND GPL-2.0-or-later WITH Autoconf-exception-generic
+                  AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0
+                  AND X11
+                  AND LicenseRef-Fedora-Public-Domain
+                }
 URL:            https://users.aalto.fi/~pat/cliquer.html
-Source0:        https://github.com/dimpase/autocliquer/releases/download/v%{version}/%{name}-%{version}.tar.gz
+VCS:            git:%{giturl}.git
+Source0:        %{giturl}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:        http://users.aalto.fi/~pat/%{name}/%{name}_fm.pdf
 Source2:        http://users.aalto.fi/~pat/%{name}/%{name}.pdf
 Source3:        http://users.aalto.fi/~pat/%{name}/%{name}_bm.pdf

                 reply	other threads:[~2026-07-13 15:41 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=178395729294.1.2765137624744334036.rpms-cliquer-46bc37c6500c@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