diff --git a/xsd.spec b/xsd.spec index 8f02e02..24520e0 100644 --- a/xsd.spec +++ b/xsd.spec @@ -1,16 +1,15 @@ Name: xsd Version: 3.3.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: W3C XML schema to C++ data binding compiler - Group: Development/Tools # Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0 License: GPLv2 with exceptions and ASL 2.0 URL: http://www.codesynthesis.com/products/xsd/ + Source0: http://www.codesynthesis.com/download/xsd/3.3/xsd-%{version}-2+dep.tar.bz2 # Sent suggestion to upstream via e-mail 20090707 Patch0: xsd-3.3.0-xsdcxx-rename.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: m4 boost-devel xerces-c-devel # Requires: ace-devel - only needed for applications using @@ -44,6 +43,7 @@ pushd xsd %patch0 -p1 -b .xsdcxx-rename popd +cp /usr/lib/rpm/config.* build-0.3/system %build @@ -63,7 +63,6 @@ make verbose=1 CXXFLAGS="$RPM_OPT_FLAGS" %install -rm -rf $RPM_BUILD_ROOT rm -rf apidocdir %if 0%{?el5} @@ -106,23 +105,21 @@ find apidocdir -name "*.doxygen" \ -o -name "makefile" \ -o -name "*.html2ps" | xargs rm -f -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc docdir/* %{_bindir}/xsdcxx %{_includedir}/xsd/ %{_mandir}/man1/xsdcxx.1* %files doc -%defattr(-,root,root,-) %doc apidocdir/* %changelog +* Thu Jun 5 2014 Peter Robinson 3.3.0-19 +- Update config.* to fix FTBFS on aarch64/ppc64le + * Thu May 22 2014 Petr Machata - 3.3.0-18 - Rebuild for boost 1.55.0