Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 007e6a6b1fdf28cd86a89e28bee9fef8 > files > 2

perl-BZ-Client-1.40.0-1.mga2.src.rpm

%define upstream_name    BZ-Client
%define upstream_version 1.04

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

Summary:    A client for the Bugzilla web services API
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/BZ/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(DateTime::Format::ISO8601)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(URI)
BuildRequires: perl(XML::Parser)
BuildRequires: perl(XML::Writer)
BuildArch: noarch

%description
This module provide an interface to access to your (or another) bugzilla.

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

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

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Wed Nov 30 2011 kharec <kharec> 1.40.0-1.mga2
+ Revision: 174496
- fix summary, description
  add BR
- imported package perl-BZ-Client


* Wed Nov 30 2011 cpan2dist 1.04-1mga
- initial mageia release, generated with cpan2dist