Name: perl-File-ConfigDir Version: 0.017 Release: 5%{?dist} Summary: Get directories of configuration files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-ConfigDir/ Source0: http://www.cpan.org/modules/by-module/File/File-ConfigDir-%{version}.tar.gz BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Cwd) BuildRequires: perl(Exporter) BuildRequires: perl(File::Basename) BuildRequires: perl(File::HomeDir) >= 0.50 BuildRequires: perl(File::Spec) BuildRequires: perl(FindBin) BuildRequires: perl(vars) # Recommended: BuildRequires: perl(List::MoreUtils) >= 0.22 # Tests: BuildRequires: perl(File::Path) >= 2.00 BuildRequires: perl(local::lib) BuildRequires: perl(Test::More) >= 0.9 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(File::HomeDir) >= 0.50 # Recommended: Requires: perl(List::MoreUtils) >= 0.22 %description This module is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). %prep %setup -q -n File-ConfigDir-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun May 15 2016 Jitka Plesnikova - 0.017-5 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.017-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.017-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 11 2015 Jitka Plesnikova - 0.017-2 - Perl 5.22 rebuild * Thu Jun 11 2015 Petr Pisar - 0.017-1 - 0.017 bump * Sat Jun 06 2015 Jitka Plesnikova - 0.015-2 - Perl 5.22 rebuild * Sat Jan 17 2015 David Dick - 0.015-1 - replace README by README.md * Sat Nov 22 2014 David Dick - 0.014-1 - Fix typo in pod, update README * Fri Aug 29 2014 Jitka Plesnikova - 0.013-2 - Perl 5.20 rebuild * Wed Jul 23 2014 David Dick - 0.013-1 - Initial release