[packages/ruby-re2] - updated to 1.4.0
qboosh
qboosh at pld-linux.org
Tue Jun 28 17:38:03 CEST 2022
commit 03991203b82a1b050835d123a3f086ea8463578e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jun 28 17:39:35 2022 +0200
- updated to 1.4.0
ruby-re2.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ruby-re2.spec b/ruby-re2.spec
index 83b62c4..fd0c98c 100644
--- a/ruby-re2.spec
+++ b/ruby-re2.spec
@@ -6,15 +6,15 @@
Summary: Ruby bindings to re2
Summary(pl.UTF-8): Wiązania języka Ruby do re2
Name: ruby-%{pkgname}
-Version: 1.2.0
+Version: 1.4.0
Release: 1
License: BSD
Group: Development/Languages
Source0: http://rubygems.org/downloads/%{pkgname}-%{version}.gem
-# Source0-md5: 8aaf69fac7a9567540791b5b5f7d35c8
+# Source0-md5: 8575c95f217df60f7db3ae89dfd1e02a
URL: https://github.com/mudge/re2
BuildRequires: libstdc++-devel >= 6:4.8
-BuildRequires: re2-devel
+BuildRequires: re2-devel >= 20200302
BuildRequires: rpm-rubyprov
BuildRequires: rpmbuild(macros) >= 1.656
BuildRequires: ruby-devel >= 1:1.8.7
@@ -37,6 +37,9 @@ wyrażeń regularnych.
%prep
%setup -q -n %{pkgname}-%{version}
+# required by gem helper
+%{__tar} xf %{SOURCE0} metadata.gz
+
%build
# write .gemspec
%__gem_helper spec
@@ -61,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc LICENSE.txt README.md
%attr(755,root,root) %{ruby_vendorarchdir}/re2.so
%{ruby_vendorlibdir}/re2.rb
%{ruby_vendorlibdir}/re2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-re2.git/commitdiff/03991203b82a1b050835d123a3f086ea8463578e
More information about the pld-cvs-commit
mailing list