Blame SPECS/perl-File-Remove.spec

9314c1
Name:		perl-File-Remove
9314c1
Version:	1.60
9314c1
Release:	4%{?dist}
9314c1
Summary:	Convenience module for removing files and directories
9314c1
License:	GPL+ or Artistic
9314c1
9314c1
URL:		https://metacpan.org/release/File-Remove
9314c1
Source0:	https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-%{version}.tar.gz
9314c1
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
9314c1
9314c1
BuildRequires: make
9314c1
BuildRequires:  %{__perl}
9314c1
BuildRequires:  %{__make}
9314c1
9314c1
BuildRequires:	perl-generators
9314c1
BuildRequires:	perl(blib)
9314c1
BuildRequires:	perl(constant)
9314c1
BuildRequires:	perl(Cwd) >= 3.29
9314c1
BuildRequires:	perl(ExtUtils::MakeMaker)
9314c1
BuildRequires:  perl(File::Copy)
9314c1
BuildRequires:	perl(File::Glob)
9314c1
BuildRequires:	perl(File::Path)
9314c1
BuildRequires:	perl(File::Spec) >= 3.29
9314c1
BuildRequires:	perl(File::Spec::Functions)
9314c1
BuildRequires:	perl(File::Temp)
9314c1
BuildRequires:  perl(IO::Handle)
9314c1
BuildRequires:  perl(IPC::Open3)
9314c1
BuildRequires:  perl(strict)
9314c1
BuildRequires:	perl(Test::More) >= 0.42
9314c1
BuildRequires:  perl(vars)
9314c1
BuildRequires:  perl(warnings)
9314c1
9314c1
BuildArch:	noarch
9314c1
9314c1
%description
9314c1
%{summary}
9314c1
9314c1
%prep
9314c1
%setup -q -n File-Remove-%{version}
9314c1
9314c1
%build
9314c1
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
9314c1
%{__make} %{?_smp_mflags}
9314c1
9314c1
%install
9314c1
%{__make} pure_install DESTDIR="$RPM_BUILD_ROOT"
9314c1
chmod -R u+w $RPM_BUILD_ROOT/*
9314c1
9314c1
%check
9314c1
%{__make} test
9314c1
9314c1
%files
9314c1
%doc Changes README
9314c1
%license LICENSE
9314c1
%{perl_vendorlib}/File
9314c1
%{_mandir}/man3/*
9314c1
9314c1
%changelog
9314c1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.60-4
9314c1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
9314c1
  Related: rhbz#1991688
9314c1
9314c1
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.60-3
9314c1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
9314c1
9314c1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.60-2
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9314c1
9314c1
* Mon Nov  2 2020 Tom Callaway <spot@fedoraproject.org> 1.60-1
9314c1
- update to 1.60
9314c1
9314c1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-8
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9314c1
9314c1
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.58-7
9314c1
- Perl 5.32 rebuild
9314c1
9314c1
* Tue Mar 03 2020 Petr Pisar <ppisar@redhat.com> - 1.58-6
9314c1
- Build-require blib module for tests
9314c1
9314c1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-5
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9314c1
9314c1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-4
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9314c1
9314c1
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.58-3
9314c1
- Perl 5.30 rebuild
9314c1
9314c1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-2
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9314c1
9314c1
* Fri Oct 12 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.58-1
9314c1
- Update to 1.58.
9314c1
- Modernize spec.
9314c1
9314c1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-8
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9314c1
9314c1
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.57-7
9314c1
- Perl 5.28 rebuild
9314c1
9314c1
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-6
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9314c1
9314c1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-5
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9314c1
9314c1
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.57-4
9314c1
- Perl 5.26 rebuild
9314c1
9314c1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.57-3
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9314c1
9314c1
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.57-2
9314c1
- Perl 5.24 rebuild
9314c1
9314c1
* Mon Apr 25 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.57-1
9314c1
- Update to 1.57
9314c1
9314c1
* Wed Mar 30 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.56-1
9314c1
- Update to 1.56.
9314c1
9314c1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.55-3
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9314c1
9314c1
* Sun Jan 31 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.55-2
9314c1
- Modernize spec.
9314c1
9314c1
* Thu Jan 14 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.55-1
9314c1
- Upstream update.
9314c1
- Reflect upstream URL-having changed.
9314c1
- Update BRs.
9314c1
- Spec cosmetics.
9314c1
- Introduce %%license.
9314c1
9314c1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-11
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9314c1
9314c1
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.52-10
9314c1
- Perl 5.22 rebuild
9314c1
9314c1
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.52-9
9314c1
- Perl 5.20 rebuild
9314c1
9314c1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-8
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9314c1
9314c1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-7
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9314c1
9314c1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.52-6
9314c1
- Perl 5.18 rebuild
9314c1
9314c1
* Wed Jan 30 2013 Petr Šabata <contyk@redhat.com> - 1.52-5
9314c1
- Use the Module::Install provided by upstream (#906007)
9314c1
9314c1
* Wed Nov 28 2012 Petr Šabata <contyk@redhat.com> - 1.52-4
9314c1
- Add missing buildtime deps
9314c1
- Unbundle Module::Install
9314c1
- Drop command macros
9314c1
9314c1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.52-3
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9314c1
9314c1
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.52-2
9314c1
- Perl 5.16 rebuild
9314c1
9314c1
* Tue Mar 20 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.52-1
9314c1
- Upstream update.
9314c1
- Remove File-Remove-1.51.diff.
9314c1
- BR: perl(File::Spec) >= 3.29.
9314c1
9314c1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.51-2
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9314c1
9314c1
* Fri Nov 25 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.51-1
9314c1
- Upstream update.
9314c1
- Add File-Remove-1.51.diff/Remove File-Remove-1.50.diff.
9314c1
9314c1
* Mon Jul 18 2011 Petr Sabata <contyk@redhat.com> - 1.50-2
9314c1
- Perl mass rebuild
9314c1
9314c1
* Sun Jul 17 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.50-1
9314c1
- Upstream update.
9314c1
- Add File-Remove-1.50.diff/Remove File-Remove-1.49.diff.
9314c1
9314c1
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.49-2
9314c1
- Perl mass rebuild
9314c1
9314c1
* Mon Mar 28 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.49-1
9314c1
- Upstream update.
9314c1
- Add File-Remove-1.49.diff/Remove File-Remove-1.46.diff.
9314c1
- Spec file cleanup.
9314c1
9314c1
* Fri Feb 18 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.46-1
9314c1
- Upstream update.
9314c1
- Remove xt-tests's deps (Upstream doesn't want us to test their works).
9314c1
- Work around rpm-/perl-version conflicts.
9314c1
9314c1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-9
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9314c1
9314c1
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-8
9314c1
- 661697 rebuild for fixing problems with vendorach/lib
9314c1
9314c1
* Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.42-7
9314c1
- Rebuild with perl-5.12.0.
9314c1
9314c1
* Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.42-6
9314c1
- Let META.yml require perl 5.006 (Fix perl-5.12.0 build breakdown).
9314c1
- Revert 2010-05-01 changes.
9314c1
9314c1
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-5
9314c1
- Mass rebuild with perl-5.12.0
9314c1
9314c1
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.42-4
9314c1
- rebuild against perl 5.10.1
9314c1
9314c1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-3
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9314c1
9314c1
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-2
9314c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9314c1
9314c1
* Wed Sep 10 2008 Ralf Corsepius <rc040203@freenet.de> - 1.42-1
9314c1
- Upstream update.
9314c1
9314c1
* Tue Jun 10 2008 Ralf Corsepius <rc040203@freenet.de> - 1.41-1
9314c1
- Upstream update.
9314c1
9314c1
* Thu Mar 13 2008 Ralf Corsepius <rc040203@freenet.de> - 1.40-1
9314c1
- Upstream update.
9314c1
9314c1
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-7
9314c1
- Rebuild normally, second pass
9314c1
9314c1
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-6
9314c1
- Rebuild for perl 5.10 (again), first pass
9314c1
9314c1
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-5
9314c1
- rebuild normally, second pass
9314c1
9314c1
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-4.1
9314c1
- rebuild, first pass, without TMV, tests
9314c1
9314c1
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.39-4
9314c1
- rebuild for new perl
9314c1
9314c1
* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 0.39-3
9314c1
- Really BR: perl(Test::MinimumVersion).
9314c1
9314c1
* Sun Nov 25 2007 Ralf Corsépius <rc040203@freenet.de> - 0.39-2
9314c1
- Add BR: perl(Test::MinimumVersion).
9314c1
9314c1
* Tue Nov 20 2007 Ralf Corsépius <rc040203@freenet.de> - 0.39-1
9314c1
- Upstream update.
9314c1
9314c1
* Wed Oct 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.38-1
9314c1
- Upstream update.
9314c1
9314c1
* Fri Aug 17 2007 Ralf Corsépius <rc040203@freenet.de> - 0.37-2
9314c1
- Update license tag.
9314c1
9314c1
* Tue Jul 10 2007 Ralf Corsépius <rc040203@freenet.de> - 0.37-1
9314c1
- Upstream update.
9314c1
9314c1
* Mon Jul 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.36-2
9314c1
- Increment release due to koji suckage.
9314c1
9314c1
* Mon Jul 02 2007 Ralf Corsépius <rc040203@freenet.de> - 0.36-1
9314c1
- Upsteam update.
9314c1
- BR: perl(ExtUtils::MakeMaker).
9314c1
- BR: perl(Test::More).
9314c1
9314c1
* Mon Nov 27 2006 Ralf Corsépius <rc040203@freenet.de> - 0.34-1
9314c1
- Upstream update.
9314c1
- Fix URL in Source0.
9314c1
9314c1
* Fri Nov 03 2006 Ralf Corsépius <rc040203@freenet.de> - 0.33-1
9314c1
- Upstream update.
9314c1
9314c1
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.31-3
9314c1
- Mass rebuild.
9314c1
9314c1
* Wed Mar 01 2006 Ralf Corsépius <rc040203@freenet.de> - 0.31-2
9314c1
- Rebuild for perl-5.8.8.
9314c1
9314c1
* Wed Jan 11 2006 Ralf Corsepius <rc040203@freenet.de> - 0.31-1
9314c1
- Upstream update.
9314c1
9314c1
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 0.30-2
9314c1
- Change %%summary according to Ville's preference.
9314c1
9314c1
* Tue Sep 13 2005 Ralf Corsepius <rc040203@freenet.de> - 0.30-1
9314c1
- FE submission.