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 312819 Details for
Bug 456951
Ruby bindings are not currently being built.
[?]
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 enable ruby bindings in specfile
xapian-bindings-ruby.patch (text/plain), 1.92 KB, created by
Scott Seago
on 2008-07-28 20:46:41 UTC
(
hide
)
Description:
patch to enable ruby bindings in specfile
Filename:
MIME Type:
Creator:
Scott Seago
Created:
2008-07-28 20:46:41 UTC
Size:
1.92 KB
patch
obsolete
>--- /home/sseago/xapian-bindings.spec.rh9.orig 2008-07-24 15:12:09.000000000 -0400 >+++ /usr/src/redhat/SPECS/xapian-bindings.spec 2008-07-24 17:32:15.000000000 -0400 >@@ -1,4 +1,6 @@ > %define python_ver %(%{__python} -c "import sys; print sys.version[:3]") >+%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") >+%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']") > > Summary: Bindings for the Xapian Probabilistic Information Retrieval Library > Name: xapian-bindings >@@ -29,11 +31,21 @@ > indexing and search facilities to applications. This package provides the > files needed for developing Python scripts which use Xapian > >+%package ruby >+Group: Development/Libraries >+Summary: Files needed for developing Ruby scripts which use Xapian >+ >+%description ruby >+Xapian is an Open Source Probabilistic Information Retrieval framework. It >+offers a highly adaptable toolkit that allows developers to easily add advanced >+indexing and search facilities to applications. This package provides the >+files needed for developing Ruby scripts which use Xapian >+ > %prep > %setup -q -n %{name}-%{version} > > %build >-%configure --with-python >+%configure --with-python --with-ruby > make %{?_smp_mflags} > > %install >@@ -44,6 +56,7 @@ > # Move the docs to the right place, and correct the effects of prefix+DESTDIR > mkdir -p %{buildroot}/usr/share/doc/ > mv %{buildroot}%{buildroot}/usr/share/doc/%{name}/python %{buildroot}/usr/share/doc/%{name}-python-%{version} >+mv %{buildroot}%{buildroot}/usr/share/doc/%{name}/ruby %{buildroot}/usr/share/doc/%{name}-ruby-%{version} > rm -rf %{buildroot}%{buildroot}/usr/share/doc/%{name}/ > > %clean >@@ -57,6 +70,12 @@ > %{_libdir}/python%{python_ver}/site-packages/xapian.pyc > %{_libdir}/python%{python_ver}/site-packages/xapian.pyo > >+%files ruby >+%defattr(-, root, root) >+%doc AUTHORS ChangeLog COPYING NEWS README >+%{ruby_sitearch}/_xapian.so >+%{ruby_sitelib}/xapian.rb >+ > > > %changelog
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 456951
: 312819