[perl-SOAP-Lite] 649372 add missing requirement LWP::UserAgent

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Nov 23 07:40:34 UTC 2010


commit 74db7e062fae346446821563bc20f1894621a474
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Nov 23 08:37:28 2010 +0100

    649372 add missing requirement LWP::UserAgent

 perl-SOAP-Lite.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 4f1dcfe..a880eca 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,13 +1,12 @@
 Name: 		perl-SOAP-Lite
 Version:	0.711
-Release:	1%{?dist}
+Release:	2%{?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
 Patch0:     SOAP-Lite-defined_hash.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:	perl-XML-Parser
@@ -27,6 +26,7 @@ BuildRequires:  perl(FCGI)
 %endif
 BuildRequires:  perl(Net::Jabber)
 BuildArch: 	noarch
+Requires:       perl(LWP::UserAgent)
 
 %{?filter_setup:
 %filter_from_requires /perl(\(MQ\|Net::\)/d
@@ -49,7 +49,6 @@ make %{?_smp_mflags}
 find examples -type f |xargs chmod ogu-x
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -76,6 +75,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Nov 23 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.711-2
+- add R: LWP::UserAgent and clean spec from buildroot
+
 * Thu Jun  3 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.711-1
 - update and apply fix from https://rt.cpan.org/Public/Bug/Display.html?id=52015
 



More information about the perl-devel mailing list