rpms/perl-BZ-Client/devel import.log, NONE, 1.1 perl-BZ-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Wed Aug 26 22:51:00 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-BZ-Client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25239/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-BZ-Client.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-BZ-Client-1_02-1_fc11:HEAD:perl-BZ-Client-1.02-1.fc11.src.rpm:1251326953


--- NEW FILE perl-BZ-Client.spec ---
Name:           perl-BZ-Client
Version:        1.02
Release:        1%{?dist}
Summary:        A client for the Bugzilla web services API
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/BZ-Client/
Source0:        http://www.cpan.org/authors/id/J/JW/JWIED/BZ-Client-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(LWP)
BuildRequires:  perl(XML::Parser)
BuildRequires:  perl(XML::Writer)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an interface to the Bugzilla web services API.

%prep
%setup -q -n BZ-Client-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README LICENSE
%{perl_vendorlib}/BZ
%{_mandir}/man3/*

%changelog
* Tue Aug 11 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BZ-Client/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Aug 2009 22:25:15 -0000	1.1
+++ .cvsignore	26 Aug 2009 22:50:59 -0000	1.2
@@ -0,0 +1 @@
+BZ-Client-1.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BZ-Client/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Aug 2009 22:25:15 -0000	1.1
+++ sources	26 Aug 2009 22:50:59 -0000	1.2
@@ -0,0 +1 @@
+5b2672bebb843e251cfa440cb1bec419  BZ-Client-1.02.tar.gz




More information about the fedora-extras-commits mailing list