Import rpm: c8s
This commit is contained in:
commit
da143066d6
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
SOURCES/File-CheckTree-4.42.tar.gz
|
||||
/File-CheckTree-4.42.tar.gz
|
112
perl-File-CheckTree.spec
Normal file
112
perl-File-CheckTree.spec
Normal file
@ -0,0 +1,112 @@
|
||||
Name: perl-File-CheckTree
|
||||
Version: 4.42
|
||||
Release: 303%{?dist}
|
||||
Summary: Run many file-test checks on a tree
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-CheckTree
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/File-CheckTree-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(deprecate)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(if)
|
||||
# Tests:
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests:
|
||||
# Test::EOL not used
|
||||
# Test::Pod 1.41 not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(deprecate)
|
||||
|
||||
%description
|
||||
File::CheckTree::validate() routine takes a single multi-line string
|
||||
consisting of directives, each containing a file name plus a file test to try
|
||||
on it. (The file test may also be a "cd", causing subsequent relative file
|
||||
names to be interpreted relative to that directory.) After the file test you
|
||||
may put || die to make it a fatal error if the file test fails. The default is
|
||||
|| warn. The file test may optionally have a "!' prepended to test for the
|
||||
opposite condition. If you do a cd and then list some relative file names, you
|
||||
may want to indent them slightly for readability. If you supply your own die()
|
||||
or warn() message, you can use $file to interpolate the file name.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-CheckTree-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset RELEASE_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 13 2018 Petr Pisar <ppisar@redhat.com> - 4.42-303
|
||||
- Modernize the spec file
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.42-302
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-301
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-300
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4.42-299
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-298
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.42-297
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.42-296
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.42-295
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4.42-294
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 4.42-293
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.42-292
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.42-291
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 4.42-290
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 4.42-3
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 4.42-2
|
||||
- Correct typo in dependencies
|
||||
|
||||
* Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> 4.42-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user