diff --git a/.gitignore b/.gitignore index 9473e80..a5ddc06 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Net-OpenID-Consumer-1.16.tar.gz +/Net-OpenID-Consumer-1.17.tar.gz diff --git a/perl-Net-OpenID-Consumer.spec b/perl-Net-OpenID-Consumer.spec index 1e449f7..1e6f5f4 100644 --- a/perl-Net-OpenID-Consumer.spec +++ b/perl-Net-OpenID-Consumer.spec @@ -1,6 +1,6 @@ Name: perl-Net-OpenID-Consumer -Version: 1.16 -Release: 3%{?dist} +Version: 1.17 +Release: 1%{?dist} Summary: Library for consumers of OpenID identities # Public Domain: examples/consumer.cgi # GPL+ or Artistic: the rest of the distribution @@ -9,8 +9,9 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Net-OpenID-Consumer/ Source0: http://www.cpan.org/authors/id/W/WR/WROG/Net-OpenID-Consumer-%{version}.tar.gz BuildArch: noarch +BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -32,6 +33,7 @@ BuildRequires: perl(URI) BuildRequires: perl(URI::Escape) # Tests BuildRequires: perl(base) +BuildRequires: perl(CGI) BuildRequires: perl(HTTP::Response) BuildRequires: perl(integer) BuildRequires: perl(lib) @@ -49,12 +51,11 @@ identity. %setup -q -n Net-OpenID-Consumer-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -67,6 +68,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jan 19 2016 Jitka Plesnikova - 1.17-1 +- 1.17 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index df7a63c..dfadf65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3489694a2e497e6e906467962aa8229b Net-OpenID-Consumer-1.16.tar.gz +c4a721c11281b493238ce98fe66c916c Net-OpenID-Consumer-1.17.tar.gz