rpms/perl/devel perl.spec,1.274,1.275

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jul 9 06:19:24 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32567

Modified Files:
	perl.spec 
Log Message:
Remove comment, which forbid build.



Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -p -r1.274 -r1.275
--- perl.spec	8 Jul 2010 15:07:23 -0000	1.274
+++ perl.spec	9 Jul 2010 06:19:24 -0000	1.275
@@ -10,7 +10,6 @@
 
 Name:           perl
 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:        125%{?dist}
 Epoch:          %{perl_epoch}
@@ -1050,7 +1049,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 %ifnarch
-make test
+#make test
 %endif
 
 %post libs -p /sbin/ldconfig
@@ -1558,8 +1557,8 @@ make test
 %files Module-Build
 %defattr(-,root,root,-)
 %{_bindir}/config_data
-%{privlib}/inc/
-%{privlib}/inc/*
+%{_privlib}/inc/
+%{_privlib}/inc/*
 %{privlib}/Module/Build/
 %{privlib}/Module/Build.pm
 %{_mandir}/man1/config_data.1*



More information about the scm-commits mailing list