Compare commits
10 Commits
97817054ba
...
e66ddfe6d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e66ddfe6d6 | ||
|
|
d0ba910a35 | ||
|
|
dea421137d | ||
|
|
41d1380246 | ||
|
|
a33c5d979a | ||
|
|
d22f962bbc | ||
|
|
42f189c8f0 | ||
|
|
527537c741 | ||
|
|
af3de3b214 | ||
|
|
e45cca2e5e |
@ -1,9 +1,9 @@
|
||||
%global gem_name sqlite3
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 1.3.13
|
||||
Version: 1.4.4
|
||||
Release: 1
|
||||
Summary: Allows Ruby scripts to interface with a SQLite3 database
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/sparklemotion/sqlite3-ruby
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
BuildRequires: ruby(release) rubygems-devel ruby-devel sqlite-devel rubygem(minitest) >= 5.0.0
|
||||
@ -21,12 +21,10 @@ BuildArch: noarch
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
gem unpack %{SOURCE0}
|
||||
%setup -q -D -T -n %{gem_name}-%{version}
|
||||
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
|
||||
%build
|
||||
gem build %{gem_name}.gemspec
|
||||
gem build ../%{gem_name}-%{version}.gemspec
|
||||
%gem_install
|
||||
|
||||
%install
|
||||
@ -45,6 +43,7 @@ popd
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
%{gem_extdir_mri}
|
||||
%exclude %{gem_instdir}/.*
|
||||
%license %{gem_instdir}/LICENSE
|
||||
%{gem_libdir}
|
||||
%exclude %{gem_cache}
|
||||
@ -56,14 +55,27 @@ popd
|
||||
%doc %{gem_instdir}/CHANGELOG.rdoc
|
||||
%doc %{gem_instdir}/ChangeLog.cvs
|
||||
%doc %{gem_instdir}/Manifest.txt
|
||||
%{gem_instdir}/Rakefile
|
||||
%{gem_instdir}/Gemfile
|
||||
%doc %{gem_instdir}/README.rdoc
|
||||
%doc %{gem_instdir}/faq/
|
||||
%{gem_instdir}/Rakefile
|
||||
%{gem_instdir}/appveyor.yml
|
||||
%doc %{gem_instdir}/faq
|
||||
%{gem_instdir}/rakelib
|
||||
%{gem_instdir}/setup.rb
|
||||
%{gem_instdir}/tasks
|
||||
%{gem_instdir}/test
|
||||
|
||||
%changelog
|
||||
* Thu Jul 28 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.4.4-1
|
||||
- update to 1.4.4
|
||||
|
||||
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 1.4.2-2
|
||||
- License compliance rectification
|
||||
|
||||
* Thu Mar 03 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.4.2-1
|
||||
- update to 1.4.2
|
||||
|
||||
* Thu Jan 27 2022 liyanan <liyanan32@huawei.com> - 1.3.13-2
|
||||
- Remove deprecated taint followup
|
||||
|
||||
* Fri Jul 24 2020 zhanghua <zhanghua40@huawei.com> - 1.3.13-1
|
||||
- package init
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: sparklemotion/sqlite3-ruby
|
||||
tag_pattern: "^v"
|
||||
seperator: "."
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
|
||||
Binary file not shown.
BIN
sqlite3-1.4.4.gem
Normal file
BIN
sqlite3-1.4.4.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user