public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cjs] f43: clean spec
@ 2026-06-01 12:54 Leigh Scott
  0 siblings, 0 replies; only message in thread
From: Leigh Scott @ 2026-06-01 12:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cjs
Branch : f43
Commit : a1915d78289a4abf32bb20564e118049acdce608
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2025-12-10T23:10:58+00:00
Stats  : +1/-17 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cjs/c/a1915d78289a4abf32bb20564e118049acdce608?branch=f43

Log:
clean spec

---
diff --git a/cjs.spec b/cjs.spec
index dd8fc83..2e97682 100644
--- a/cjs.spec
+++ b/cjs.spec
@@ -1,8 +1,3 @@
-%global commit0 9f89ac464ad879a4eb49bba929476ce50dda012b
-%global date 20251023
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global tag %{version}
-
 %global glib2_version 2.66.0
 %global gobject_introspection_version 1.66.0
 %global gtk3_version 3.20
@@ -10,7 +5,7 @@
 
 Name:          cjs
 Epoch:         1
-Version:       128.1%{!?tag:~%{date}git%{shortcommit0}}
+Version:       128.1
 Release:       1%{?dist}
 Summary:       Javascript Bindings for Cinnamon
 
@@ -21,11 +16,7 @@ License:       LicenseRef-Callaway-MIT AND (LicenseRef-Callaway-MPLv1.1 OR GPL-2
 # The console module (modules/console.c)
 # Stack printer (gjs/stack.c)
 URL:           https://github.com/linuxmint/%{name}
-%if 0%{?tag:1}
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-%else
-Source0:        %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
-%endif
 
 ExcludeArch:   %{ix86}
 
@@ -78,22 +69,15 @@ the functionality of the installed cjs package.
 
 
 %prep
-%if 0%{?tag:1}
 %autosetup -p1
-%else
-%autosetup -p1 -n %{name}-%{commit0}
-%endif
-
 
 %build
 %meson
 %meson_build
 
-
 %install
 %meson_install
 
-
 %check
 %{shrink:xwfb-run -c mutter -- %meson_test --timeout-multiplier=5}
 

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

only message in thread, other threads:[~2026-06-01 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 12:54 [rpms/cjs] f43: clean spec Leigh Scott

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