Build libffi7-32bit
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libffi?expand=0&rev=2
This commit is contained in:
parent
f4afc3e2b1
commit
9a9ac38c26
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libffi7
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 08:14:20 UTC 2017 - dleuenberger@suse.com
|
||||||
|
|
||||||
|
- Add baselibs.conf in order to build libffi7-32bit (bgo#1029263).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 14:51:07 UTC 2017 - rguenther@suse.com
|
Tue Feb 28 14:51:07 UTC 2017 - rguenther@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libffi
|
# spec file for package libffi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libffi_sover 7
|
%define libffi_sover 7
|
||||||
|
|
||||||
Name: libffi
|
Name: libffi
|
||||||
@ -25,11 +26,12 @@ License: MIT
|
|||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: https://github.com/libffi/
|
Url: https://github.com/libffi/
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
|
Source99: baselibs.conf
|
||||||
Patch: libffi-include-location.patch
|
Patch: libffi-include-location.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -62,7 +64,6 @@ time.
|
|||||||
%preun devel
|
%preun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libffi.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libffi.info.gz
|
||||||
|
|
||||||
|
|
||||||
%package -n libffi%{libffi_sover}
|
%package -n libffi%{libffi_sover}
|
||||||
Summary: Foreign Function Interface Library
|
Summary: Foreign Function Interface Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -95,7 +96,6 @@ make DESTDIR=%{buildroot} install
|
|||||||
rm %{buildroot}%{_libdir}/libffi.a
|
rm %{buildroot}%{_libdir}/libffi.a
|
||||||
rm %{buildroot}%{_libdir}/libffi.la
|
rm %{buildroot}%{_libdir}/libffi.la
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libffi.so
|
%{_libdir}/libffi.so
|
||||||
@ -113,5 +113,4 @@ rm %{buildroot}%{_libdir}/libffi.la
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libffi.so.%{libffi_sover}*
|
%{_libdir}/libffi.so.%{libffi_sover}*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user