[perl-Test-Inter] Remove obsolete code from spec

Petr Pisar ppisar at fedoraproject.org
Fri Jun 24 11:51:44 UTC 2011


commit 472a7bc5f2092a46dfd3d3e0fe4f19e85b4aa2d7
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 24 13:51:08 2011 +0200

    Remove obsolete code from spec

 perl-Test-Inter.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec
index ea0fc8e..a68363a 100644
--- a/perl-Test-Inter.spec
+++ b/perl-Test-Inter.spec
@@ -29,18 +29,14 @@ chmod -x examples/*
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog LICENSE README TODO examples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
@@ -49,6 +45,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 * Fri Jun 24 2011 Petr Pisar <ppisar at redhat.com> - 1.02-1
 - 1.02 bump
 - Move to vendor path
+- Remove BuildRoot and defattr
 
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.01-4
 - Perl mass rebuild



More information about the perl-devel mailing list