public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cliquer] rawhide: Add VCS and SourceLicense fields
@ 2026-07-13 15:41 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-13 15:41 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-13 15:41 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:41 [rpms/cliquer] rawhide: Add VCS and SourceLicense fields Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox