diff --git a/.gitignore b/.gitignore index 983ff02..a98a535 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /multi_test-0.1.1.gem +/multi_test-0.1.2.gem diff --git a/rubygem-multi_test.spec b/rubygem-multi_test.spec index 72bee24..22f93ed 100644 --- a/rubygem-multi_test.spec +++ b/rubygem-multi_test.spec @@ -1,8 +1,8 @@ %global gem_name multi_test Name: rubygem-%{gem_name} -Version: 0.1.1 -Release: 3%{?dist} +Version: 0.1.2 +Release: 1%{?dist} Summary: Wafter-thin gem to disable autorun of various testing libraries Group: Development/Languages License: MIT @@ -27,7 +27,7 @@ Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc -Documentation for %{name} +Documentation for %{name}. %prep gem unpack %{SOURCE0} @@ -42,7 +42,7 @@ gem build %{gem_name}.gemspec %install mkdir -p %{buildroot}%{gem_dir} -cp -pa .%{gem_dir}/* \ +cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check @@ -54,22 +54,26 @@ popd %files %dir %{gem_instdir} +%exclude %{gem_instdir}/.travis.yml +%license %{gem_instdir}/LICENSE %{gem_libdir} %exclude %{gem_cache} -%exclude %{gem_instdir}/.travis.yml %{gem_spec} -%doc %{gem_instdir}/LICENSE %files doc %doc %{gem_docdir} -%doc %{gem_instdir}/README.md %doc %{gem_instdir}/History.md +%doc %{gem_instdir}/README.md %{gem_instdir}/Makefile %{gem_instdir}/Rakefile +# This is not the original file => makes no sense to ship it. +%exclude %{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/test -%{gem_instdir}/%{gem_name}.gemspec %changelog +* Wed Apr 06 2016 Vít Ondruch - 0.1.2-1 +- Update to multi_test 0.1.2. + * Thu Feb 04 2016 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cb22b86..7fdccc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f04410b6d115210cdfed66785573517d multi_test-0.1.1.gem +fe8eba2f7ff9f6190bccf763433e2c59 multi_test-0.1.2.gem