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