# Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-HTTP Version: 0.36 Release: 3%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-HTTP Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.17, perl(HTTP::Date) => 1.44 BuildRequires: perl(Test::More) >= 0.47, perl(Module::Build) BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). %prep %setup -q -n DateTime-Format-HTTP-%{version} # digital signature checking. Not essential, but nice # # Note we disable it entirely right now, as the signing key has expired. # See http://rt.cpan.org/Public/Bug/Display.html?id=17839 %{?_with_network_tests_BROKEN: cpansign -v } %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English, bitte mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # These will be VERY noisy. Don't Panic. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) * Fri Aug 04 2006 Chris Weyl 0.36-1 - Initial spec file for F-E