1.002 bump
This commit is contained in:
parent
2982c5d9f5
commit
b73d032432
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ File-HomeDir-0.86.tar.gz
|
||||
/File-HomeDir-0.98.tar.gz
|
||||
/File-HomeDir-0.99.tar.gz
|
||||
/File-HomeDir-1.00.tar.gz
|
||||
/File-HomeDir-1.002.tar.gz
|
||||
|
||||
@ -1,34 +1,36 @@
|
||||
Name: perl-File-HomeDir
|
||||
Version: 1.00
|
||||
Release: 13%{?dist}
|
||||
Version: 1.002
|
||||
Release: 1%{?dist}
|
||||
Summary: Find your home and other directories on any platform
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/File-HomeDir/
|
||||
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/File-HomeDir-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(:VERSION) >= 5.5.3
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd) >= 3.12
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
||||
BuildRequires: perl(File::Path) >= 2.01
|
||||
BuildRequires: perl(File::Spec) >= 3.12
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# POSIX not used on Linux
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd) >= 3.12
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Path) >= 2.01
|
||||
BuildRequires: perl(File::Spec) >= 3.12
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(File::Which) >= 0.05
|
||||
# Mac::Files not used on Linux
|
||||
# Mac::SystemDirectory not used on Linux
|
||||
BuildRequires: perl(vars)
|
||||
# Win32 not used on Linux
|
||||
# Tests:
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(Test::More) >= 0.90
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Cwd) >= 3.12
|
||||
Requires: perl(Exporter)
|
||||
@ -50,23 +52,26 @@ platforms.
|
||||
%setup -q -n File-HomeDir-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
chmod -R u+w %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
%license LICENSE
|
||||
%doc Changes README.md
|
||||
%{perl_vendorlib}/File/
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 27 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.002-1
|
||||
- 1.002 bump
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user