Summary: Converts text files from CR/LF to LF, and vice-versa Name: tofrodos Version: 1.7.6 Release: 1 Copyright: GNU Group: Utilities/Text Source: sunsite.unc.edu:/pub/linux/utils/text/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Packager: Michael Perzl %description This is a very simple utility to convert Unix style text files to DOS style and vice versa. It exchanges CRLF pairs in DOS files with single LFs in Unix. %prep %setup -q cd src %patch0 -p0 %build cd src make CDEBUG="${RPM_OPT_FLAGS} -DUNIX" %install cd src make DESTDIR=${RPM_BUILD_ROOT} install %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %doc readme.txt %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Sep 19 2007 Michael Perzl - 1.7.6-1 - first version for AIX V5.1 and higher