Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 69aee54ead | |||
| 6e0470ea4e | |||
| fc2c414f1d | |||
| caceca5c17 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51e996fd6674a807045ef6731ee67cf7588a6cb71fbf39ad82fb50951818ba9c
|
||||
size 3303269
|
||||
3
jffi-1.3.13.tar.gz
Normal file
3
jffi-1.3.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:299a1656b7ca35593623160f5bca988ea773c49480eb33d495256f46ccfc655d
|
||||
size 3345405
|
||||
13
jffi.changes
13
jffi.changes
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 14:53:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use SOURCE_DATE_EPOCH for reproducible jar mtime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 05:55:46 UTC 2024 - jun wang <jgwang@suse.com>
|
||||
|
||||
- Update to v1.3.13
|
||||
* No changelog provided by upstream, and please refer to
|
||||
https://github.com/jnr/jffi/compare/jffi-1.3.11...jffi-1.3.13
|
||||
* no more provided COPYING.{GPL,LESSER} files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:46:50 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
|
||||
14
jffi.spec
14
jffi.spec
@@ -19,7 +19,7 @@
|
||||
%global cluster jnr
|
||||
%global sover 1.2
|
||||
Name: jffi
|
||||
Version: 1.3.11
|
||||
Version: 1.3.13
|
||||
Release: 0
|
||||
Summary: Java Foreign Function Interface
|
||||
License: Apache-2.0 OR LGPL-3.0-or-later
|
||||
@@ -125,7 +125,11 @@ cp target/%{name}-%{version}-complete.jar target/%{name}-%{version}.jar
|
||||
|
||||
mkdir -p META-INF/
|
||||
cp %{SOURCE3} META-INF/
|
||||
jar -uf %{buildroot}%{_jnidir}/%{name}/%{name}.jar META-INF/p2.inf
|
||||
jar \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 17}%{!?pkg_vcmp:0}
|
||||
--date="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)" \
|
||||
%endif
|
||||
--update --file=%{buildroot}%{_jnidir}/%{name}/%{name}.jar META-INF/p2.inf
|
||||
|
||||
# install *.so
|
||||
install -dm0755 %{buildroot}%{_libdir}/%{name}
|
||||
@@ -138,13 +142,13 @@ ln -s lib%{name}-%{sover}.so lib%{name}.so
|
||||
popd
|
||||
|
||||
%files -f .mfiles
|
||||
%license COPYING.{GPL,LESSER} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files native -f .mfiles-native
|
||||
%{_libdir}/%{name}
|
||||
%license COPYING.{GPL,LESSER} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license COPYING.{GPL,LESSER} LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user