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 730933 Details for
Bug 947571
Please build ruby bindings for nutmuch
[?]
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]
notmuch+ruby.patch
notmuch+ruby.patch (text/plain), 1.75 KB, created by
Alexey I. Froloff
on 2013-04-02 18:28:54 UTC
(
hide
)
Description:
notmuch+ruby.patch
Filename:
MIME Type:
Creator:
Alexey I. Froloff
Created:
2013-04-02 18:28:54 UTC
Size:
1.75 KB
patch
obsolete
>diff --git i/notmuch.spec w/notmuch.spec >index 358013e..7c18ec1 100644 >--- i/notmuch.spec >+++ w/notmuch.spec >@@ -10,6 +10,7 @@ URL: http://notmuchmail.org/ > Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz > BuildRequires: xapian-core-devel gmime-devel libtalloc-devel > BuildRequires: zlib-devel emacs-el emacs-nox perl python2-devel >+BuildRequires: ruby-devel > > %description > Fast system for indexing, searching, and tagging email. Even if you >@@ -57,6 +58,14 @@ Requires: %{name} = %{version}-%{release} > %description -n python-notmuch > %{summary}. > >+%package -n ruby-notmuch >+Summary: Ruby bindings for notmuch >+Group: Development/Libraries >+Requires: %{name} = %{version}-%{release} >+ >+%description -n ruby-notmuch >+%{summary}. >+ > %package mutt > Summary: Notmuch (of a) helper for Mutt > Group: Development/Libraries >@@ -84,6 +93,12 @@ pushd bindings/python > python setup.py build > popd > >+# Build the ruby bindings >+pushd bindings/ruby >+ ruby extconf.rb --vendor --with-cflags="%{optflags}" >+ make %{?_smp_mflags} >+popd >+ > # Build notmuch-mutt > pushd contrib/notmuch-mutt > make >@@ -100,6 +115,11 @@ pushd bindings/python > python setup.py install -O1 --skip-build --root %{buildroot} > popd > >+# Install the ruby bindings >+pushd bindings/ruby >+ make install DESTDIR=%{buildroot} >+popd >+ > # Install notmuch-mutt > install contrib/notmuch-mutt/notmuch-mutt %{buildroot}%{_bindir}/notmuch-mutt > install contrib/notmuch-mutt/notmuch-mutt.1 %{buildroot}%{_mandir}/man1/notmuch-mutt.1 >@@ -141,6 +161,9 @@ install contrib/notmuch-mutt/notmuch-mutt.1 %{buildroot}%{_mandir}/man1/notmuch- > %doc bindings/python/README > %{python_sitelib}/* > >+%files -n ruby-notmuch >+%{ruby_vendorarchdir}/* >+ > %files mutt > %{_bindir}/notmuch-mutt > %{_mandir}/man1/notmuch-mutt.1*
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 947571
: 730933