Project

General

Profile

« Previous | Next » 

Revision 04a38154

Added by Evgeni Golov over 2 years ago

drop dynflow_core package

View differences:

packages/plugins/rubygem-smart_proxy_dynflow_core/rubygem-smart_proxy_dynflow_core.spec
%{?scl:%scl_package rubygem-%{gem_name}}
%{!?scl:%global pkg_name %{name}}
%global gem_name smart_proxy_dynflow_core
%global service_name smart_proxy_dynflow_core
Summary: Core Smart Proxy Dynflow Service
Name: %{?scl_prefix}rubygem-%{gem_name}
Version: 0.4.1
Release: 1%{?foremandist}%{?dist}
Group: Development/Libraries
License: GPLv3
URL: https://github.com/theforeman/smart_proxy_dynflow
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: foreman-proxy >= 1.12.0
Requires: %{?scl_prefix}rubygem(bundler_ext)
Requires: %{?scl_prefix}rubygem(smart_proxy_dynflow) >= 0.5.0
Requires: %{?scl_prefix}rubygem(smart_proxy_dynflow) < 1.0.0
Requires: %{?scl_prefix_ruby}ruby(release)
Requires: %{?scl_prefix_ruby}rubygems
Requires(post): systemd-sysv
Requires(post): systemd-units
Requires(preun): systemd-units
BuildRequires: systemd
BuildRequires: %{?scl_prefix_ruby}ruby(release)
BuildRequires: %{?scl_prefix_ruby}rubygems
BuildRequires: %{?scl_prefix_ruby}rubygems-devel
BuildArch: noarch
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
%description
Use the Dynflow inside Foreman smart proxy
%package doc
BuildArch: noarch
Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release}
Summary: Documentation for rubygem-%{gem_name}
%description doc
This package contains documentation for rubygem-%{gem_name}.
%prep
%setup -n %{pkg_name}-%{version} -q -c -T
mkdir -p .%{gem_dir}
%{?scl:scl enable %{scl} - <<EOF}
%gem_install -n %{SOURCE0}
%{?scl:EOF}
%build
# switches to bundler_ext instead of bundler
mv ./%{gem_instdir}/Gemfile ./%{gem_instdir}/Gemfile.in
sed -ri 'sX\#\{File\.dirname\(__FILE__\)\}/bundler\.d/\*\.rbX%{_datadir}/%{gem_name}/bundler.d/*.rbX' ./%{gem_instdir}/Gemfile.in
%install
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%files
%dir %{gem_instdir}
%exclude %{gem_instdir}/.*
%{gem_libdir}
%{gem_instdir}/Gemfile.in
%{gem_instdir}/smart_proxy_dynflow_core.gemspec
%exclude %{gem_cache}
%{gem_spec}
%doc %{gem_instdir}/LICENSE
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/LICENSE
%changelog
* Thu Jun 24 2021 Adam Ruzicka <aruzicka@redhat.com> 0.4.1-1
- Update to 0.4.1
* Mon Jun 07 2021 Adam Ruzicka <aruzicka@redhat.com> 0.4.0-1
- Update to 0.4.0
* Wed May 05 2021 Adam Ruzicka <aruzicka@redhat.com> 0.3.3-1
- Update to 0.3.3
* Tue Apr 06 2021 Eric D. Helms <ericdhelms@gmail.com> - 0.3.2-2
- Rebuild plugins for Ruby 2.7
* Fri Nov 20 2020 Adam Ruzicka <aruzicka@redhat.com> 0.3.2-1
- Update to 0.3.2
* Wed Nov 18 2020 Adam Ruzicka <aruzicka@redhat.com> 0.3.1-1
- Update to 0.3.1
* Thu Nov 05 2020 Adam Ruzicka <aruzicka@redhat.com> 0.3.0-1
- Update to 0.3.0
* Fri Jun 19 2020 Adam Ruzicka <aruzicka@redhat.com> 0.2.6-1
- Update to 0.2.6
* Wed May 06 2020 Adam Ruzicka <aruzicka@redhat.com> 0.2.5-1
- Update to 0.2.5
* Fri Jan 17 2020 Zach Huntington-Meath <zhunting@redhat.com> - 0.2.4-2
- Update spec to remove the ror scl
* Tue Nov 19 2019 Adam Ruzicka <aruzicka@redhat.com> 0.2.4-1
- Update to 0.2.4
* Fri Oct 04 2019 Adam Ruzicka <aruzicka@redhat.com> 0.2.3-1
- Update to 0.2.3
* Mon Jan 14 2019 Ivan Nečas <inecas@redhat.com> 0.2.2-1
- Update to 0.2.2
* Thu Oct 04 2018 Adam Ruzicka <aruzicka@redhat.com> 0.2.1-1
- Update to 0.2.1
* Wed Sep 12 2018 Adam Ruzicka <aruzicka@redhat.com> 0.2.0-4
- Send signal after logrotate with systemctl kill --kill-who=main
* Wed Sep 12 2018 Adam Ruzicka <aruzicka@redhat.com> 0.2.0-3
- Fix signal sending after logrotate
* Fri Sep 07 2018 Eric D. Helms <ericdhelms@gmail.com> - 0.2.0-2
- Rebuild for Rails 5.2 and Ruby 2.5
* Thu Apr 05 2018 Adam Ruzicka <aruzicka@redhat.com> 0.2.0-1
- Update to 0.2.0
* Mon Jan 29 2018 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> 0.1.10-1
- Bump rubygem-smart_proxy_dynflow{,_core} to 0.1.10 (inecas@redhat.com)
* Tue Jan 23 2018 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> 0.1.9-1
- Bump rubygem-smart_proxy_dynflow{,_core} to 0.1.9
(ewoud@kohlvanwijngaarden.nl)
* Tue Jan 23 2018 Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> 0.1.8-1
- Bump rubygem-smart_proxy_dynflow{,_core} to 0.1.8
(ewoud@kohlvanwijngaarden.nl)
- Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl)
* Tue Aug 15 2017 Eric D. Helms <ericdhelms@gmail.com> 0.1.7-1
- Update smart_proxy_dynflow_core to 0.1.7 (inecas@redhat.com)
- Set proper download URLs for rubygems (komidore64@gmail.com)
* Mon May 15 2017 Dominic Cleal <dominic@cleal.org> 0.1.6-2
- Logrotate for smart_proxy_dynflow_core (#19521, aruzicka@redhat.com)
* Wed May 10 2017 Dominic Cleal <dominic@cleal.org> 0.1.6-1
- upgrade smart_proxy_dynflow_core to 0.1.6 (a.ruzicka@outlook.com)
- Remove EL version conditionals (dominic@cleal.org)
* Tue Sep 20 2016 Dominic Cleal <dominic@cleal.org> 0.1.5-1
- Update smart_proxy_dynflow_core to 0.1.5 (inecas@redhat.com)
* Fri Jun 24 2016 Dominic Cleal <dominic@cleal.org> 0.1.3-1
- new package built with tito
* Thu May 26 2016 Stephen Benjamin <stephen@redhat.com> 0.1.3-1
- Initial packaging of smart_proxy_dynflow_core
packages/plugins/rubygem-smart_proxy_dynflow_core/smart_proxy_dynflow_core-0.4.1.gem
../../../.git/annex/objects/9m/Z4/SHA256E-s17920--86d3ef6d0a243e7ef3d02fdd146014df10e5d984322325c2a8fb32e5b806f297.1.gem/SHA256E-s17920--86d3ef6d0a243e7ef3d02fdd146014df10e5d984322325c2a8fb32e5b806f297.1.gem

Also available in: Unified diff