commit c58dac21c51c9b75542342dffcbe004c143b9e67 Author: MSVSphere Packaging Team Date: Wed Jan 10 04:24:47 2024 +0300 import rubygem-sd_notify-0.1.1-4.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d019db9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/ruby-sdnotify-0.1.1-tests.txz +SOURCES/sd_notify-0.1.1.gem diff --git a/.rubygem-sd_notify.metadata b/.rubygem-sd_notify.metadata new file mode 100644 index 0000000..96d136b --- /dev/null +++ b/.rubygem-sd_notify.metadata @@ -0,0 +1,2 @@ +8e2bc07c913d900d2715ee82a1433558257947bf SOURCES/ruby-sdnotify-0.1.1-tests.txz +2fe09fa441be41b19a2b11ebab2e7b35744405f2 SOURCES/sd_notify-0.1.1.gem diff --git a/SPECS/rubygem-sd_notify.spec b/SPECS/rubygem-sd_notify.spec new file mode 100644 index 0000000..85e4499 --- /dev/null +++ b/SPECS/rubygem-sd_notify.spec @@ -0,0 +1,81 @@ +# Generated from sd_notify-0.1.1.gem by gem2rpm -*- rpm-spec -*- +%global gem_name sd_notify + +Name: rubygem-%{gem_name} +Version: 0.1.1 +Release: 4%{?dist} +Summary: Pure Ruby implementation of systemd's sd_notify(3) +License: MIT +URL: https://github.com/agis/ruby-sdnotify +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +# At the time of the packaging there were tests only in master branch. +# The test suite is not shiped with the gem, you may check it out like so +# git clone --no-checkout https://github.com/agis/ruby-sdnotify +# cd ruby-sdnotify && git archive -v -o ruby-sdnotify-0.1.1-tests.txz a7d52eef8dc3e026309c41c2421649863e0cabba test/ +Source1: ruby-sdnotify-%{version}-tests.txz + +BuildRequires: ruby(release) +BuildRequires: rubygem(minitest) +BuildRequires: rubygems-devel +BuildRequires: ruby +BuildArch: noarch + +%description +sd_notify can be used to notify systemd about various service status changes +of Ruby programs. + +%package doc +Summary: Documentation for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +Documentation for %{name}. + +%prep +%setup -q -n %{gem_name}-%{version} -b1 + +%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} +# Symlink the test suite into plaec +ln -s %{_builddir}/test . + +ruby -Ilib -e 'Dir.glob("./test/**/*_test.rb").sort.each{ |f| require f }' +popd + +%files +%dir %{gem_instdir} +%license %{gem_instdir}/LICENSE +%{gem_libdir} +%exclude %{gem_cache} +%{gem_spec} + +%files doc +%doc %{gem_docdir} +%doc %{gem_instdir}/CHANGELOG.md +%doc %{gem_instdir}/README.md + +%changelog +* Wed Jan 10 2024 MSVSphere Packaging Team - 0.1.1-4 +- Rebuilt for MSVSphere 9.3 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 06 2021 Pavel Valena - 0.1.1-1 +- Initial package