Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.
c8-stream-
...
c8-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/File-HomeDir-1.004.tar.gz
|
SOURCES/File-HomeDir-1.002.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
7d2ceddfd2f331cc1ac0dc160b0d4a91302ee418 SOURCES/File-HomeDir-1.004.tar.gz
|
ea5e1265ba051735c9e59a4a4de7037f47951cce SOURCES/File-HomeDir-1.002.tar.gz
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
Name: perl-File-HomeDir
|
Name: perl-File-HomeDir
|
||||||
Version: 1.004
|
Version: 1.002
|
||||||
Release: 6%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Find your home and other directories on any platform
|
Summary: Find your home and other directories on any platform
|
||||||
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/File-HomeDir
|
URL: http://search.cpan.org/dist/File-HomeDir/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/File-HomeDir-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(:VERSION) >= 5.5.3
|
BuildRequires: perl(:VERSION) >= 5.5.3
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
@ -17,7 +17,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(base)
|
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Cwd) >= 3.12
|
BuildRequires: perl(Cwd) >= 3.12
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
@ -32,16 +31,16 @@ BuildRequires: perl(vars)
|
|||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(Test::More) >= 0.90
|
BuildRequires: perl(Test::More) >= 0.90
|
||||||
# Dependencies:
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Cwd) >= 3.12
|
Requires: perl(Cwd) >= 3.12
|
||||||
|
Requires: perl(Exporter)
|
||||||
Requires: perl(File::Path) >= 2.01
|
Requires: perl(File::Path) >= 2.01
|
||||||
Requires: perl(File::Spec) >= 3.12
|
Requires: perl(File::Spec) >= 3.12
|
||||||
Requires: perl(File::Temp) >= 0.19
|
Requires: perl(File::Temp) >= 0.19
|
||||||
Requires: perl(File::Which) >= 0.05
|
Requires: perl(File::Which) >= 0.05
|
||||||
|
|
||||||
# Remove unwanted and under-specified dependencies
|
%{?perl_default_filter}
|
||||||
%global __requires_exclude perl\\(Cwd\\)|perl\\(File::Path\\)|perl\\(File::Spec\\)|perl\\(File::Temp\\)|perl\\(File::Which\\)|perl\\(Mac::|perl\\(Win32
|
%global __requires_exclude %{?__requires_exclude}|perl\\(Cwd\\)|perl\\(File::Path\\)|perl\\(File::Spec\\)|perl\\(File::Temp\\)|perl\\(File::Which\\)|perl\\(Mac::|perl\\(Win32
|
||||||
|
|
||||||
%description
|
%description
|
||||||
File::HomeDir is a module for locating the directories that are "owned"
|
File::HomeDir is a module for locating the directories that are "owned"
|
||||||
@ -53,12 +52,12 @@ platforms.
|
|||||||
%setup -q -n File-HomeDir-%{version}
|
%setup -q -n File-HomeDir-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
%{_fixperms} -c %{buildroot}
|
chmod -R u+w %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -67,36 +66,9 @@ make test
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc Changes README.md
|
%doc Changes README.md
|
||||||
%{perl_vendorlib}/File/
|
%{perl_vendorlib}/File/
|
||||||
%{_mandir}/man3/File::HomeDir.3*
|
%{_mandir}/man3/*.3pm*
|
||||||
%{_mandir}/man3/File::HomeDir::Darwin.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Darwin::Carbon.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Darwin::Cocoa.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Driver.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::FreeDesktop.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::MacOS9.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Test.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Unix.3*
|
|
||||||
%{_mandir}/man3/File::HomeDir::Windows.3*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-5
|
|
||||||
- Perl 5.30 rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-2
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Thu May 3 2018 Paul Howarth <paul@city-fan.org> - 1.004-1
|
|
||||||
- 1.004 bump
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-4
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user