public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-owl_rl] rawhide: use github url for sources
@ 2026-09-12 12:18 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-12 12:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-owl_rl
Branch : rawhide
Commit : db119fbbc638fc24422b9355094998585877a2b1
Author : Miroslav Suchý <msuchy@redhat.com>
Date   : 2026-09-12T14:15:34+02:00
Stats  : +5/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-owl_rl/c/db119fbbc638fc24422b9355094998585877a2b1?branch=rawhide

Log:
use github url for sources

---
diff --git a/python-owl_rl.spec b/python-owl_rl.spec
index 70ddfdf..0e95bad 100644
--- a/python-owl_rl.spec
+++ b/python-owl_rl.spec
@@ -2,14 +2,11 @@ Name:           python-owl_rl
 Version:        7.1.4
 Release:        %autorelease
 Summary:        A simple implementation of the OWL2 RL Profile
-
-%global forgeurl https://github.com/RDFLib/OWL-RL
-%global tag %{version}
-%forgemeta
-
 License:        W3C
-URL:            %forgeurl
-Source:         %forgesource
+URL:            https://github.com/RDFLib/OWL-RL
+# tarball on pypi does not have scripts
+# we have to use github tarball
+Source:         https://github.com/RDFLib/OWL-RL/archive/refs/tags/%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
@@ -39,7 +36,7 @@ Summary:        %{summary}
 
 
 %prep
-%forgeautosetup -p1
+%autosetup -p1 -n OWL-RL-%{version}
 
 
 %generate_buildrequires

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

only message in thread, other threads:[~2026-09-12 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 12:18 [rpms/python-owl_rl] rawhide: use github url for sources 

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