• R/O
  • SSH

contrib-spec-files: Commit

日本OpenSolaris Users Group有志による、レポジトリサーバ作成のためのspecファイル群です。


Commit MetaInfo

Revision5ca163d92596557c9c3796fe9d3f704a23ce5d87 (tree)
Time2019-10-31 17:47:13
AuthorFumihisa TONAKA <fumi.ftnk@gmai...>
CommiterFumihisa TONAKA

Log Message

SFElibressl: bump to 3.0.2 and add 'make check'

Change Summary

Incremental Difference

diff -r c57dd6b11c2d -r 5ca163d92596 specs/SFElibressl.spec
--- a/specs/SFElibressl.spec Thu Oct 03 15:51:07 2019 +0900
+++ b/specs/SFElibressl.spec Thu Oct 31 17:47:13 2019 +0900
@@ -2,7 +2,7 @@
22 %include packagenamemacros.inc
33
44 %define _prefix /opt/jposug
5-%define tarball_version 2.9.2
5+%define tarball_version 3.0.2
66 %define tarball_name libressl
77 %define src_url https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
88
@@ -37,6 +37,7 @@
3737
3838 ./configure --prefix=%{_prefix}
3939 make -j$CPUS
40+gmake check -j$CPUS
4041
4142 %install
4243 rm -rf $RPM_BUILD_ROOT
@@ -70,5 +71,7 @@
7071 %{_prefix}/share/man/man5/*
7172
7273 %changelog
74+* Thu Oct 31 2019 Fumihisa TONAKA <fumi.ftnk@gmail.com>
75+- bump to 3.0.2 and add 'make check'
7376 * Thu Oct 03 2019 Fumihisa TONAKA <fumi.ftnk@gmail.com>
7477 - initial commit
Show on old repository browser