rpms/perl-Fedora-Bugzilla/F-9 perl-Fedora-Bugzilla.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sat Feb 28 01:31:05 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Fedora-Bugzilla/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17101

Modified Files:
	sources 
Added Files:
	perl-Fedora-Bugzilla.spec 
Log Message:
* Tue Feb 24 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- update to 0.05



--- NEW FILE perl-Fedora-Bugzilla.spec ---
Name:           perl-Fedora-Bugzilla
Version:        0.05
Release:        1%{?dist}
Summary:        Access Fedora's Bugzilla

Group:          Development/Libraries
License:        LGPLv2+
URL:            http://camelus.fedorahosted.org
Source0:        http://fedorahosted.org/releases/c/a/camelus/Fedora-Bugzilla-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)

BuildRequires:  perl(namespace::clean)
BuildRequires:  perl(Crypt::SSLeay)
BuildRequires:  perl(DateTime::Format::Builder)
BuildRequires:  perl(Email::Address)
BuildRequires:  perl(HTTP::Cookies)
BuildRequires:  perl(MIME::Base64)
BuildRequires:  perl(RPC::XML::Client)
BuildRequires:  perl(Moose)
BuildRequires:  perl(MooseX::AttributeHelpers)
BuildRequires:  perl(MooseX::MultiInitArg)
BuildRequires:  perl(MooseX::StrictConstructor)
BuildRequires:  perl(MooseX::Traits::Attribute::CascadeClear)
BuildRequires:  perl(MooseX::Types)
BuildRequires:  perl(MooseX::Types::DateTime)
BuildRequires:  perl(MooseX::Types::Path::Class)
BuildRequires:  perl(MooseX::Types::URI)
BuildRequires:  perl(Regexp::Common)
BuildRequires:  perl(URI::Fetch)
BuildRequires:  perl(URI::Find)
BuildRequires:  perl(XML::Twig)

# tests
BuildRequires:  perl(Test::More)

# not automagically picked up atm (grrr)
Requires:       perl(Crypt::SSLeay)
Requires:       perl(MooseX::MultiInitArg)
Requires:       perl(MooseX::Traits::Attribute::CascadeClear)

%description
The XML-RPC interface to bugzilla is quite useful, and while Bugzilla 3.x 
is starting to flesh their interface out a bit more (see, e.g.,
L<WWW::Bugzilla3>), Fedora's Bugzilla implementation has a large number of
custom methods.  This module aims to expose them, in a kinder, gentler way.

In addition to the XML-RPC methods Bugzilla makes available, there are also
some things we only seem to be able to access via the web/XML interfaces.
(See, e.g., the flags, attachments and comments functionality.)  This package
works to expose those as well.


%prep
%setup -q -n Fedora-Bugzilla-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make %{?_smp_mflags}


%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README Changes TODO COPYING
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Tue Feb 24 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- update to 0.05

* Thu Feb 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-2
- add an explicit requires on perl(MooseX::MultiInitArg)

* Wed Jan 28 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- update to 0.04
- update source0 to URL

* Sun Jan 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- bump release for submission (prereq for reviewtool)

* Sun Jan 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.03-0.1
- update to 0.03

* Sun Jan 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-0.1
- update to 0.02
- add requires on Crypt::SSLeay

* Mon Jan 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0.2
- add requires on perl(MooseX::Traits::Attribute::CascadeClear) 

* Sat Jan 17 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0.1
- initial packaging


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 23:04:53 -0000	1.1
+++ sources	28 Feb 2009 01:30:35 -0000	1.2
@@ -0,0 +1 @@
+f5fcdb82db18ecb4c65f968493056c8c  Fedora-Bugzilla-0.05.tar.gz




More information about the Fedora-perl-devel-list mailing list