fix up crlf in docs
This commit is contained in:
parent
6c3165652b
commit
f48a084e21
@ -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@redhat.com> - 0.38-6
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
|
Loading…
Reference in New Issue
Block a user