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 947115 Details for
Bug 1152899
libestr package installs pkgconfig files to wrong location
[?]
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]
Proposed patch - only move libraries, not libdir.
libestr-pkgconfigdir.patch (text/plain), 1.27 KB, created by
Tuomo Soini
on 2014-10-15 07:33:24 UTC
(
hide
)
Description:
Proposed patch - only move libraries, not libdir.
Filename:
MIME Type:
Creator:
Tuomo Soini
Created:
2014-10-15 07:33:24 UTC
Size:
1.27 KB
patch
obsolete
>diff --git a/libestr.spec b/libestr.spec >index 3cc09f1..7c912df 100644 >--- a/libestr.spec >+++ b/libestr.spec >@@ -1,5 +1,3 @@ >-%global _libdir /%{_lib} >- > Name: libestr > Version: 0.1.9 > Release: 2%{?dist} >@@ -27,12 +25,12 @@ developing applications that use libestr. > %patch0 -p1 -b broken-configure-script.patch > > %build >-%configure --disable-static --with-pic >+%configure --libdir=/%{_lib} --disable-static --with-pic > V=1 make %{?_smp_mflags} > > %install >-make install INSTALL="install -p" DESTDIR=%{buildroot} >-rm -f %{buildroot}/%{_libdir}/*.{a,la} >+make install pkgconfigdir=%{_libdir}/pkgconfig INSTALL="install -p" DESTDIR=%{buildroot} >+rm -f %{buildroot}/%{_lib}/*.{a,la} > > %post -p /sbin/ldconfig > >@@ -40,14 +38,18 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la} > > %files > %doc README COPYING AUTHORS ChangeLog >-%{_libdir}/lib*.so.* >+/%{_lib}/lib*.so.* > > %files devel > %{_includedir}/libestr.h >-%{_libdir}/*.so >+/%{_lib}/*.so > %{_libdir}/pkgconfig/libestr.pc > > %changelog >+* Wed Oct 15 2014 Tuomo Soini <tis@foobar.fi> - 0.1.9-2 >+- Revert "move libraries from /usr/lib* to /lib*" >+- Move only libraries to /lib* - not pkgconfig files >+ > * Tue Aug 26 2014 Petr Lautrbach <plautrba@redhat.com> 0.1.9-2 > - move libraries from /usr/lib* to /lib* > resolves: #1133999
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 1152899
: 947115