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 900792 Details for
Bug 784281
feature request: include libpgport.a in postgresql-devel (or its dynamic version somewhere)
[?]
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.
Add a static subpackage
static_subpackage.patch (text/plain), 1.70 KB, created by
Sam Kottler
on 2014-05-30 12:16:59 UTC
(
hide
)
Description:
Add a static subpackage
Filename:
MIME Type:
Creator:
Sam Kottler
Created:
2014-05-30 12:16:59 UTC
Size:
1.70 KB
patch
obsolete
>diff --git a/postgresql.spec b/postgresql.spec >index 23f1f62..5d607ca 100644 >--- a/postgresql.spec >+++ b/postgresql.spec >@@ -64,7 +64,7 @@ Summary: PostgreSQL client programs > Name: postgresql > %global majorversion 9.3 > Version: 9.3.4 >-Release: 5%{?dist} >+Release: 6%{?dist} > > # The PostgreSQL license is very similar to other MIT licenses, but the OSI > # recognizes it as an independent license, so we do as well. >@@ -251,6 +251,15 @@ with a PostgreSQL database management server. It also contains the ecpg > Embedded C Postgres preprocessor. You need to install this package if you want > to develop applications which will interact with a PostgreSQL server. > >+%package static >+Summary: PostgreSQL static libraries >+Group: Development/Libraries >+Requires: %{name}-devel%{?_isa} = %{version}-%{release} >+ >+%description static >+The postgresql-static package contains the statically linked header libraries >+needed to compile some types of applications against PostgreSQL. >+ > > %if %upgrade > %package upgrade >@@ -740,7 +749,6 @@ mv $RPM_BUILD_ROOT%{_docdir}/pgsql/html doc > rm -rf $RPM_BUILD_ROOT%{_docdir}/pgsql > > # remove files not to be packaged >-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a > %if !%upgrade > rm -f $RPM_BUILD_ROOT%{_bindir}/pg_upgrade > rm -f $RPM_BUILD_ROOT%{_libdir}/pgsql/pg_upgrade_support.so >@@ -1088,6 +1096,9 @@ fi > %{_mandir}/man1/ecpg.* > %{_mandir}/man3/SPI_* > >+%files static >+%{_libdir}/*.a >+ > %if %upgrade > %files upgrade > %{_bindir}/pg_upgrade >@@ -1133,6 +1144,9 @@ fi > %endif > > %changelog >+* Fri May 30 2014 Sam Kottler <skottler@fedoraproject.org> - 9.3.4-6 >+- Add -static subpackage and include statically linked libraries in it >+ > * Mon May 26 2014 Honza Horak <hhorak@redhat.com> - 9.3.4-5 > - Rebuild for Python 3.4 >
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 Raw
Actions:
View
Attachments on
bug 784281
: 900792