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 657212 Details for
Bug 883184
libzip not available for mingw64
[?]
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] Add mingw64 target
0001-Add-mingw64-target.patch (text/plain), 3.42 KB, created by
Alex G.
on 2012-12-04 04:31:49 UTC
(
hide
)
Description:
[PATCH] Add mingw64 target
Filename:
MIME Type:
Creator:
Alex G.
Created:
2012-12-04 04:31:49 UTC
Size:
3.42 KB
patch
obsolete
>From bc3e37a7bb3b8da976d7ad20e261a8716697d3a2 Mon Sep 17 00:00:00 2001 >From: Alexandru Gagniuc <mr.nuke.me@gmail.com> >Date: Mon, 3 Dec 2012 18:31:41 -0600 >Subject: [PATCH] Add mingw64 target > >Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> >--- > mingw-libzip.spec | 45 ++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 38 insertions(+), 7 deletions(-) > >diff --git a/mingw-libzip.spec b/mingw-libzip.spec >index 4a03105..ef2bc5f 100644 >--- a/mingw-libzip.spec >+++ b/mingw-libzip.spec >@@ -1,11 +1,10 @@ >-%global __strip %{mingw32_strip} >-%global __objdump %{mingw32_objdump} >+%{?mingw_package_header} > > %global nativename libzip > > Name: mingw-%{nativename} > Version: 0.9 >-Release: 7%{?dist} >+Release: 8%{?dist} > Summary: C library for reading, creating, and modifying zip archives > > Group: System Environment/Libraries >@@ -20,13 +19,18 @@ BuildRequires: mingw32-gcc > BuildRequires: mingw32-binutils > BuildRequires: mingw32-zlib >= 1.1.2 > >+BuildRequires: mingw64-filesystem >+BuildRequires: mingw64-gcc >+BuildRequires: mingw64-binutils >+BuildRequires: mingw64-zlib >= 1.1.2 >+ > %description > libzip is a C library for reading, creating, and modifying zip archives. Files > can be added from data buffers, files, or compressed data copied directly from > other zip archives. Changes made without closing the archive can be reverted. > The API is documented by man pages. > >- >+# Win32 > %package -n mingw32-%{nativename} > Summary: C library for reading, creating, and modifying zip archives > >@@ -36,21 +40,35 @@ can be added from data buffers, files, or compressed data copied directly from > other zip archives. Changes made without closing the archive can be reverted. > The API is documented by man pages. > >+# Win64 >+%package -n mingw64-%{nativename} >+Summary: C library for reading, creating, and modifying zip archives >+ >+%description -n mingw64-%{nativename} >+libzip is a C library for reading, creating, and modifying zip archives. Files >+can be added from data buffers, files, or compressed data copied directly from >+other zip archives. Changes made without closing the archive can be reverted. >+The API is documented by man pages. >+ >+ >+%?mingw_debug_package > > %prep > %setup -q -n %{nativename}-%{version} >+autoreconf --install --force > > %build >-%{mingw32_configure} --disable-static >-make %{?_smp_mflags} >+%{mingw_configure} --disable-static >+%{mingw_make} %{?_smp_mflags} > > > %install >-make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' >+%{mingw_make_install} DESTDIR=$RPM_BUILD_ROOT > > #Remove files we don't need > find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > rm -R $RPM_BUILD_ROOT%{mingw32_datadir}/* >+rm -R $RPM_BUILD_ROOT%{mingw64_datadir}/* > > > %files -n mingw32-%{nativename} >@@ -63,7 +81,20 @@ rm -R $RPM_BUILD_ROOT%{mingw32_datadir}/* > %{mingw32_libdir}/pkgconfig/libzip.pc > %{mingw32_includedir}/*.h > >+%files -n mingw64-%{nativename} >+%doc AUTHORS NEWS README THANKS TODO >+%{mingw64_bindir}/zipcmp.exe >+%{mingw64_bindir}/zipmerge.exe >+%{mingw64_bindir}/ziptorrent.exe >+%{mingw64_bindir}/*.dll >+%{mingw64_libdir}/libzip.dll.a >+%{mingw64_libdir}/pkgconfig/libzip.pc >+%{mingw64_includedir}/*.h >+ > %changelog >+* Mon Dec 03 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com> - 0.9-8 >+- Added target for mingw64 >+ > * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-7 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.11.7 >
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 883184
:
657190
| 657212