Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 858365 Details for
Bug 1060617
[PATCH] add mingw64-xerces-c
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rawhide
0001-Add-mingw64-package.patch (text/plain), 3.41 KB, created by
Yaakov Selkowitz
on 2014-02-03 04:02:18 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-02-03 04:02:18 UTC
Size:
3.41 KB
patch
obsolete
>From 35b173f13f0a9f5e9cc373341f9069952adce186 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Sun, 2 Feb 2014 21:57:18 -0600 >Subject: [PATCH] Add mingw64 package > >--- > mingw-xerces-c.spec | 44 +++++++++++++++++++++++++++++++++++--------- > 1 file changed, 35 insertions(+), 9 deletions(-) > >diff --git a/mingw-xerces-c.spec b/mingw-xerces-c.spec >index 53e63e0..b970136 100644 >--- a/mingw-xerces-c.spec >+++ b/mingw-xerces-c.spec >@@ -1,10 +1,8 @@ >-%global __strip %{mingw32_strip} >-%global __objdump %{mingw32_objdump} >-%define __debug_install_post %{mingw32_debug_install_post} >+%{?mingw_package_header} > > Name: mingw-xerces-c > Version: 3.1.1 >-Release: 8%{?dist} >+Release: 9%{?dist} > Summary: MingGW Windows validating XML parser > > Group: Development/Libraries >@@ -20,6 +18,11 @@ BuildRequires: mingw32-gcc > BuildRequires: mingw32-gcc-c++ > BuildRequires: mingw32-binutils > >+BuildRequires: mingw64-filesystem >+BuildRequires: mingw64-gcc >+BuildRequires: mingw64-gcc-c++ >+BuildRequires: mingw64-binutils >+ > %description > Xerces-C is a validating XML parser written in a portable subset of > C++. Xerces-C makes it easy to give your application the ability to >@@ -30,7 +33,7 @@ faithful to the XML 1.0 recommendation and associated standards (DOM > > > %package -n mingw32-xerces-c >-Summary: MingGW Windows validating XML parser >+Summary: MingGW x86 Windows validating XML parser > Requires: pkgconfig > > %description -n mingw32-xerces-c >@@ -41,8 +44,20 @@ generating, manipulating, and validating XML documents. Xerces-C is > faithful to the XML 1.0 recommendation and associated standards (DOM > 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). > >+%package -n mingw64-xerces-c >+Summary: MingGW x64 Windows validating XML parser >+Requires: pkgconfig >+ >+%description -n mingw64-xerces-c >+Xerces-C is a validating XML parser written in a portable subset of >+C++. Xerces-C makes it easy to give your application the ability to >+read and write XML data. A shared library is provided for parsing, >+generating, manipulating, and validating XML documents. Xerces-C is >+faithful to the XML 1.0 recommendation and associated standards (DOM >+1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). >+ > >-%{?mingw32_debug_package} >+%{?mingw_debug_package} > > > %prep >@@ -51,16 +66,17 @@ faithful to the XML 1.0 recommendation and associated standards (DOM > > > %build >-%{mingw32_configure} \ >+%mingw_configure \ > --disable-static \ > --disable-pretty-make >-make %{?_smp_mflags} >+%mingw_make %{?_smp_mflags} > > > %install >-make install DESTDIR=$RPM_BUILD_ROOT >+%mingw_make install DESTDIR=$RPM_BUILD_ROOT > > rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/*.exe >+rm -f $RPM_BUILD_ROOT%{mingw64_bindir}/*.exe > > # Drop all .la files > find $RPM_BUILD_ROOT -name "*.la" -delete >@@ -73,8 +89,18 @@ find $RPM_BUILD_ROOT -name "*.la" -delete > %{mingw32_libdir}/libxerces-c.dll.a > %{mingw32_libdir}/pkgconfig/xerces-c.pc > >+%files -n mingw64-xerces-c >+%doc LICENSE >+%{mingw64_includedir}/xercesc/ >+%{mingw64_bindir}/libxerces-c-3-1.dll >+%{mingw64_libdir}/libxerces-c.dll.a >+%{mingw64_libdir}/pkgconfig/xerces-c.pc >+ > > %changelog >+* Sun Feb 02 2014 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 3.1.1-9 >+- Added mingw64 package. >+ > * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >1.8.5.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1060617
: 858365