public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/treelayout] epel10: Add VCS field
@ 2026-07-22 19:40 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-22 19:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/treelayout
Branch : epel10
Commit : 77a202079debad66da824a573bd8f82e2cf02d95
Author : Jerry James <loganjerry@gmail.com>
Date   : 2024-07-17T16:16:21-06:00
Stats  : +4/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/treelayout/c/77a202079debad66da824a573bd8f82e2cf02d95?branch=epel10

Log:
Add VCS field

---
diff --git a/treelayout.spec b/treelayout.spec
index 381c4ef..9b5f161 100644
--- a/treelayout.spec
+++ b/treelayout.spec
@@ -1,4 +1,5 @@
-%global core org.abego.treelayout
+%global core   org.abego.treelayout
+%global giturl https://github.com/abego/treelayout
 
 Name:          treelayout
 Version:       1.0.3
@@ -6,7 +7,8 @@ Release:       23%{?dist}
 Summary:       Efficient and customizable Tree Layout Algorithm in Java
 License:       BSD-3-Clause
 URL:           http://treelayout.sourceforge.net/
-Source0:       https://github.com/abego/treelayout/archive/v%{version}/%{name}-%{version}.tar.gz
+VCS:           git:%{giturl}.git
+Source0:       %{giturl}/archive/v%{version}/%{name}-%{version}.tar.gz
 # Dummy POM to ease building with RPM
 Source1:       pom.xml
 

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

only message in thread, other threads:[~2026-07-22 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:40 [rpms/treelayout] epel10: Add VCS field Jerry James

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