use new _module_build macro to limit dependencies for Modularity
This commit is contained in:
parent
6c0b5b42d9
commit
6bd054eafa
10
tcl.spec
10
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 <karsten@redhat.com> - 1:8.6.6-4
|
||||
- use new _module_build macro to limit dependencies for Modularity
|
||||
|
||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:8.6.6-3
|
||||
- Rebuild for readline 7.x
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user