[perl-DateTime-Format-HTTP: 5/5] fix up crlf in docs

Iain Arnell iarnell at fedoraproject.org
Sat Dec 18 09:19:40 UTC 2010


commit f48a084e2137d9b7f377b573e0eebc0eb50cef7b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Dec 18 10:18:34 2010 +0100

    fix up crlf in docs

 perl-DateTime-Format-HTTP.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-DateTime-Format-HTTP.spec b/perl-DateTime-Format-HTTP.spec
index ebfed50..0e4917e 100644
--- a/perl-DateTime-Format-HTTP.spec
+++ b/perl-DateTime-Format-HTTP.spec
@@ -26,6 +26,9 @@ HTTP protocol (and then some).
 %prep
 %setup -q -n DateTime-Format-HTTP-%{version}
 
+# fix up crlf
+sed -i -e 's/\r//' LICENSE README Changes CREDITS
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,6 +59,7 @@ make test
 - update to latest upstream version
 - clean up spec for modern rpmbuild
 - PERL_INSTALL_ROOT -> DESTDIR
+- fix up crlf in docs
 
 * Thu Dec 16 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.38-6
 - 661697 rebuild for fixing problems with vendorach/lib



More information about the perl-devel mailing list