1.104 bump
This commit is contained in:
parent
7170b34f89
commit
37113346a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ File-ShareDir-1.00.tar.gz
|
||||
/File-ShareDir-1.02.tar.gz
|
||||
/File-ShareDir-1.03.tar.gz
|
||||
/File-ShareDir-1.102.tar.gz
|
||||
/File-ShareDir-1.104.tar.gz
|
||||
|
||||
@ -1,21 +1,26 @@
|
||||
Name: perl-File-ShareDir
|
||||
Version: 1.102
|
||||
Release: 9%{?dist}
|
||||
Version: 1.104
|
||||
Release: 1%{?dist}
|
||||
Summary: Locate per-dist and per-module shared files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-ShareDir/
|
||||
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/File-ShareDir-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::Inspector) >= 1.12
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Dir)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(vars)
|
||||
@ -36,13 +41,11 @@ available to the larger Perl community.
|
||||
%setup -q -n File-ShareDir-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
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 \;
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
chmod 644 share/sample.txt
|
||||
chmod 644 share/subdir/sample.txt
|
||||
@ -53,11 +56,15 @@ rm -rf %{buildroot}/blib/lib/auto/share/module/File-ShareDir/test_file.txt
|
||||
make test AUTOMATED_TESTING=1
|
||||
|
||||
%files
|
||||
%doc Changes
|
||||
%license LICENSE
|
||||
%doc Changes README.md
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 30 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.104-1
|
||||
- 1.104 bump
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.102-9
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user