Removed useless shebang.

epel9
Vít Ondruch 13 years ago
parent afd4dc8843
commit 98bcaea50b

@ -8,7 +8,7 @@
Summary: A gem to provide swappable JSON backends
Name: rubygem-%{gemname}
Version: 1.0.3
Release: 2%{?dist}
Release: 3%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/intridea/multi_json
@ -57,6 +57,9 @@ mkdir -p %{buildroot}%{gemdir}
cp -a .%{gemdir}/* \
%{buildroot}%{gemdir}/
# Remove useless shebang.
sed -i -e '/^#!\/usr\/bin\/env/d' %{buildroot}%{geminstdir}/Rakefile
%check
pushd ./%{geminstdir}
# simplecov gem is Ruby 1.9 only and not available in Fedora,
@ -86,6 +89,9 @@ popd
%changelog
* Fri Nov 11 2011 Vít Ondruch <vondruch@redhat.com> - 1.0.3-3
- Removed useless shebang.
* Fri Nov 11 2011 Vít Ondruch <vondruch@redhat.com> - 1.0.3-2
- Review fixes.

Loading…
Cancel
Save