View | Details | Raw Unified | Return to bug 36503
Collapse All | Expand All

(-)a/perl.spec (-4 / +6 lines)
Lines 1-6 Link Here
1
Name: perl
1
Name: perl
2
Version: 5.28.1
2
Version: 5.28.1
3
Release: alt1
3
Release: alt2
4
Epoch: 1
4
Epoch: 1
5
5
6
Summary: Practical Extraction and Report Language
6
Summary: Practical Extraction and Report Language
Lines 358-365 sh Configure -ders \ Link Here
358
	-Dmyhostname=localhost -Dperladmin=root@localhost
358
	-Dmyhostname=localhost -Dperladmin=root@localhost
359
359
360
%ifarch %e2k
360
%ifarch %e2k
361
# till apx. lcc-1.23
361
# before lcc-1.23
362
echo '-lcxa' >> ./ext.libs
362
cc --version | grep -q '^lcc:1.21' && echo '-lcxa' >> ./ext.libs
363
%endif
363
%endif
364
364
365
# kill rpath
365
# kill rpath
Lines 992-997 echo perl >%buildroot%_sysconfdir/buildreqs/packages/substitute.d/perl-base Link Here
992
	%autolib/Unicode
992
	%autolib/Unicode
993
993
994
%changelog
994
%changelog
995
* Thu Apr 04 2019 Michael Shigorin <mike@altlinux.org> 1:5.28.1-alt2
996
- E2K: fix build with lcc-1.23
997
995
* Fri Jan 04 2019 Igor Vlasenko <viy@altlinux.ru> 1:5.28.1-alt1
998
* Fri Jan 04 2019 Igor Vlasenko <viy@altlinux.ru> 1:5.28.1-alt1
996
- 5.26.2 -> 5.28.1
999
- 5.26.2 -> 5.28.1
997
1000
998
- 

Return to bug 36503