perl-File-HomeDir/perl-File-HomeDir.spec

234 lines
7.9 KiB
RPMSpec
Raw Normal View History

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