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 700020 Details for
Bug 913133
Please update to recent FFI
[?]
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.
.spec file for FFI 1.4.0
rubygem-ffi.spec (text/x-rpm-spec), 3.52 KB, created by
Vít Ondruch
on 2013-02-20 13:19:15 UTC
(
hide
)
Description:
.spec file for FFI 1.4.0
Filename:
MIME Type:
Creator:
Vít Ondruch
Created:
2013-02-20 13:19:15 UTC
Size:
3.52 KB
patch
obsolete
>%global gem_name ffi > >Name: rubygem-%{gem_name} >Version: 1.4.0 >Release: 1%{?dist} >Summary: FFI Extensions for Ruby >Group: Development/Languages > >License: LGPLv3 >URL: http://wiki.github.com/ffi/ffi >Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem > >BuildRequires: ruby-devel >BuildRequires: rubygems-devel >BuildRequires: libffi-devel >BuildRequires: rubygem(rspec) >Requires: ruby(rubygems) >Requires: ruby(abi) >Provides: rubygem(%{gem_name}) = %{version} > >%description >Ruby-FFI is a ruby extension for programmatically loading dynamic >libraries, binding functions within them, and calling those functions >from Ruby code. Moreover, a Ruby-FFI extension works without changes >on Ruby and JRuby. Discover why should you write your next extension >using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi]. > >%prep >gem unpack %{SOURCE0} >%setup -q -D -T -n %{gem_name}-%{version} > >gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec > >%build >mkdir -p ./%{gem_dir} > ># Create the gem as gem install only works on a gem file >gem build %{gem_name}.gemspec > >export CONFIGURE_ARGS="--with-cflags='%{optflags}'" >gem install -V \ > --local \ > --install-dir ./%{gem_dir} \ > --bindir ./%{_bindir} \ > --force \ > --rdoc \ > %{gem_name}-%{version}.gem > >%install >mkdir -p %{buildroot}%{gem_dir} >cp -pa .%{gem_dir}/* \ > %{buildroot}%{gem_dir}/ > >mkdir -p %{buildroot}%{gem_extdir}/lib >mv %{buildroot}%{gem_instdir}/lib/ffi_c.so %{buildroot}%{gem_extdir}/lib/ > >%check >pushd .%{gem_instdir} >make -f libtest/GNUmakefile >rspec spec >popd > >%files >%doc %{gem_instdir}/COPYING >%doc %{gem_instdir}/COPYING.LESSER >%doc %{gem_instdir}/README.md >%doc %{gem_instdir}/History.txt >%doc %{gem_instdir}/LICENSE >%doc %{gem_docdir} >%dir %{gem_instdir} >%{gem_instdir}/Rakefile >%{gem_instdir}/gen >%exclude %{gem_instdir}/ext >%exclude %{gem_instdir}/libtest >%{gem_instdir}/ffi.gemspec >%{gem_libdir} >%{gem_instdir}/spec >%{gem_extdir}/ >%exclude %{gem_cache} >%{gem_spec} > > >%changelog >* Wed Feb 20 2013 VÃt Ondruch <vondruch@redhat.com> - 1.4.0-1 >- Update to FFI 1.4.0. > >* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-6 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Thu Feb 02 2012 VÃt Ondruch <vondruch@redhat.com> - 1.0.9-4 >- Rebuilt for Ruby 1.9.3. > >* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Tue Jun 14 2011 Bryan Kearney <bkearney@redhat.com> - 1.0.9-2 >- Fixed the License, it is actually LGPL > >* Mon Jun 13 2011 Bryan Kearney <bkearney@redhat.com> - 1.0.9-1 >- Bring in 1.0.9 from upstream. > >* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Wed Mar 10 2010 Bryan Kearney <bkearney@redhat.com> - 0.6.2-1 >- Power PC fixes from upstream which were found testing 0.6.2 > >* Tue Feb 22 2010 Bryan Kearney <bkearney@redhat.com> - 0.6.2-1 >- Pull in 0.6.2 from upstream > >* Tue Feb 22 2010 Bryan Kearney <bkearney@redhat.com> - 0.5.4-3 >- Final updates based on package review > >* Tue Feb 16 2010 Bryan Kearney <bkearney@redhat.com> - 0.5.4-2 >- Updates Based on code review comments > >* Mon Feb 15 2010 Bryan Kearney <bkearney@redhat.com> - 0.5.4-1 >- Initial specfile
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 913133
:
700019
| 700020