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=602348

--- Comment #3 from Mamoru Tasaka <[email protected]> 2010-06-09 
14:46:43 EDT ---
Well, as currently CVS / koji is down, for now I will just look at your
spec file, however:

-------------------------------------------------------
%check
pushd %{buildroot}%{geminstdir}

# Run tests
rake test --trace

# Remove unnecessary files
rm -f setup.rb net-ssh.gemspec

# file-not-utf8 correction

iconv --from=ISO-8859-1 --to=UTF-8 THANKS.rdoc > THANKS.rdoc.new && \
touch -r THANKS.rdoc THANKS.rdoc.new && \
mv THANKS.rdoc.new THANKS.rdoc

popd
-------------------------------------------------------
- Well, why the lines below "rake test" are done in %check
  section?

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to