File perl-WWW-Curl.spec of Package perl-WWW-Curl
#
# spec file for package perl-WWW-Curl (Version 4.09)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define modname WWW-Curl
Name: perl-WWW-Curl
Version: 4.09
Release: 1
Url: http://search.cpan.org/search?query=WWW::Curl
Summary: Perl extension interface for libcurl
Requires: perl = %{perl_version}
BuildRequires: libcurl-devel
License: MIT License (or similar) ; MPL ..
Group: Development/Libraries/Perl
Source: %{modname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module provides a Perl interface to libcurl.
Authors:
--------
Georg Horn <horn@koblenz-net.de>
Cris Bailiff <c.bailiff+curl@devsecure.com>
Balint Szilakszi <szbalint@cpan.org>
%prep
%setup -q -n %{modname}-%{version}
%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc Changes LICENSE README SIGNATURE
%doc %{_mandir}/man?/*
%{perl_vendorarch}/WWW
%{perl_vendorarch}/auto/WWW
/var/adm/perl-modules/%{name}
%changelog