af5887
Name:           perl-File-HomeDir
af5887
Version:        1.004
af5887
Release:        6%{?dist}
af5887
Summary:        Find your home and other directories on any platform
af5887
License:        GPL+ or Artistic
af5887
URL:            https://metacpan.org/release/File-HomeDir
af5887
Source0:        https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-HomeDir-%{version}.tar.gz
af5887
BuildArch:      noarch
af5887
BuildRequires:  coreutils
af5887
BuildRequires:  make
af5887
BuildRequires:  perl-generators
af5887
BuildRequires:  perl-interpreter
af5887
BuildRequires:  perl(:VERSION) >= 5.5.3
af5887
BuildRequires:  perl(Config)
af5887
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
af5887
# POSIX not used on Linux
af5887
BuildRequires:  perl(strict)
af5887
BuildRequires:  perl(warnings)
af5887
# Run-time:
af5887
BuildRequires:  perl(base)
af5887
BuildRequires:  perl(Carp)
af5887
BuildRequires:  perl(Cwd) >= 3.12
af5887
BuildRequires:  perl(Exporter)
af5887
BuildRequires:  perl(File::Path) >= 2.01
af5887
BuildRequires:  perl(File::Spec) >= 3.12
af5887
BuildRequires:  perl(File::Temp) >= 0.19
af5887
BuildRequires:  perl(File::Which) >= 0.05
af5887
# Mac::Files not used on Linux
af5887
# Mac::SystemDirectory not used on Linux
af5887
BuildRequires:  perl(vars)
af5887
# Win32 not used on Linux
af5887
# Tests:
af5887
BuildRequires:  perl(File::Spec::Functions)
af5887
BuildRequires:  perl(Test::More) >= 0.90
af5887
# Dependencies:
af5887
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
af5887
Requires:       perl(Cwd) >= 3.12
af5887
Requires:       perl(File::Path) >= 2.01
af5887
Requires:       perl(File::Spec) >= 3.12
af5887
Requires:       perl(File::Temp) >= 0.19
af5887
Requires:       perl(File::Which) >= 0.05
af5887
af5887
# Remove unwanted and under-specified dependencies
af5887
%global __requires_exclude perl\\(Cwd\\)|perl\\(File::Path\\)|perl\\(File::Spec\\)|perl\\(File::Temp\\)|perl\\(File::Which\\)|perl\\(Mac::|perl\\(Win32
af5887
af5887
%description
af5887
File::HomeDir is a module for locating the directories that are "owned"
af5887
by a user (typically your user) and to solve the various issues that
af5887
arise trying to find them consistently across a wide variety of
af5887
platforms.
af5887
af5887
%prep
af5887
%setup -q -n File-HomeDir-%{version}
af5887
af5887
%build
af5887
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
af5887
make %{?_smp_mflags}
af5887
af5887
%install
af5887
make install DESTDIR=%{buildroot}
af5887
%{_fixperms} -c %{buildroot}
af5887
af5887
%check
af5887
make test
af5887
af5887
%files
af5887
%license LICENSE
af5887
%doc Changes README.md
af5887
%{perl_vendorlib}/File/
af5887
%{_mandir}/man3/File::HomeDir.3*
af5887
%{_mandir}/man3/File::HomeDir::Darwin.3*
af5887
%{_mandir}/man3/File::HomeDir::Darwin::Carbon.3*
af5887
%{_mandir}/man3/File::HomeDir::Darwin::Cocoa.3*
af5887
%{_mandir}/man3/File::HomeDir::Driver.3*
af5887
%{_mandir}/man3/File::HomeDir::FreeDesktop.3*
af5887
%{_mandir}/man3/File::HomeDir::MacOS9.3*
af5887
%{_mandir}/man3/File::HomeDir::Test.3*
af5887
%{_mandir}/man3/File::HomeDir::Unix.3*
af5887
%{_mandir}/man3/File::HomeDir::Windows.3*
af5887
af5887
%changelog
af5887
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-6
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
af5887
af5887
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-5
af5887
- Perl 5.30 rebuild
af5887
af5887
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-4
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
af5887
af5887
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.004-3
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
af5887
af5887
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-2
af5887
- Perl 5.28 rebuild
af5887
af5887
* Thu May  3 2018 Paul Howarth <paul@city-fan.org> - 1.004-1
af5887
- 1.004 bump
af5887
af5887
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-4
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
af5887
af5887
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-3
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
af5887
af5887
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.002-2
af5887
- Perl 5.26 rebuild
af5887
af5887
* Thu Apr 27 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.002-1
af5887
- 1.002 bump
af5887
af5887
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-13
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
af5887
af5887
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-12
af5887
- Perl 5.24 rebuild
af5887
af5887
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-11
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
af5887
af5887
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-10
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
af5887
af5887
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-9
af5887
- Perl 5.22 rebuild
af5887
af5887
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 1.00-8
af5887
- Correct dependencies
af5887
af5887
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-7
af5887
- Perl 5.20 rebuild
af5887
af5887
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-6
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
af5887
af5887
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00-5
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
af5887
af5887
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.00-4
af5887
- Perl 5.18 rebuild
af5887
- Specify all dependencies
af5887
af5887
* Thu Jan 31 2013 Petr Šabata <contyk@redhat.com> - 1.00-3
af5887
- Use the Module::Install provided by upstream (#906007)
af5887
af5887
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 1.00-2
af5887
- Re-enable the test suite
af5887
- Unbundle inc::Module::Install
af5887
- Modernize the spec
af5887
af5887
* Mon Oct 22 2012 Tom Callaway <spot@fedoraproject.org> - 1.00-1
af5887
- update to 1.00
af5887
af5887
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-4
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
af5887
af5887
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 0.99-3
af5887
- Perl 5.16 re-rebuild of bootstrapped packages
af5887
af5887
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.99-2
af5887
- Perl 5.16 rebuild
af5887
af5887
* Tue Jan 31 2012 Tom Callaway <spot@fedoraproject.org> - 0.99-1
af5887
- Update to 0.99
af5887
af5887
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-3
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
af5887
af5887
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.98-2
af5887
- Perl mass rebuild
af5887
af5887
* Tue Jul 12 2011 Tom Callaway <spot@fedoraproject.org> - 0.98-1
af5887
- update to 0.98
af5887
af5887
* Fri Jun 24 2011 Marcela Maslanova <mmaslano@redhat.com> - 0.97-2
af5887
- fix filters for future rebuild
af5887
- add perl_bootstrap macro
af5887
- rebuild for perl 5.14.1
af5887
af5887
* Mon Feb 21 2011 Tom Callaway <spot@fedoraproject.org> - 0.97-1
af5887
- update to 0.97
af5887
af5887
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
af5887
af5887
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.93-2
af5887
- 661697 rebuild for fixing problems with vendorach/lib
af5887
af5887
* Wed Sep 22 2010 Petr Pisar <ppisar@redhat.com> - 0.93-1
af5887
- 0.93 bump
af5887
- Consolidate dependencies
af5887
- Remove unversioned Requires
af5887
- Update Summary and Description
af5887
- Remove unneded file permission fixes
af5887
af5887
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.86-4
af5887
- Mass rebuild with perl-5.12.0
af5887
af5887
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.86-3
af5887
- rebuild against perl 5.10.1
af5887
af5887
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-2
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
af5887
af5887
* Mon Jun  1 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.86-1
af5887
- update for Padre
af5887
af5887
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.84-1
af5887
- update to 0.84
af5887
af5887
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-2
af5887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
af5887
af5887
* Tue Dec 16 2008 Marcela Mašláňová <mmaslano@redhat.com> - 0.82-1
af5887
- update to the latest version for Padre editor
af5887
af5887
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.67-3
af5887
- Rebuild for perl 5.10 (again)
af5887
af5887
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.67-2
af5887
- rebuild for new perl
af5887
af5887
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.67-1
af5887
- 0.67
af5887
af5887
* Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.66-1
af5887
- 0.66
af5887
af5887
* Wed May 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.65-1
af5887
- Update to 0.65.
af5887
af5887
* Sat Feb 10 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.64-1
af5887
- Update to 0.64.
af5887
af5887
* Thu Jan 11 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-1
af5887
- Update to 0.63.
af5887
af5887
* Thu Jan  4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.62-1
af5887
- Update to 0.62.
af5887
af5887
* Thu Aug 03 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.58-1
af5887
- First build.