devel/notecase notecase-0.8.2-strip-unix2dos.patch, NONE, 1.1 notecase.spec, 1.1, 1.2

Ralf Corsepius rc040203 at freenet.de
Tue Apr 5 08:36:07 UTC 2005


On Tue, 2005-04-05 at 02:59 -0400, Ignacio Vazquez-Abrams wrote:
> Author: ivazquez
> 
> Update of /cvs/extras/devel/notecase

> Index: notecase.spec
> ===================================================================
> RCS file: /cvs/extras/devel/notecase/notecase.spec,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- notecase.spec	5 Apr 2005 02:41:07 -0000	1.1
> +++ notecase.spec	5 Apr 2005 06:59:54 -0000	1.2

> +find docs -exec sed -i -e 's/\r//g' \{\} \;
> +sed -i -e 's/\r//g' readme.txt

This seems like a "poor man's" dos2unix to me :-)

IMO, you'd better use 
"/usr/bin/dos2unix" instead of "sed"
and
BuildRequires: /usr/bin/dos2unix

Ralf





More information about the fedora-extras-commits mailing list