|
@@ -3,9 +3,9 @@
|
|
|
Summary: Foreign function interface library
|
|
|
Summary(ja): Foreign function interface ライブラリ
|
|
|
Name: libffi
|
|
|
-Version: 3.3
|
|
|
+Version: 3.4.6
|
|
|
Release: 1%{?_dist_release}
|
|
|
-Group: System Environment/Libraries
|
|
|
+Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
@@ -32,8 +32,8 @@ Foreign function interface は一般に普及しているインターフェイ
|
|
|
%package devel
|
|
|
Summary: Libraries and headers for %{name}
|
|
|
Summary(ja): %{name} 用の開発ライブラリおよびヘッダファイル
|
|
|
-Group: Development/Libraries
|
|
|
-Requires: %{name} = %{version}
|
|
|
+Group: programmming
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
@@ -50,11 +50,27 @@ develop applications using libffi.
|
|
|
libffi を使用したアプリケーションを開発するなら、このパッケージ
|
|
|
をインストールしてください。
|
|
|
|
|
|
+#-----------------------------------------------------------------------------
|
|
|
+
|
|
|
+%package static
|
|
|
+Summary: Static libraries for %{name}
|
|
|
+Summary(ja): %{name} の静的ライブラリ
|
|
|
+Group: programmming
|
|
|
+Requires: %{name}-devel = %{version}-%{release}
|
|
|
+
|
|
|
+%description static
|
|
|
+This package includes the static library of libffi.
|
|
|
+
|
|
|
+%description static -l ja
|
|
|
+このパッケージは ffi ライブラリの静的ライブラリを含んでいます。
|
|
|
+
|
|
|
+#-----------------------------------------------------------------------------
|
|
|
+
|
|
|
#compat32
|
|
|
%package -n compat32-%{name}
|
|
|
Summary: Foreign function interface library
|
|
|
Summary(ja): Foreign function interface ライブラリ
|
|
|
-Group: System Environment/Libraries
|
|
|
+Group: system,legacy
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
@@ -67,10 +83,12 @@ Foreign function interface は一般に普及しているインターフェイ
|
|
|
ある言語で書かれたコードから、他の言語で書かれたコードを呼び出すこ
|
|
|
とを可能にします。
|
|
|
|
|
|
+#-----------------------------------------------------------------------------
|
|
|
+
|
|
|
%package -n compat32-%{name}-devel
|
|
|
Summary: Libraries and headers for %{name}
|
|
|
Summary(ja): %{name} 用の開発ライブラリおよびヘッダファイル
|
|
|
-Group: Development/Libraries
|
|
|
+Group: programming,legacy
|
|
|
Requires: compat32-%{name} = %{version}
|
|
|
Requires: %{name}-devel = %{version}
|
|
|
|
|
@@ -121,20 +139,20 @@ autoreconf -ifv
|
|
|
%files
|
|
|
%defattr(-,root,root)
|
|
|
%license LICENSE
|
|
|
-%doc ChangeLog* README
|
|
|
+%doc ChangeLog* README*
|
|
|
%{_libdir}/libffi.so.*
|
|
|
-%{_infodir}/libffi.info*
|
|
|
-%{_mandir}/man3/ffi.3*
|
|
|
-%{_mandir}/man3/ffi_call.3*
|
|
|
-%{_mandir}/man3/ffi_prep_cif.3*
|
|
|
-%{_mandir}/man3/ffi_prep_cif_var.3*
|
|
|
|
|
|
%files devel
|
|
|
%defattr(-,root,root)
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
-%{_libdir}/libffi.a
|
|
|
%{_libdir}/libffi.so
|
|
|
%{_includedir}/*.h
|
|
|
+%{_infodir}/libffi.info*
|
|
|
+%{_mandir}/man3/*.3*
|
|
|
+
|
|
|
+%files static
|
|
|
+%defattr(-,root,root)
|
|
|
+%{_libdir}/libffi.a
|
|
|
|
|
|
# compat32
|
|
|
%if %{build_compat32}
|
|
@@ -148,6 +166,9 @@ autoreconf -ifv
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Sat May 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.6-1
|
|
|
+- updated to 3.4.6.
|
|
|
+
|
|
|
* Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3-1
|
|
|
- updated to 3.3.
|
|
|
- dropped Patch0.
|