rebuilt with debug package and aarch64 build fix [release 1.1.0-3mamba;Thu Dec 10 2020]
This commit is contained in:
parent
f6829f85dd
commit
a486d2cd15
@ -1,6 +1,6 @@
|
|||||||
Name: liblbxutil
|
Name: liblbxutil
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: X.Org lbxutil library
|
Summary: X.Org lbxutil library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -25,14 +25,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org lbxutil library.
|
X.Org lbxutil library.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -57,6 +61,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Sat Jun 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
* Sat Jun 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user