1 Star 0 Fork 3

GYN / rubygem-marcel

forked from src-openEuler / rubygem-marcel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rubygem-marcel.spec 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
GYN 提交于 2020-08-25 10:51 . change spec
%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 <geyanan2@huawei.com> - 0.3.2-1
- package init
1
https://gitee.com/gyn_emma/rubygem-marcel.git
git@gitee.com:gyn_emma/rubygem-marcel.git
gyn_emma
rubygem-marcel
rubygem-marcel
master

搜索帮助