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