From 3ee878d5b7d414bdb2a9664c28dbbc5c222bf1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 28 May 2014 10:00:08 +0200 Subject: [PATCH] Initial package --- .gitignore | 1 + rubygem-minitest-stub-const.spec | 69 ++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 71 insertions(+) create mode 100644 rubygem-minitest-stub-const.spec diff --git a/.gitignore b/.gitignore index e69de29..7cb1abd 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/minitest-stub-const-0.1.gem diff --git a/rubygem-minitest-stub-const.spec b/rubygem-minitest-stub-const.spec new file mode 100644 index 0000000..5f2ce65 --- /dev/null +++ b/rubygem-minitest-stub-const.spec @@ -0,0 +1,69 @@ +# Generated from minitest-stub-const-0.1.gem by gem2rpm -*- rpm-spec -*- +%global gem_name minitest-stub-const + +Name: rubygem-%{gem_name} +Version: 0.1 +Release: 1%{?dist} +Summary: Stub constants for the duration of a block in MiniTest +Group: Development/Languages +License: MIT +URL: https://github.com/adammck/minitest-stub-const +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +BuildRequires: ruby(release) +BuildRequires: rubygems-devel +BuildRequires: ruby +BuildRequires: rubygem(minitest) +BuildArch: noarch + +%description +Stub constants for the duration of a block in MiniTest. +Like RSpec's stub_const, but boring and non-magical. + + +%package doc +Summary: Documentation for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +Documentation for %{name}. + +%prep +gem unpack %{SOURCE0} + +%setup -q -D -T -n %{gem_name}-%{version} + +gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec + +%build +# Create the gem as gem install only works on a gem file +gem build %{gem_name}.gemspec + +# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir +# by default, so that we can move it into the buildroot in %%install +%gem_install + +%install +mkdir -p %{buildroot}%{gem_dir} +cp -a .%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ + +%check +pushd .%{gem_instdir} +ruby -rminitest/autorun -rstringio test/test_stub_const.rb +popd + +%files +%dir %{gem_instdir} +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%{gem_instdir}/test + +%changelog +* Thu May 22 2014 Vít Ondruch - 0.1-1 +- Initial package diff --git a/sources b/sources index e69de29..bb7041d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +feefd2f1ca499f0fa1b11abec1e0818f minitest-stub-const-0.1.gem