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 601628 Details for
Bug 844842
please re-enable the static library libffi.a
[?]
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.
my changed spec file
libffi.spec (text/x-rpm-spec), 4.94 KB, created by
Garrett Mitchener
on 2012-08-01 02:11:27 UTC
(
hide
)
Description:
my changed spec file
Filename:
MIME Type:
Creator:
Garrett Mitchener
Created:
2012-08-01 02:11:27 UTC
Size:
4.94 KB
patch
obsolete
>Name: libffi >Version: 3.0.10 >Release: 2%{?dist} >Summary: A portable foreign function interface library > >Group: System Environment/Libraries >License: BSD >URL: http://sourceware.org/libffi >Source0: http://sourceware.org/libffi/libffi-%{version}.tar.gz ># part of upstream commit 5feacad4 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >Compilers for high level languages generate code that follow certain >conventions. These conventions are necessary, in part, for separate >compilation to work. One such convention is the "calling convention". >The calling convention is a set of assumptions made by the compiler >about where function arguments will be found on entry to a function. A >calling convention also specifies where the return value for a function >is found. > >Some programs may not know at the time of compilation what arguments >are to be passed to a function. For instance, an interpreter may be >told at run-time about the number and types of arguments used to call a >given function. `Libffi' can be used in such programs to provide a >bridge from the interpreter program to compiled code. > >The `libffi' library provides a portable, high level programming >interface to various calling conventions. This allows a programmer to >call any function specified by a call interface description at run time. > >FFI stands for Foreign Function Interface. A foreign function >interface is the popular name for the interface that allows code >written in one language to call code written in another language. The >`libffi' library really only provides the lowest, machine dependent >layer of a fully featured foreign function interface. A layer must >exist above `libffi' that handles type conversions for values passed >between the two languages. > > >%package devel >Summary: Development files for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: pkgconfig >Requires(post): /sbin/install-info >Requires(preun): /sbin/install-info > >%description devel >The %{name}-devel package contains libraries and header files for >developing applications that use %{name}. > >%package static >Summary: Static library files for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: %{name}-devel = %{version}-%{release} >Requires: pkgconfig > >%description static >The %{name}-static package contains the static library files for >developing applications that use %{name}. > >%prep >%setup -q > > >%build >%configure >make %{?_smp_mflags} > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT >find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' >rm -f $RPM_BUILD_ROOT%{_infodir}/dir > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post -p /sbin/ldconfig > >%post devel >/sbin/install-info --info-dir=%{_infodir} %{_infodir}/libffi.info.gz > >%preun devel >if [ $1 = 0 ] ;then > /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/libffi.info.gz >fi > >%postun -p /sbin/ldconfig > > >%files >%defattr(-,root,root,-) >%doc LICENSE README >%{_libdir}/*.so.* > >%files devel >%defattr(-,root,root,-) >%{_libdir}/pkgconfig/*.pc >%{_libdir}/%{name}-%{version} >%{_libdir}/*.so >%{_mandir}/man3/*.gz >%{_infodir}/libffi.info.gz > >%files static >%defattr(-,root,root,-) >%{_libdir}/*.a > >%changelog >* Tue Jul 31 2012 Garrett Mitchener <garrett.mitchener@gmail.com> >- enabling static library > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.10-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Tue Aug 23 2011 Anthony Green <green@redhat.com> - 3.0.10-1 >- Upgrade to 3.0.10. > >* Fri Mar 18 2011 Dan Horák <dan[at]danny.cz> - 3.0.9-3 >- added patch for being careful when defining relatively generic symbols > >* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.9-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Tue Dec 29 2009 Anthony Green <green@redhat.com> - 3.0.9-1 >- Upgrade > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Tue Jul 08 2008 Anthony Green <green@redhat.com> 3.0.5-1 >- Upgrade to 3.0.5 > >* Fri Feb 15 2008 Anthony Green <green@redhat.com> 3.0.1-1 >- Upgrade to 3.0.1 > >* Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.9-1 >- Upgrade to 2.99.9 >- Require pkgconfig for the devel package. >- Update summary. > >* Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.8-1 >- Upgrade to 2.99.8 > >* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.7-1 >- Upgrade to 2.99.7 > >* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.6-1 >- Upgrade to 2.99.6 > >* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.4-1 >- Upgrade to 2.99.4 > >* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.3-1 >- Upgrade to 2.99.3 > >* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.2-1 >- Created.
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 844842
: 601628