- rearrange the files in doc as the tarball has changed contents

This commit is contained in:
Chris Weyl 2009-05-17 05:57:56 +00:00
parent d374003b84
commit 1e6bde9f9c

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-Format-HTTP Name: perl-DateTime-Format-HTTP
Version: 0.38 Version: 0.38
Release: 1%{?dist} Release: 2%{?dist}
Summary: HTTP protocol date conversion routines Summary: HTTP protocol date conversion routines
Group: Development/Libraries Group: Development/Libraries
@ -31,9 +31,6 @@ HTTP protocol (and then some).
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}
# American English, bitte
mv LICENCE LICENSE
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
@ -54,12 +51,15 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README %doc LICENSE Changes CREDITS README
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.38-2
- rearrange the files in doc as the tarball has changed contents
* Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.38-1 * Sun May 17 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.38-1
- auto-update to 0.38 (by cpan-spec-update 0.01) - auto-update to 0.38 (by cpan-spec-update 0.01)