From 1e6bde9f9c2572ca4b355e687f8c005250246550 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sun, 17 May 2009 05:57:56 +0000 Subject: [PATCH] - rearrange the files in doc as the tarball has changed contents --- perl-DateTime-Format-HTTP.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-DateTime-Format-HTTP.spec b/perl-DateTime-Format-HTTP.spec index c225915..e0aadde 100644 --- a/perl-DateTime-Format-HTTP.spec +++ b/perl-DateTime-Format-HTTP.spec @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-HTTP Version: 0.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -31,9 +31,6 @@ HTTP protocol (and then some). %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -# American English, bitte -mv LICENCE LICENSE - %install rm -rf %{buildroot} @@ -54,12 +51,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README +%doc LICENSE Changes CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.38-2 +- rearrange the files in doc as the tarball has changed contents + * Sun May 17 2009 Chris Weyl 0.38-1 - auto-update to 0.38 (by cpan-spec-update 0.01)