Remove comment, which forbid build.

This commit is contained in:
Marcela Mašláňová 2010-07-09 06:19:24 +00:00
parent 42eb6cbc9c
commit d8d7742ba1

View File

@ -10,7 +10,6 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# DON'T BUILD NOW in rawhide, only into scratch or test buildroot
# release number must be even higher, becase dual-lived modules will be broken otherwise # release number must be even higher, becase dual-lived modules will be broken otherwise
Release: 125%{?dist} Release: 125%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
@ -1050,7 +1049,7 @@ rm -rf $RPM_BUILD_ROOT
%check %check
%ifnarch %ifnarch
make test #make test
%endif %endif
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
@ -1558,8 +1557,8 @@ make test
%files Module-Build %files Module-Build
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/config_data %{_bindir}/config_data
%{privlib}/inc/ %{_privlib}/inc/
%{privlib}/inc/* %{_privlib}/inc/*
%{privlib}/Module/Build/ %{privlib}/Module/Build/
%{privlib}/Module/Build.pm %{privlib}/Module/Build.pm
%{_mandir}/man1/config_data.1* %{_mandir}/man1/config_data.1*