From 6bd054eafabf63e56d9c6aa5d0d6f404a0027411 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 21 Apr 2017 13:56:32 +0200 Subject: [PATCH] use new _module_build macro to limit dependencies for Modularity --- tcl.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tcl.spec b/tcl.spec index 5f9f8b1..87bb4af 100644 --- a/tcl.spec +++ b/tcl.spec @@ -1,11 +1,16 @@ %define majorver 8.6 %define vers %{majorver}.6 +%if ! 0%{?_module_build} %{!?sdt:%define sdt 1} +%else +%{!?sdt:%define sdt 0} +%define _without_check 0 +%endif Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -149,6 +154,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix %{_datadir}/%{name}%{majorver}/tclAppInit.c %changelog +* Fri Apr 21 2017 Karsten Hopp - 1:8.6.6-4 +- use new _module_build macro to limit dependencies for Modularity + * Thu Jan 12 2017 Igor Gnatenko - 1:8.6.6-3 - Rebuild for readline 7.x