Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8ea70d3bb37a6cda72a502f1ecb1393a > files > 2

perl-WWW-Curl-4.150.0-8.mga3.src.rpm

%define upstream_name	 WWW-Curl
%define upstream_version 4.15

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 8

Summary:	Perl extension interface for libcurl
License:	Artistic/GPL
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://www.cpan.org/modules/by-module/WWW/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:	libcurl-devel
BuildRequires:	perl-devel

%description
WWW::Curl is a Perl extension interface for libcurl.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make}

%check
# yes, some tests are interactive. that's Evil.
# no point in running them, then: they'll be skipped
#%{__make} test < /dev/null

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changes
%{perl_vendorarch}/WWW
%{perl_vendorarch}/auto/WWW
%{_mandir}/*/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 4.150.0-8.mga3
+ Revision: 374728
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Aug 24 2012 pterjan <pterjan> 4.150.0-7.mga3
+ Revision: 283405
- Clean rebuild

* Sun Jun 12 2011 ahmad <ahmad> 4.150.0-6.mga2
+ Revision: 104542
- Rebuild for missing signature

* Tue Jan 18 2011 blino <blino> 4.150.0-2.mga1
+ Revision: 23252
- rebuild for new perl

* Wed Jan 12 2011 jquelin <jquelin> 4.150.0-1.mga1
+ Revision: 7440
- imported package perl-WWW-Curl