[perl-Net-GitHub] update to 0.23

Iain Arnell iarnell at fedoraproject.org
Sat Dec 18 08:36:58 UTC 2010


commit 8399295560e267121ced925e0d1a7be431f91178
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Dec 18 09:36:44 2010 +0100

    update to 0.23

 .gitignore           |    1 +
 perl-Net-GitHub.spec |   15 +++++++--------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8daa122..5f53719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-GitHub-0.22.tar.gz
+/Net-GitHub-0.23.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index bbab52f..8453c4e 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,12 +1,11 @@
 Name:           perl-Net-GitHub 
 Summary:        Perl interface for github.com 
-Version:        0.22
+Version:        0.23
 Release:        1%{?dist}
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FR/FRANCKC/Net-GitHub-%{version}.tar.gz
+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
 
@@ -19,6 +18,7 @@ BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(Test::MockModule)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(WWW::Mechanize::GZip)
 
@@ -46,8 +46,6 @@ for working with GitHub users and repositories.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{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 ';'
@@ -57,9 +55,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README 
@@ -67,6 +62,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Dec 18 2010 Iain Arnell <iarnell at gmail.com> 0.23-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Fri Jun  4 2010 Petr Pisar <ppisar at redhat.com> - 0.22-1
 - 0.22 bump
 - Update Source0 URL
diff --git a/sources b/sources
index 1d068c8..19c311a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d210d69d165fa3c88d8ae5473646f550  Net-GitHub-0.22.tar.gz
+43f611d9da69776ce304514199eb9d0d  Net-GitHub-0.23.tar.gz


More information about the scm-commits mailing list