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 610833 Details for
Bug 855451
libgpg-error should build static libs for gpgme unit testing
[?]
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 to reenable building static libs in libgpg-error-devel RPM
libgpg-error-reenable-static-libs.patch (text/plain), 1.99 KB, created by
John Morris
on 2012-09-07 19:41:47 UTC
(
hide
)
Description:
Patch to reenable building static libs in libgpg-error-devel RPM
Filename:
MIME Type:
Creator:
John Morris
Created:
2012-09-07 19:41:47 UTC
Size:
1.99 KB
patch
obsolete
>commit faa395052287159b437c9234cb457ad55af351f7 >Author: John Morris <john@zultron.com> >Date: Fri Sep 7 14:32:35 2012 -0500 > > Re-enable building static libs for libgpg-error > > These are needed for running gpgme unit tests > > Also included is a .gitignore patch that ignores > fedpkg local build artifacts. > >diff --git a/libgpg-error.spec b/libgpg-error.spec >index 36398a8..b3440c7 100644 >--- a/libgpg-error.spec >+++ b/libgpg-error.spec >@@ -1,7 +1,7 @@ > Summary: Library for error values used by GnuPG components > Name: libgpg-error > Version: 1.10 >-Release: 3%{?dist} >+Release: 4%{?dist} > URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/ > Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2 > Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig >@@ -47,7 +47,7 @@ iconv -f UTF-8 -t UTF-8 ChangeLog > /dev/null || \ > autoreconf -f -i > > %build >-%configure --disable-static --disable-rpath --disable-languages >+%configure --enable-static --disable-rpath --disable-languages > make %{?_smp_mflags} > > %install >@@ -104,10 +104,14 @@ rm -fr $RPM_BUILD_ROOT > %defattr(-,root,root) > %{_bindir}/gpg-error-config > %{_libdir}/libgpg-error.so >+%{_libdir}/libgpg-error.a > %{_includedir}/gpg-error.h > %{_datadir}/aclocal/gpg-error.m4 > > %changelog >+* Fri Sep 7 2012 John Morris <john@zultron.com> - 1.10-4 >+- Re-enabling static lib building in order to run gpgme unit tests >+ > * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >diff --git a/.gitignore b/.gitignore >index 14cefce..96189da 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1,4 +1,9 @@ >-libgpg-error-1.9.tar.bz2 >-libgpg-error-1.9.tar.bz2.sig >-/libgpg-error-1.10.tar.bz2 >-/libgpg-error-1.10.tar.bz2.sig >+# ignore sources >+/libgpg-error-[0-9].[0-9]?.tar.bz2 >+/libgpg-error-[0-9].[0-9]?.tar.bz2.sig >+# ignore fedpkg local build artifacts >+/.build-*.log >+/i686/ >+/x86_64/ >+/libgpg-error-*.src.rpm >+/libgpg-error-[0-9].[0-9]?/
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 855451
: 610833