[perl-Sort-Naturally] Perl mass rebuild, for real this time

Petr Sabata psabata at fedoraproject.org
Mon Jun 20 11:46:58 UTC 2011


commit 305b5ea923696722a3637889a2b6ecaa3f7f264f
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Jun 20 13:46:39 2011 +0200

    Perl mass rebuild, for real this time

 perl-Sort-Naturally.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/perl-Sort-Naturally.spec b/perl-Sort-Naturally.spec
index 0b402d1..e23bc32 100644
--- a/perl-Sort-Naturally.spec
+++ b/perl-Sort-Naturally.spec
@@ -1,13 +1,12 @@
 Name:       perl-Sort-Naturally 
-Version:    1.02 
-Release:    8%{?dist}
+Version:    1.02
+Release:    9%{?dist}
 # see lib/Sort/Naturally.pm 
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Sort lexically, but sort numeral parts numerically 
 Source:     http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Sort-Naturally-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/Sort-Naturally
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -28,8 +27,6 @@ word-characters are compared lexically.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -39,16 +36,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README t/ 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 20 2011 Petr Sabata <contyk at redhat.com> - 1.02-9
+- Perl mass rebuild in dist-f16-perl (d'oh)
+- Remove now obsolete Buildroot and defattr
+
 * Thu Jun 09 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.02-8
 - Perl 5.14 mass rebuild
 



More information about the perl-devel mailing list