public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tcltls] epel10.2: Updated spec defines to globals
@ 2026-08-19 10:08 Jason Taylor
0 siblings, 0 replies; only message in thread
From: Jason Taylor @ 2026-08-19 10:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tcltls
Branch : epel10.2
Commit : 99bc4de3105d8be0264ddc0b696267635ecab82c
Author : Jason Taylor <jtfas90@gmail.com>
Date : 2016-01-05T19:25:44-05:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tcltls/c/99bc4de3105d8be0264ddc0b696267635ecab82c?branch=epel10.2
Log:
Updated spec defines to globals
---
diff --git a/tcltls.spec b/tcltls.spec
index c00689d..0a8f8b0 100644
--- a/tcltls.spec
+++ b/tcltls.spec
@@ -1,5 +1,5 @@
-%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
-%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
+%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
+%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
Name: tcltls
Version: 1.6.7
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/tls.h
%changelog
+* Tue Jan 05 2016 Jason Taylor <jtfas90@gmail.com> - 1.6.7-3
+- Replaced %define with %global in spec file
+
* Sat Nov 21 2015 Jason Taylor <jtfas90@gmail.com> - 1.6.7-2
- Updated spec to account for epel tcl versions
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 10:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 10:08 [rpms/tcltls] epel10.2: Updated spec defines to globals Jason Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox