[perl-HTTP-Date] Import

Petr Pisar ppisar at fedoraproject.org
Thu Mar 17 14:25:55 UTC 2011


commit a69019ed66ffc2217b8f6d9bc0e8409ec17365dd
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 17 15:25:28 2011 +0100

    Import

 .gitignore          |    1 +
 perl-HTTP-Date.spec |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..829ddbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/HTTP-Date-6.00.tar.gz
diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec
new file mode 100644
index 0000000..4364fca
--- /dev/null
+++ b/perl-HTTP-Date.spec
@@ -0,0 +1,52 @@
+Name:           perl-HTTP-Date
+Version:        6.00
+Release:        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(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(Time::Zone)
+# 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 PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Mar 16 2011 Petr Pisar <ppisar at redhat.com> 6.00-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot stuff
+- Conflict with perl-libwww-perl-5* and older
diff --git a/sources b/sources
index e69de29..db84632 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+41b875ac89c14d7f66515b52cdd12acd  HTTP-Date-6.00.tar.gz


More information about the scm-commits mailing list