diff --git a/.perl-HTTP-Date.metadata b/.perl-HTTP-Date.metadata new file mode 100644 index 0000000..a296b6e --- /dev/null +++ b/.perl-HTTP-Date.metadata @@ -0,0 +1 @@ +85f8dbcad22f2680775a185ce91a42c89e0ad2a8 SOURCES/HTTP-Date-6.02.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-HTTP-Date.spec b/SPECS/perl-HTTP-Date.spec new file mode 100644 index 0000000..e30d92c --- /dev/null +++ b/SPECS/perl-HTTP-Date.spec @@ -0,0 +1,87 @@ +Name: perl-HTTP-Date +Version: 6.02 +Release: 7.1%{?dist} +Summary: Date conversion routines +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/HTTP-Date/ +Source0: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +# Run-time +BuildRequires: perl(Exporter) +BuildRequires: perl(Time::Local) +# perl(Time::Zone) not used +BuildRequires: perl(vars) +# Tests only: +BuildRequires: perl(Test) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +# Strongly recommended: +Requires: perl(Time::Zone) +Conflicts: perl-libwww-perl < 6 + +%description +This module provides functions that deal the date formats used by the HTTP +protocol (and then some more). Only the first two functions, time2str() and +str2time(), are exported by default. + +%prep +%setup -q -n HTTP-Date-%{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 Aug 01 2013 Petr Šabata - 6.02-7.1 +- Don't BR Time::Zone + +* Thu Aug 01 2013 Petr Šabata - 6.02-7 +- Fix the dependency list + +* Thu Jul 18 2013 Petr Pisar - 6.02-6 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 6.02-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 13 2012 Petr Šabata - 6.02-4 +- Modernize the spec, drop command macros + +* Fri Jul 20 2012 Fedora Release Engineering - 6.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 6.02-2 +- Perl 5.16 rebuild + +* Mon Apr 02 2012 Petr Pisar - 6.02-1 +- 6.02 bump + +* Thu Feb 16 2012 Petr Pisar - 6.01-1 +- 6.01 bump + +* Fri Jan 13 2012 Fedora Release Engineering - 6.00-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 6.00-2 +- Perl mass rebuild + +* Wed Mar 16 2011 Petr Pisar 6.00-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot stuff +- Conflict with perl-libwww-perl-5* and older