rpms/perl-Net-GitHub/F-12 perl-Net-GitHub.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Wed Nov 4 02:47:02 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-GitHub/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12099

Modified Files:
	sources 
Added Files:
	perl-Net-GitHub.spec 
Log Message:
* Tue Oct 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.19-2
- add br on CPAN (M::I)



--- NEW FILE perl-Net-GitHub.spec ---
Name:       perl-Net-GitHub 
Version:    0.19 
Release:    2%{?dist}
# lib/Net/GitHub.pm -> GPL+ or Artistic
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Perl interface for github.com 
Source:     http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Net-GitHub
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Any::Moose)
BuildRequires: perl(Crypt::SSLeay)
BuildRequires: perl(CPAN)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(File::Slurp)
BuildRequires: perl(HTML::TreeBuilder)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::MockModule)
BuildRequires: perl(Test::More)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(WWW::Mechanize::GZip)

%{?perl_default_filter}

%description
GitHub (http://github.com) is a popular git host; this package is a Perl API
for working with GitHub users and repositories.

%prep
%setup -q -n Net-GitHub-%{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 Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Tue Oct 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.19-2
- add br on CPAN (M::I)

* Sat Sep 26 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.19-1
- update filtering
- submission

* Sat Sep 26 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.19-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-GitHub/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Nov 2009 19:12:59 -0000	1.1
+++ sources	4 Nov 2009 02:47:02 -0000	1.2
@@ -0,0 +1 @@
+e1d1443189ecd59b5f43e30f3754b0ea  Net-GitHub-0.19.tar.gz




More information about the fedora-extras-commits mailing list