Summary: A pipe utility that randomizes the stream. Name: @PACKAGE@ Version: @VERSION@ Release: 1 Copyright: GPL Vendor: Erik Greenwald Url: http://math.smsu.edu/~erik/software.php?id=7 Group: Applications/Text Source0: http://math.smsu.edu/~erik/files/@PACKAGE@-@VERSION@.tar.gz Buildroot: /var/tmp/@PACKAGE@ %description This program will take a file, input stream, or list of 'words' and repeat them in a random order to the given output file or stdout. Kinda the opposite of sort... %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files /usr/* %changelog