diff --git a/regexp_property_values-1.3.0.gem b/regexp_property_values-1.3.0.gem deleted file mode 100644 index 9f61fe1c496a921b619cd56f549aae424b832b96..0000000000000000000000000000000000000000 Binary files a/regexp_property_values-1.3.0.gem and /dev/null differ diff --git a/regexp_property_values-1.5.2.gem b/regexp_property_values-1.5.2.gem new file mode 100644 index 0000000000000000000000000000000000000000..64e37421fac14c132c9074e40add03a3cbe211c0 Binary files /dev/null and b/regexp_property_values-1.5.2.gem differ diff --git a/rubygem-regexp_property_values.spec b/rubygem-regexp_property_values.spec index 1629487f6d745da995653e4396eeec40316c5194..396892670317c7096eb942b5b62033722b403ff1 100644 --- a/rubygem-regexp_property_values.spec +++ b/rubygem-regexp_property_values.spec @@ -1,13 +1,12 @@ %global gem_name regexp_property_values Name: rubygem-%{gem_name} -Version: 1.3.0 +Version: 1.5.2 Release: 1 Summary: Inspect property values supported by Ruby's regex engine License: MIT URL: https://github.com/jaynetics/regexp_property_values Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem -Source1: %{gem_name}-%{version}-spec.txz BuildRequires: ruby(release) BuildRequires: rubygems-devel @@ -30,15 +29,18 @@ BuildArch: noarch Documentation for %{name}. %prep -%setup -q -n %{gem_name}-%{version} -b1 +# No need to unpack the gem file, %gem_install will handle it +# %setup -q -n %{gem_name}-%{version} -T -c %{gem_name}-%{version}.gem %build -gem build ../%{gem_name}-%{version}.gemspec +# No need to manually build the gem, %gem_install will do it +# gem build ../%{gem_name}-%{version}.gemspec %gem_install %install +# Use macros to ensure correct paths mkdir -p %{buildroot}%{gem_dir} -cp -a .%{gem_dir}/* \ +cp -a .%{gem_instdir}/* \ %{buildroot}%{gem_dir}/ mkdir -p %{buildroot}%{gem_extdir_mri}/%{gem_name} @@ -73,10 +75,13 @@ popd %doc %{gem_instdir}/CHANGELOG.md %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile +%doc %{gem_instdir}/Rakefile %{gem_instdir}/regexp_property_values.gemspec %changelog +* Thu Apr 03 2025 openeuler_bot - 1.5.2-1 +- update rubygem-regexp_property_values to 1.5.2 + * Tue Nov 14 2023 liyanan - 1.3.0-1 - update to 1.3.0 @@ -84,4 +89,4 @@ popd - Modify changelog and add yaml file * Mon Nov 29 2021 houyingchao - 1.0.0-1 -- Init package +- Init package \ No newline at end of file