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/treelayout] epel10: Add VCS field
Date: Wed, 22 Jul 2026 19:40:44 GMT	[thread overview]
Message-ID: <178474924487.1.6106061454041202174.rpms-treelayout-77a202079deb@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-22 19:40 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=178474924487.1.6106061454041202174.rpms-treelayout-77a202079deb@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