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 291713 Details for
Bug 428567
Review Request: ETL - Extended Template Library
[?]
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]
workaround for the pkgconfig on lib64 system
spec.patch (text/plain), 1.75 KB, created by
Nicolas Chauvet (kwizart)
on 2008-01-15 14:41:59 UTC
(
hide
)
Description:
workaround for the pkgconfig on lib64 system
Filename:
MIME Type:
Creator:
Nicolas Chauvet (kwizart)
Created:
2008-01-15 14:41:59 UTC
Size:
1.75 KB
patch
obsolete
>--- ETL.spec 2008-01-14 13:36:54.000000000 +0100 >+++ SPECS/ETL.spec 2008-01-15 15:30:50.000000000 +0100 >@@ -8,8 +8,9 @@ > URL: http://synfig.org > Source0: http://downloads.sourceforge.net/synfig/ETL-%{version}.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >- >+BuildArch: noarch > Requires: pkgconfig >+ > %description > Voria ETL is a multi-platform class and template library designed to add > new datatypes and functions which combine well with the existing >@@ -20,28 +21,44 @@ > > > %build >-%configure >+./configure --prefix=%{_prefix} --libdir=%{_prefix}/lib > make %{?_smp_mflags} > > > %install > rm -rf $RPM_BUILD_ROOT >-make install DESTDIR=$RPM_BUILD_ROOT >+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" > find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > >+rm -rf $RPM_BUILD_ROOT%{_bindir}/ETL-config >+sed -i 's|libdir=%{_prefix}/lib||' $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig/ETL.pc >+ >+# Rip out this line when noarch is built on ppc to avoid redefinition >+sed -i 's|#define WORDS_BIGENDIAN 1|//#define WORDS_BIGENDIAN 1|' $RPM_BUILD_ROOT%{_includedir}/ETL/etl_profile.h >+ >+touch -r ChangeLog $RPM_BUILD_ROOT%{_includedir}/ETL/{etl_profile.h,etl_config.h} >+ > %clean > rm -rf $RPM_BUILD_ROOT > >-%post -n ETL-devel -p /sbin/ldconfig >+%post >+if [ -x %{_prefix}/lib64 ]; then >+ ln -sf ../../lib/pkgconfig/ETL.pc %{_prefix}/lib64/pkgconfig/ETL.pc >+fi || : >+ >+%preun >+if [ $1 -eq 0 ]; then >+ if [ -x %{_prefix}/lib64 ]; then >+ rm -rf %{_prefix}/lib64/pkgconfig/ETL.pc >+ fi >+fi || : > >-%postun -n ETL-devel -p /sbin/ldconfig > > %files > %defattr(-,root,root,-) > %doc README ChangeLog COPYING AUTHORS NEWS > %{_includedir}/ETL/ >-%{_bindir}/ETL-config >-%{_libdir}/pkgconfig/ETL.pc >+%{_prefix}/lib/pkgconfig/ETL.pc > > >
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 428567
: 291713 |
292726
|
297176