diff --git a/.gitignore b/.gitignore index 170c00b..ed61a18 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ gem2rpm-0.6.0.gem /gem2rpm-0.7.1.gem /gem2rpm-tests.tgz /gem2rpm-0.8.0.gem +/gem2rpm-0.8.0-tests.tgz diff --git a/rubygem-gem2rpm.spec b/rubygem-gem2rpm.spec index 6c3950b..80f02b6 100644 --- a/rubygem-gem2rpm.spec +++ b/rubygem-gem2rpm.spec @@ -15,9 +15,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %endif URL: https://github.com/lutter/gem2rpm/ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.7.0 -# tar czvf gem2rpm-tests.tgz test/ -Source1: %{gem_name}-tests.tgz +# git clone https://github.com/lutter/gem2rpm.git && cd gem2rpm && git checkout v0.8.0 +# tar czvf gem2rpm-0.8.0-tests.tgz test/ +Source1: %{gem_name}-%{version}-tests.tgz Requires: ruby(abi) = %{rubyabi} Requires: ruby(rubygems) Requires: ruby diff --git a/sources b/sources index 56ce1de..7180526 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +db9078078887a606b1c0fca3ad54638c gem2rpm-0.8.0-tests.tgz 0fbbffcc6efa671e166a537f973fc24a gem2rpm-0.8.0.gem -b8f66ad790466d192c3ffaf8901ff3d3 gem2rpm-tests.tgz