[perl-SOAP-Lite] BuildArch: noarch, rhbz#694559

Petr Sabata psabata at fedoraproject.org
Fri Apr 8 08:17:07 UTC 2011


commit 04bf13520c7870982511bd6696504c7ebd0c2d8f
Author: Petr Sabata <psabata at redhat.com>
Date:   Fri Apr 8 10:16:50 2011 +0200

    BuildArch: noarch, rhbz#694559

 perl-SOAP-Lite.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 9eed3a6..d9a200d 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,13 +1,13 @@
 Name:       perl-SOAP-Lite
 Version:    0.712
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Client and server side SOAP implementation
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 URL:        http://search.cpan.org/dist/SOAP-Lite/
 Source0:    http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-%{version}.tar.gz
+BuildArch:  noarch
 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # Core package
 BuildRequires:  perl(Class::Inspector)
 BuildRequires:  perl(constant)
@@ -30,6 +30,7 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(Compress::Zlib)
 
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Apache2::Const)
 Requires:       perl(Apache2::RequestIO)
 Requires:       perl(Apache2::RequestRec)
@@ -91,6 +92,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Fri Apr  8 2011 Petr Sabata <psabata at redhat.com> - 0.712-3
+- BuildArch: noarch
+
 * Wed Apr  6 2011 Petr Sabata <psabata at redhat.com> - 0.712-2
 - Fix Requires typos
 



More information about the perl-devel mailing list