rpms/perl-Net-GitHub/F-11 perl-Net-GitHub.spec, 1.1, 1.2 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sun Mar 14 20:33:27 UTC 2010


Author: cweyl

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

Modified Files:
	perl-Net-GitHub.spec sources 
Log Message:
* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.20-1
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (0.20)
- dropped old BR on perl(Test::Pod)
- added a new req on perl(Any::Moose) (version 0)
- added a new req on perl(Crypt::SSLeay) (version 0)
- added a new req on perl(HTML::TreeBuilder) (version 0)
- added a new req on perl(JSON::Any) (version 0)
- added a new req on perl(URI::Escape) (version 0)
- added a new req on perl(WWW::Mechanize::GZip) (version 0)



Index: perl-Net-GitHub.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-GitHub/F-11/perl-Net-GitHub.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Net-GitHub.spec	4 Nov 2009 02:47:27 -0000	1.1
+++ perl-Net-GitHub.spec	14 Mar 2010 20:33:27 -0000	1.2
@@ -1,30 +1,37 @@
-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)
+Name:           perl-Net-GitHub 
+Summary:        Perl interface for github.com 
+Version:        0.20
+Release:        1%{?dist}
+License:        GPL+ or Artistic 
+Group:          Development/Libraries
+Source0:        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(CPAN)
+BuildRequires:  perl(Crypt::SSLeay)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(JSON::Any)
+BuildRequires:  perl(Test::MockModule)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(WWW::Mechanize::GZip)
+
+Requires:       perl(Any::Moose)
+Requires:       perl(Crypt::SSLeay)
+Requires:       perl(HTML::TreeBuilder)
+Requires:       perl(JSON::Any)
+Requires:       perl(URI::Escape)
+Requires:       perl(WWW::Mechanize::GZip)
+
 
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 GitHub (http://github.com) is a popular git host; this package is a Perl API
@@ -40,7 +47,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -59,6 +66,21 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.20-1
+- update by Fedora::App::MaintainerTools 0.006
+- PERL_INSTALL_ROOT => DESTDIR
+- updating to latest GA CPAN version (0.20)
+- dropped old BR on perl(Test::Pod)
+- added a new req on perl(Any::Moose) (version 0)
+- added a new req on perl(Crypt::SSLeay) (version 0)
+- added a new req on perl(HTML::TreeBuilder) (version 0)
+- added a new req on perl(JSON::Any) (version 0)
+- added a new req on perl(URI::Escape) (version 0)
+- added a new req on perl(WWW::Mechanize::GZip) (version 0)
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.19-3
+- rebuild against perl 5.10.1
+
 * Tue Oct 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.19-2
 - add br on CPAN (M::I)
 
@@ -69,4 +91,3 @@ rm -rf %{buildroot} 
 * 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-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Nov 2009 02:47:27 -0000	1.2
+++ sources	14 Mar 2010 20:33:27 -0000	1.3
@@ -1 +1 @@
-e1d1443189ecd59b5f43e30f3754b0ea  Net-GitHub-0.19.tar.gz
+f59055da5f10359aa40180d9ea1f4b62  Net-GitHub-0.20.tar.gz




More information about the perl-devel mailing list