Since it took me over an hour to gather this together, I thought I would relay it here. To install the latest version of Darwin Streaming Server (6.0.3 at time of writing), you need to do the following:
- Download a patched source RPM from Sverker Abrahamsson at http://www.abrahamsson.com/DarwinStreamingServer-6.0.3-2.src.rpm
- Install the source RPM with rpm -i DarwinStreamingServer-6.0.3-2.src.rpm
- Switch to the spec file with cd /usr/src/redhat/SPECS/
- Build the spec file with rpmbuild -bb DarwinStreamingServer.spec
- Switch to the built RPMs with cd …