perl-DateTime-Format-HTTP/perl-DateTime-Format-HTTP.spec

75 lines
2.0 KiB
RPMSpec
Raw Normal View History

Name: perl-DateTime-Format-HTTP
2006-08-10 01:47:11 +00:00
Version: 0.37
Release: 1%{?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))
%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}
%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
2006-08-10 01:47:11 +00:00
* Wed Aug 09 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.37-1
- update to 0.37
- nix the SIGNATURE checking bits of the spec file as the author has dropped
it from this version
2006-08-07 01:29:15 +00:00
* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-3
- bump for build & release
* Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-2
- add missing buildrequires: perl(File::Find::Rule)
* Fri Aug 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-1
- Initial spec file for F-E