Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rubygem-kramdown.git#3c0d31911dc4cad7a0ca79a95e28d07b24fab8d6
This commit is contained in:
DistroBaker 2021-02-16 13:00:26 +00:00
parent 8d122a5b56
commit fdf7afe286
1 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@
Name: rubygem-%{gem_name}
Version: 2.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast, pure-Ruby Markdown-superset converter
License: MIT
@ -48,13 +48,12 @@ BuildArch: noarch
Documentation for %{name}
%prep
gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
%setup -q -n %{gem_name}-%{version}
%patch2 -p1
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
mv ../%{gem_name}-%{version}.gemspec .
%build
gem build %{gem_name}.gemspec
gem build %{gem_name}-%{version}.gemspec
%gem_install
%install
@ -110,6 +109,9 @@ popd
%doc %{gem_docdir}
%changelog
* Tue Feb 16 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-2
- Use recent packaging style
* Mon Feb 1 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-1
- 2.3.0
- Speficy rouge version dependency for test suite