|
|
@ -3,15 +3,12 @@
|
|
|
|
%global with_test 1
|
|
|
|
%global with_test 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.0.3
|
|
|
|
Version: 1.0.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Useful tools for working with Semantic Versions
|
|
|
|
Summary: Useful tools for working with Semantic Versions
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/puppetlabs/semantic_puppet
|
|
|
|
URL: https://github.com/puppetlabs/semantic_puppet
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
# https://tickets.puppetlabs.com/browse/PUP-11069
|
|
|
|
|
|
|
|
# https://github.com/puppetlabs/semantic_puppet/pull/38
|
|
|
|
|
|
|
|
Patch0001: remove-sorted_set-usage.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
%if 0%{?with_test}
|
|
|
|
%if 0%{?with_test}
|
|
|
@ -37,7 +34,6 @@ Documentation for %{name}.
|
|
|
|
gem unpack %{SOURCE0}
|
|
|
|
gem unpack %{SOURCE0}
|
|
|
|
%setup -q -D -T -n %{gem_name}-%{version}
|
|
|
|
%setup -q -D -T -n %{gem_name}-%{version}
|
|
|
|
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
|
|
|
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
gem build %{gem_name}.gemspec
|
|
|
|
gem build %{gem_name}.gemspec
|
|
|
@ -74,5 +70,8 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> - 1.0.4-1
|
|
|
|
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Joel Capitao <jcapitao@redhat.com> - 1.0.3-1
|
|
|
|
* Tue Jun 01 2021 Joel Capitao <jcapitao@redhat.com> - 1.0.3-1
|
|
|
|
- First build for rawhide
|
|
|
|
- First build for rawhide
|
|
|
|