update to 3.4.3 [release 3.4.3-1mamba;Tue Jul 17 2018]
This commit is contained in:
parent
3838138d47
commit
f2fbd67d66
BIN
hiera-1.3.0.gem
BIN
hiera-1.3.0.gem
Binary file not shown.
BIN
hiera-3.4.3.gem
Normal file
BIN
hiera-3.4.3.gem
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: ruby-hiera
|
Name: ruby-hiera
|
||||||
Version: 1.3.0
|
Version: 3.4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A pluggable data store for hierarcical data
|
Summary: A pluggable data store for hierarcical data
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -11,6 +11,8 @@ Source: https://rubygems.org/downloads/hiera-%{version}.gem
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: ruby >= 2.5.1
|
||||||
|
BuildRequires: ruby >= 2.5.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,7 +25,7 @@ A pluggable data store for hierarcical data.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
|
gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
|
||||||
|
|
||||||
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
||||||
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
--no-ri --no-rdoc -n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
||||||
@ -36,10 +38,13 @@ rm -rf %{buildroot}${gemdir}/cache
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/hiera
|
%{_bindir}/hiera
|
||||||
%{_libdir}/ruby/gems/*/specifications/hiera-1.3.0.gemspec
|
%{_libdir}/ruby/gems/*/specifications/hiera-*.gemspec
|
||||||
%dir %{_libdir}/ruby/gems/*/gems/hiera-%{version}
|
%dir %{_libdir}/ruby/gems/*/gems/hiera-%{version}
|
||||||
%{_libdir}/ruby/gems/*/gems/hiera-%{version}/*
|
%{_libdir}/ruby/gems/*/gems/hiera-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 17 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.3-1mamba
|
||||||
|
- update to 3.4.3
|
||||||
|
|
||||||
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user