[perl-Sys-SigAction] Perl mass rebuild, cleanup

Petr Sabata psabata at fedoraproject.org
Mon Jun 20 11:24:08 UTC 2011


commit 6c8f8d391dc2199a446d3391c0bd5318063bcd5f
Author: Petr Sabata <contyk at redhat.com>
Date:   Mon Jun 20 13:23:56 2011 +0200

    Perl mass rebuild, cleanup

 perl-Sys-SigAction.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/perl-Sys-SigAction.spec b/perl-Sys-SigAction.spec
index 02adaac..98f29f9 100644
--- a/perl-Sys-SigAction.spec
+++ b/perl-Sys-SigAction.spec
@@ -1,12 +1,11 @@
 Name:           perl-Sys-SigAction
 Version:        0.11
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Perl extension for Consistent Signal Handling
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sys-SigAction/
 Source0:        http://www.cpan.org/modules/by-module/Sys/Sys-SigAction-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
@@ -27,8 +26,6 @@ pod2man < dbd-oracle-timeout.POD > dbd-oracle-timeout.man
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -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 Changes README dbd-oracle-timeout.man
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 20 2011 Petr Sabata <contyk at redhat.com> - 0.11-7
+- Perl mass rebuild
+- Remove now obsolete Buildroot and defattr
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list