diff --git a/marcel-0.3.2.gem b/marcel-0.3.2.gem new file mode 100644 index 0000000..29e7683 Binary files /dev/null and b/marcel-0.3.2.gem differ diff --git a/rubygem-marcel-0.3.2-fix-spelling-error-on-rpmlint.patch b/rubygem-marcel-0.3.2-fix-spelling-error-on-rpmlint.patch new file mode 100644 index 0000000..bf4531b --- /dev/null +++ b/rubygem-marcel-0.3.2-fix-spelling-error-on-rpmlint.patch @@ -0,0 +1,12 @@ +diff --git a/marcel.gemspec b/marcel.gemspec +index 8f33fd4..512c513 100644 +--- a/marcel.gemspec ++++ b/marcel.gemspec +@@ -8,7 +8,7 @@ Gem::Specification.new do |spec| + spec.version = Marcel::VERSION + spec.authors = ['Tom Ward'] + spec.email = ['tom@basecamp.com'] +- spec.summary = %q{Simple mime type detection using magic numbers, filenames, and extensions} ++ spec.summary = %q{Simple mime type detection using magic numbers, file names, and extensions} + spec.homepage = 'https://github.com/basecamp/marcel' + spec.license = 'MIT' diff --git a/rubygem-marcel.spec b/rubygem-marcel.spec new file mode 100644 index 0000000..e3c91fe --- /dev/null +++ b/rubygem-marcel.spec @@ -0,0 +1,60 @@ +%global gem_name marcel +Name: rubygem-%{gem_name} +Version: 0.3.2 +Release: 1 +Summary: Simple mime type detection using magic numbers, file names, and extensions +License: MIT +URL: https://github.com/basecamp/marcel +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +Patch0: rubygem-marcel-0.3.2-fix-spelling-error-on-rpmlint.patch +BuildRequires: ruby(release) rubygems-devel ruby >= 2.2 rubygem(mimemagic) rubygem(minitest) +BuildRequires: rubygem(rack) +BuildArch: noarch +%description +Simple mime type detection using magic numbers, file names, and extensions. + +%package doc +Summary: Documentation for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch +%description doc +Documentation for %{name}. + +%prep +%setup -q -n %{gem_name}-%{version} +%patch0 -p1 + +%build +gem build ../%{gem_name}-%{version}.gemspec +%gem_install + +%install +mkdir -p %{buildroot}%{gem_dir} +cp -a .%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ + +%check +pushd .%{gem_instdir} +ruby -Ilib:test -r 'pathname' -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' +popd + +%files +%dir %{gem_instdir} +%exclude %{gem_instdir}/.* +%license %{gem_instdir}/MIT-LICENSE +%{gem_libdir} +%exclude %{gem_instdir}/marcel.gemspec +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%{gem_instdir}/Gemfile +%{gem_instdir}/Gemfile.lock +%doc %{gem_instdir}/README.md +%{gem_instdir}/Rakefile +%{gem_instdir}/test + +%changelog +* Wed Aug 19 2020 geyanan - 0.3.2-1 +- package init diff --git a/rubygem-marcel.yaml b/rubygem-marcel.yaml new file mode 100644 index 0000000..c34050d --- /dev/null +++ b/rubygem-marcel.yaml @@ -0,0 +1,4 @@ +version_control:github +src_repo:/basecamp/marcel +tag_prefix:"v" +seperator:"."