diff --git a/.perl-File-Listing.metadata b/.perl-File-Listing.metadata new file mode 100644 index 0000000..350e50c --- /dev/null +++ b/.perl-File-Listing.metadata @@ -0,0 +1 @@ +02a41fe1b91f3f198712965360192f31d6d8d74e SOURCES/File-Listing-6.04.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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-Listing.spec b/SPECS/perl-File-Listing.spec new file mode 100644 index 0000000..23ba8ed --- /dev/null +++ b/SPECS/perl-File-Listing.spec @@ -0,0 +1,100 @@ +Name: perl-File-Listing +Version: 6.04 +Release: 6%{?dist} +Summary: Parse directory listing +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Listing/ +Source0: http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(HTTP::Date) >= 6 +BuildRequires: perl(strict) +BuildRequires: perl(Time::Local) +BuildRequires: perl(vars) +# Tests: +# Do not BuildRequire optinal perl(LWP::Simple) to break dependency circle. +BuildRequires: perl(Test) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) +Requires: perl(HTTP::Date) >= 6 +Requires: perl(Time::Local) +Conflicts: perl-libwww-perl < 6 + +# RPM 4.9 style +# Remove underspecified dependencies +%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(HTTP::Date\\)\s*$ +# Do not provide private modules +%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(File::Listing:: + +%description +This module exports a single function called parse_dir(), which can be used +to parse directory listings. + +%prep +%setup -q -n File-Listing-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Thu Jul 25 2013 Petr Šabata - 6.04-6 +- Add missing built-time dependencies +- Modernize the spec a bit + +* Thu Jul 18 2013 Petr Pisar - 6.04-5 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 6.04-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Aug 15 2012 Daniel Mach - 6.04-3.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 6.04-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 6.04-2 +- Perl 5.16 rebuild + +* Mon Feb 20 2012 Petr Pisar - 6.04-1 +- 6.04 bump + +* Fri Jan 13 2012 Fedora Release Engineering - 6.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 20 2011 Petr Pisar - 6.03-1 +- 6.03 bump +- Build-require perl(Test::More) needed for tests + +* Mon Jul 25 2011 Petr Pisar - 6.02-3 +- RPM 4.9 dependency filtering added + +* Tue Jun 21 2011 Marcela Mašláňová - 6.02-2 +- Perl mass rebuild + +* Wed Mar 23 2011 Petr Pisar - 6.02-1 +- 6.02 bump + +* Wed Mar 16 2011 Petr Pisar 6.01-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot stuff +- Conflict with perl-libwww-perl-5* and older +- Do not provide private modules