1.000005 bump
This commit is contained in:
parent
9197823e63
commit
19a1d1c8a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Test-File-ShareDir-0.3.1.tar.gz
|
||||
/Test-File-ShareDir-1.000005.tar.gz
|
||||
|
||||
@ -1,28 +1,32 @@
|
||||
Name: perl-Test-File-ShareDir
|
||||
Version: 0.3.1
|
||||
Release: 6%{?dist}
|
||||
Version: 1.000005
|
||||
Release: 1%{?dist}
|
||||
Summary: Create a Fake ShareDir for your modules for testing
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-File-ShareDir/
|
||||
Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) > 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Class::Tiny)
|
||||
BuildRequires: perl(File::Copy::Recursive)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::ShareDir) >= 1.00
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
# Tests only
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Path::Class::Dir)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(File::Copy::Recursive)
|
||||
Requires: perl(File::Temp)
|
||||
Requires: perl(Path::Class::Dir)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -33,16 +37,15 @@ Create a fake ShareDir for your modules for testing.
|
||||
%setup -q -n Test-File-ShareDir-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
@ -50,6 +53,9 @@ Create a fake ShareDir for your modules for testing.
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2014 Petr Šabata <contyk@redhat.com> - 1.000005-1
|
||||
- 1.000005 bump
|
||||
|
||||
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.3.1-6
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user