[perl-Spoon] - Remove bogus rm %{__perl_provides}.

corsepiu corsepiu at fedoraproject.org
Wed Feb 16 05:04:58 UTC 2011


commit e20c1bb389f566fc9a709f7c9d477f4cfec203ab
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Feb 16 06:04:49 2011 +0100

    - Remove bogus rm %{__perl_provides}.

 perl-Spoon.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Spoon.spec b/perl-Spoon.spec
index e9e9474..851504c 100644
--- a/perl-Spoon.spec
+++ b/perl-Spoon.spec
@@ -52,7 +52,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %clean
-rm -rf $RPM_BUILD_ROOT %{__perl_provides}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 16 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.24-13
+- Remove bogus rm %%{__perl_provides}.
+
 * Wed Feb 16 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.24-12
 - Revert temporary hack "BR: perl-IO-All" (Not required anymore).
 



More information about the perl-devel mailing list