]> git.pld-linux.org Git - packages/ruby-re2.git/commitdiff
- updated to 1.4.0 auto/th/ruby-re2-1.4.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jun 2022 15:39:35 +0000 (17:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jun 2022 15:39:35 +0000 (17:39 +0200)
ruby-re2.spec

index 83b62c469f43b2ccbf91fdb357794b8b997c0ba7..fd0c98c7dbf3d1a5c0ef68aee232a6acc574c43e 100644 (file)
@@ -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
This page took 0.119055 seconds and 4 git commands to generate.