Blame SPECS/perl-File-chdir.spec

bfb595
Name:           perl-File-chdir
bfb595
Version:        0.1011
bfb595
Release:        5%{?dist}
bfb595
Summary:        A more sensible way to change directories
bfb595
License:        GPL+ or Artistic
bfb595
URL:            http://search.cpan.org/dist/File-chdir/
bfb595
Source0:        http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-chdir-%{version}.tar.gz
bfb595
BuildArch:      noarch
bfb595
# Module Build
bfb595
BuildRequires:  coreutils
bfb595
BuildRequires:  make
bfb595
BuildRequires:  perl-interpreter
bfb595
BuildRequires:  perl-generators
bfb595
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
bfb595
BuildRequires:  perl(warnings)
bfb595
# Module Runtime
bfb595
BuildRequires:  perl(Carp)
bfb595
BuildRequires:  perl(Cwd) >= 3.16
bfb595
BuildRequires:  perl(Exporter)
bfb595
BuildRequires:  perl(File::Spec::Functions) >= 3.27
bfb595
BuildRequires:  perl(strict)
bfb595
BuildRequires:  perl(vars)
bfb595
# Test Suite
bfb595
BuildRequires:  perl(File::Spec)
bfb595
BuildRequires:  perl(Test::More)
bfb595
# Optional Tests
bfb595
BuildRequires:  perl(CPAN::Meta) >= 2.120900
bfb595
# Dependencies
bfb595
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
bfb595
bfb595
%description
bfb595
Perl's chdir() has the unfortunate problem of being very, very, very
bfb595
global. If any part of your program calls chdir() or if any library you
bfb595
use calls chdir(), it changes the current working directory for the
bfb595
whole program.
bfb595
bfb595
This is not good.
bfb595
bfb595
File::chdir gives you an alternative, $CWD and @CWD. These two variables
bfb595
combine all the power of chdir(), File::Spec and Cwd.
bfb595
bfb595
%prep
bfb595
%setup -q -n File-chdir-%{version}
bfb595
bfb595
%build
bfb595
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
bfb595
make %{?_smp_mflags}
bfb595
bfb595
%install
bfb595
make install DESTDIR=%{buildroot}
bfb595
%{_fixperms} %{buildroot}
bfb595
bfb595
%check
bfb595
make test
bfb595
bfb595
%files
bfb595
%license LICENSE
bfb595
%doc Changes CONTRIBUTING.mkdn README
bfb595
%{perl_vendorlib}/File/
bfb595
%{_mandir}/man3/File::chdir.3*
bfb595
bfb595
%changelog
bfb595
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-5
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bfb595
bfb595
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-4
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bfb595
bfb595
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.1011-3
bfb595
- Perl 5.26 rebuild
bfb595
bfb595
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-2
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bfb595
bfb595
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.1011-1
bfb595
- Update to 0.1011
bfb595
  - Fixed POD typos
bfb595
- Package CONTRIBUTING.mkdn
bfb595
- Update to working source URL, unfortunately author-specific
bfb595
- Drop redundant Group: tag
bfb595
- Expand %%description
bfb595
- Make %%files list more explicit
bfb595
bfb595
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.1010-5
bfb595
- Perl 5.24 rebuild
bfb595
bfb595
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1010-4
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bfb595
bfb595
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1010-3
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bfb595
bfb595
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.1010-2
bfb595
- Perl 5.22 rebuild
bfb595
bfb595
* Mon Feb 09 2015 Petr Šabata <contyk@redhat.com> - 0.1010-1
bfb595
- 0.1010 bump, metadata changes only
bfb595
bfb595
* Fri Sep 26 2014 Petr Šabata <contyk@redhat.com> - 0.1009-1
bfb595
- 0.1009 bump, no code changes
bfb595
bfb595
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.1008-6
bfb595
- Perl 5.20 rebuild
bfb595
bfb595
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1008-5
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bfb595
bfb595
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1008-4
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bfb595
bfb595
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.1008-3
bfb595
- Perl 5.18 rebuild
bfb595
bfb595
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1008-2
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bfb595
bfb595
* Mon Dec 03 2012 Petr Šabata <contyk@redhat.com> - 0.1008-1
bfb595
- 0.1008 bump
bfb595
bfb595
* Wed Sep 19 2012 Petr Pisar <ppisar@redhat.com> - 0.1007-1
bfb595
- 0.1007 bump
bfb595
bfb595
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1006-3
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bfb595
bfb595
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.1006-2
bfb595
- Perl 5.16 rebuild
bfb595
bfb595
* Wed Jan 11 2012 Petr Šabata <contyk@redhat.com> - 0.1006-1
bfb595
- 0.1006 bump
bfb595
bfb595
* Sat Jun 18 2011 Iain Arnell <iarnell@gmail.com> 0.1003-1
bfb595
- update to latest upstream version
bfb595
- clean up spec for modern rpmbuild
bfb595
bfb595
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.09-10
bfb595
- Perl mass rebuild
bfb595
bfb595
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-9
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bfb595
bfb595
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.09-8
bfb595
- 661697 rebuild for fixing problems with vendorach/lib
bfb595
bfb595
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.09-7
bfb595
- Mass rebuild with perl-5.12.0
bfb595
bfb595
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.09-6
bfb595
- Mass rebuild with perl-5.12.0
bfb595
bfb595
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.09-5
bfb595
- rebuild against perl 5.10.1
bfb595
bfb595
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-4
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bfb595
bfb595
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-3
bfb595
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bfb595
bfb595
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.09-2
bfb595
- rebuild for new perl
bfb595
bfb595
* Thu Jan 17 2008 Ian Burrell <ianburrell@gmail.com> - 0.09-1
bfb595
- Update to 0.09
bfb595
bfb595
* Thu Aug 16 2007 Ian M. Burrell <ianburrell@gmail.com> - 0.06-3
bfb595
- Fix BuildRequires
bfb595
bfb595
* Tue Jun 27 2006 Ian M. Burrell <ianburrell@gmail.com> - 0.06-2
bfb595
- Fix rpmlint warnings
bfb595
bfb595
* Thu Mar 30 2006 Ian Burrell <ianburrell@gmail.com> 0.06-1
bfb595
- Specfile autogenerated by cpanspec 1.64.