rpms/perl-Fedora-Bugzilla/F-10 import.log, NONE, 1.1 perl-Fedora-Bugzilla.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Thu Jan 29 07:42:10 UTC 2009


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Fedora-Bugzilla.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Fedora-Bugzilla-0_04-1_fc10:F-10:perl-Fedora-Bugzilla-0.04-1.fc10.src.rpm:1233214884


--- NEW FILE perl-Fedora-Bugzilla.spec ---
Name:           perl-Fedora-Bugzilla
Version:        0.04
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
Requires:       perl(Crypt::SSLeay)
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
* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 23:04:53 -0000	1.1
+++ .cvsignore	29 Jan 2009 07:41:39 -0000	1.2
@@ -0,0 +1 @@
+Fedora-Bugzilla-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/F-10/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	29 Jan 2009 07:41:39 -0000	1.2
@@ -0,0 +1 @@
+37f1c67a303375a6ed3d342fa5244e13  Fedora-Bugzilla-0.04.tar.gz




More information about the fedora-extras-commits mailing list