Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1067698 Details for
Bug 1257582
Use _isa_bits macro instead of ifarch
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
spec change
file_1257582.txt (text/plain), 1.46 KB, created by
Marcin Juszkiewicz
on 2015-08-27 11:59:15 UTC
(
hide
)
Description:
spec change
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2015-08-27 11:59:15 UTC
Size:
1.46 KB
patch
obsolete
>diff --git a/libsndfile.spec b/libsndfile.spec >index 23573ae..a8e133a 100644 >--- a/libsndfile.spec >+++ b/libsndfile.spec >@@ -1,7 +1,7 @@ > Summary: Library for reading and writing sound files > Name: libsndfile > Version: 1.0.25 >-Release: 16%{?dist} >+Release: 17%{?dist} > License: LGPLv2+ and GPLv2+ and BSD > Group: System Environment/Libraries > URL: http://www.mega-nerd.com/libsndfile/ >@@ -83,14 +83,8 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev > find %{buildroot} -type f -name "*.la" -delete > > # fix multilib issues >-%ifarch aarch64 %{power64} s390x x86_64 >-%define wordsize 64 >-%else >-%define wordsize 32 >-%endif >- > mv %{buildroot}%{_includedir}/sndfile.h \ >- %{buildroot}%{_includedir}/sndfile-%{wordsize}.h >+ %{buildroot}%{_includedir}/sndfile-%{__isa_bits}.h > > cat > %{buildroot}%{_includedir}/sndfile.h <<EOF > #include <bits/wordsize.h> >@@ -150,12 +144,15 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check > %doc __docs/* ChangeLog > %{_includedir}/sndfile.h > %{_includedir}/sndfile.hh >-%{_includedir}/sndfile-%{wordsize}.h >+%{_includedir}/sndfile-%{__isa_bits}.h > %{_libdir}/%{name}.so > %{_libdir}/pkgconfig/sndfile.pc > > > %changelog >+* Thu Aug 27 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.0.25-17 >+- Use __isa_bits macro instead of list of 64-bit architectures >+ > * Sun Jul 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.25-16 > - Fix FTBFS > - Use %%license
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 1257582
: 1067698