# Generated from rabbit-slide-yebyen-kccnceu2021-2021.5.5.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name rabbit-slide-yebyen-kccnceu2021 Name: rubygem-%{gem_name} Version: 2021.5.5.0 Release: 1%{?dist} Summary: Helm Users! What Flux 2 Can Do For You License: Apache-2.0 URL: https://slide.rabbit-shocker.org/authors/yebyen/kccnceu2021/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildArch: noarch %description Helm, the Package manager for Kubernetes. Flux, the GitOps continuous delivery solution for Kubernetes. Both can be used independently, but are more powerful together. Scott Rigby, Helm and Flux maintainer - and Kingdon Barrett, OSS engineer - will share the benefits of Helm and GitOps for developers, with live demos showcasing the extra awesomeness of Flux v2 and Helm together. This talk is for Helm users who have either never used Flux, or Flux v1 users looking forward to new features in Flux v2. [sched.co/iE1e](https://sched.co/iE1e) Wednesday, May 5 - 13:10 - 13:45 CEST (Central European Summer Time) Wednesday, May 5 - 7:10 - 7:45 EDT (Eastern US Daylight Savings Time). %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}/ %check pushd .%{gem_instdir} # Run the test suite. popd %files %dir %{gem_instdir} %{gem_instdir}/.rabbit %{gem_instdir}/config.yaml %{gem_instdir}/helm-users-flux-guide.md %{gem_instdir}/pdf %{gem_instdir}/terminal %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %changelog * Tue Sep 14 2021 mockbuilder - 2021.5.5.0-1 - Initial package