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 156458 Details for
Bug 243116
boo libdir issues
[?]
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 fix the issues.
boo.patch (text/plain), 2.43 KB, created by
Eskil Bylund
on 2007-06-07 12:25:50 UTC
(
hide
)
Description:
Patch to fix the issues.
Filename:
MIME Type:
Creator:
Eskil Bylund
Created:
2007-06-07 12:25:50 UTC
Size:
2.43 KB
patch
obsolete
>Index: boo-libdir.patch >=================================================================== >RCS file: /cvs/extras/rpms/boo/F-7/boo-libdir.patch,v >retrieving revision 1.1 >diff -u -r1.1 boo-libdir.patch >--- boo-libdir.patch 11 Feb 2007 13:14:54 -0000 1.1 >+++ boo-libdir.patch 7 Jun 2007 12:02:17 -0000 >@@ -23,7 +23,7 @@ > prefix=@prefix@ > exec_prefix=${prefix} > -libdir=${prefix}/lib >-+libdir=${libdir} >++libdir=@libdir@ > > > Name: Boo >@@ -40,19 +40,19 @@ > @@ -1,2 +1,2 @@ > #!/bin/sh > -env @RUNTIME@ @prefix@/lib/boo/booish.exe "$@" >-+env @RUNTIME@ ${libdir}/boo/booish.exe "$@" >++env @RUNTIME@ @libdir@/boo/booish.exe "$@" > --- boo-0.7.6.2237/extras/booc.in 2005-08-12 18:43:45.000000000 +0100 > +++ boo-0.7.6.2237/extras/booc-new.in 2006-09-06 22:20:45.000000000 +0100 > @@ -1,2 +1,2 @@ > #!/bin/sh > -env @RUNTIME@ @prefix@/lib/boo/booc.exe "$@" >-+env @RUNTIME@ ${libdir}/boo/booc.exe "$@" >++env @RUNTIME@ @libdir@/boo/booc.exe "$@" > --- boo-0.7.6.2237/extras/booi.in 2005-08-12 18:43:45.000000000 +0100 > +++ boo-0.7.6.2237/extras/booi-new.in 2006-09-06 22:21:16.000000000 +0100 > @@ -1,2 +1,2 @@ > #!/bin/sh > -env @RUNTIME@ @prefix@/lib/boo/booi.exe "$@" >-+env @RUNTIME@ ${libdir}/boo/booi.exe "$@" >++env @RUNTIME@ @libdir@/boo/booi.exe "$@" > --- boo-0.7.6.2237/default.build.libdir 2007-02-11 10:40:57.000000000 +0100 > +++ boo-0.7.6.2237/default.build 2007-02-11 10:43:46.000000000 +0100 > @@ -108,7 +108,7 @@ >@@ -81,5 +81,12 @@ > + <replacestring from="@libdir@" to="${install.libdir}" /> > </filterchain> > </copy> >- </if> >- >+ </if> >+@@ -434,6 +434,7 @@ >+ <copy file="extras/boo.pc.in" tofile="${build.dir}/boo.pc" if="${not(platform::is-win32())}" inputencoding="ASCII"> >+ <filterchain> >+ <replacestring from="@prefix@" to="${install.prefix}" /> >++ <replacestring from="@libdir@" to="${install.libdir}" /> >+ <replacestring from="@VERSION@" to="${boo.version}" /> >+ </filterchain> >+ </copy> >Index: boo.spec >=================================================================== >RCS file: /cvs/extras/rpms/boo/F-7/boo.spec,v >retrieving revision 1.7 >diff -u -r1.7 boo.spec >--- boo.spec 18 Feb 2007 00:12:41 -0000 1.7 >+++ boo.spec 7 Jun 2007 12:02:18 -0000 >@@ -32,10 +32,7 @@ > %prep > %setup -q > %if "%{?fedora}" > "5" >-%patch0 -p1 -b .original >-sed -i -e 's!${libdir}!%{monodir}!' extras/booc.in >-sed -i -e 's!${libdir}!%{monodir}!' extras/booi.in >-sed -i -e 's!${libdir}!%{monodir}!' extras/booish.in >+%patch0 -p1 -b .libdir > %endif > > %build
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 243116
: 156458