Tom Stellard 2020-07-14 14:25:09 +00:00
parent ef90728d6a
commit 405a61b9a8
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Summary: Tool Command Language, pronounced tickle
Name: tcl
Version: %{vers}
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
License: TCL
URL: http://tcl.sourceforge.net/
@ -82,7 +82,7 @@ autoconf
--enable-symbols \
--enable-shared
make %{?_smp_mflags} CFLAGS="%{optflags}" TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
%make_build CFLAGS="%{optflags}" TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
%check
%{?_without_check: %define _without_check 1}
@ -147,6 +147,10 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix
%{_datadir}/%{name}%{majorver}/tclAppInit.c
%changelog
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:8.6.10-4
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 1:8.6.10-3
Disable LTO