rebuilt with optflags [release 4.1.0-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
a8f71ed505
commit
99b5813293
11
xsd.spec
11
xsd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: xsd
|
Name: xsd
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A W3C XML Schema to C++ translator
|
Summary: A W3C XML Schema to C++ translator
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,6 @@ Source: https://codesynthesis.com/~boris/tmp/xsd/%{version}.a11/xsd-%{ver
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxerces-c-devel
|
BuildRequires: libxerces-c-devel
|
||||||
@ -38,8 +37,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: make fixes building examples but we don't care at the time
|
# FIXME: make fixes building examples but we don't care at the time
|
||||||
make verbose=1 || true<< _EOF
|
%make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" verbose=1
|
||||||
_EOF
|
#|| true<< _EOF
|
||||||
|
#_EOF
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}%{_mandir}/man1/xsd.1 %{buildroot}%{_mandir}/man1/xsdcxx.1
|
|||||||
%doc xsd/NEWS xsd/README
|
%doc xsd/NEWS xsd/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-2mamba
|
||||||
|
- rebuilt with optflags
|
||||||
|
|
||||||
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba
|
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba
|
||||||
- update to 4.1.0
|
- update to 4.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user