Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=487052 --- Comment #3 from Orcan 'oget' Ogetbil <oget.fedora@xxxxxxxxx> 2009-03-03 21:31:22 EDT --- Thanks for the update. * To clean up the SPEC file you can use a for-loop like: for file in README Sample_Commands.txt Options_Reference.txt; do sed 's|\r||' $file > $file.tmp touch -r $file $file.tmp mv -f $file.tmp $file done * You probably missed this question I asked: > ? What is the directory build-aux and the executable files in the root of the source tree for? The reason I asked was: If these files run tests to check whether the application is compiled properly, you will need to make a %check section and run these tests. On the other hand, if these scripts are useful for people who want to use/develop dc3dd, you might want to put them in %{_datadir}/%{name} or inside %doc. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review