diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc80f35 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/File-Path-2.09.tar.gz diff --git a/.rh-perl520-perl-File-Path.metadata b/.rh-perl520-perl-File-Path.metadata new file mode 100644 index 0000000..9e91052 --- /dev/null +++ b/.rh-perl520-perl-File-Path.metadata @@ -0,0 +1 @@ +2537008bd26e38634cf7ed68c366442871cf3b95 SOURCES/File-Path-2.09.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-File-Path.spec b/SPECS/perl-File-Path.spec new file mode 100644 index 0000000..23e5cb4 --- /dev/null +++ b/SPECS/perl-File-Path.spec @@ -0,0 +1,90 @@ +%{?scl:%scl_package perl-File-Path} + +Name: %{?scl_prefix}perl-File-Path +Version: 2.09 +Release: 313%{?dist} +Summary: Create or remove directory trees +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Path/ +Source0: http://www.cpan.org/authors/id/D/DL/DLAND/File-Path-%{version}.tar.gz +BuildArch: noarch +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +BuildRequires: %{?scl_prefix}perl(strict) +# ExtUtils::MakeMaker::Coverage not needed +# Run-time: +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Cwd) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(File::Basename) +BuildRequires: %{?scl_prefix}perl(File::Spec) +# Symbol not used +BuildRequires: %{?scl_prefix}perl(vars) +# Tests: +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(File::Spec::Functions) +BuildRequires: %{?scl_prefix}perl(Test::More) +%if !%{defined perl_bootstrap} && !%{defined perl_small} +# Optional tests: +BuildRequires: %{?scl_prefix}perl(Test::Output) +%endif +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(Carp) + +%description +This module provides a convenient way to create directories of arbitrary +depth and to delete an entire directory subtree from the file system. + +%prep +%setup -q -n File-Path-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc Changes README TODO +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Sun Jan 25 2015 Jitka Plesnikova - 2.09-313 +- Rebuild of bootstrapped package + +* Thu Jan 22 2015 Petr Pisar - 2.09-312 +- Disable optional tests for small build root + +* Sun Sep 07 2014 Jitka Plesnikova - 2.09-311 +- Perl 5.20 re-rebuild of bootstrapped packages + +* Wed Sep 03 2014 Jitka Plesnikova - 2.09-310 +- Increase release to favour standalone package + +* Tue Aug 26 2014 Jitka Plesnikova - 2.09-294 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 2.09-293 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Aug 14 2013 Jitka Plesnikova - 2.09-292 +- Perl 5.18 re-rebuild of bootstrapped packages + +* Sat Aug 03 2013 Fedora Release Engineering - 2.09-291 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 15 2013 Petr Pisar - 2.09-290 +- Increase release to favour standalone package + +* Fri Jul 12 2013 Petr Pisar - 2.09-2 +- Link minimal build-root packages against libperl.so explicitly + +* Fri Mar 22 2013 Petr Pisar 2.09-1 +- Specfile autogenerated by cpanspec 1.78.