# Generated from puppet-lint-2.5.1.gem by gem2rpm -*- rpm-spec -*- %global gem_name puppet-lint Name: rubygem-%{gem_name} Version: 2.5.1 Release: 1%{?dist} Summary: Ensure your Puppet manifests conform with the Puppetlabs style guide License: MIT URL: https://github.com/puppetlabs/puppet-lint/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildArch: noarch %description Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.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}/ mkdir -p %{buildroot}%{_bindir} cp -a .%{_bindir}/* \ %{buildroot}%{_bindir}/ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} # Run the test suite. popd %files %dir %{gem_instdir} %{_bindir}/build %{_bindir}/bundle %{_bindir}/coderay %{_bindir}/git-generate-changelog %{_bindir}/github_changelog_generator %{_bindir}/htmldiff %{_bindir}/ldiff %{_bindir}/pry %{_bindir}/puppet-lint %{_bindir}/rake %{_bindir}/rspec %{_bindir}/rubocop %{_bindir}/ruby-parse %{_bindir}/ruby-rewrite %{_bindir}/with-rspec-2 %{_bindir}/with-rspec-3 %license %{gem_instdir}/LICENSE %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/HISTORY.md %doc %{gem_instdir}/README.md %{gem_instdir}/spec %changelog * Tue Sep 14 2021 mockbuilder - 2.5.1-1 - Initial package