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 713138 Details for
Bug 923649
[PATCH] Improve Ruby packaging
[?]
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]
Use ruby_vendorarchdir provided by ruby-devel.
0001-Use-ruby_vendorarchdir-provided-by-ruby-devel.patch (text/plain), 1.62 KB, created by
Vít Ondruch
on 2013-03-20 09:41:06 UTC
(
hide
)
Description:
Use ruby_vendorarchdir provided by ruby-devel.
Filename:
MIME Type:
Creator:
Vít Ondruch
Created:
2013-03-20 09:41:06 UTC
Size:
1.62 KB
patch
obsolete
>From 1daeacc6f423a992926e27e950e676cb936a42a6 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com> >Date: Wed, 20 Mar 2013 10:31:48 +0100 >Subject: [PATCH] Use ruby_vendorarchdir provided by ruby-devel. > >--- > libselinux.spec | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/libselinux.spec b/libselinux.spec >index a233b46..73289a0 100644 >--- a/libselinux.spec >+++ b/libselinux.spec >@@ -3,7 +3,6 @@ > %endif > > %define ruby_inc %(pkg-config --cflags ruby) >-%define ruby_sitearch %(ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']") > %define libsepolver 2.1.9-1 > %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} > >@@ -158,7 +157,7 @@ InstallPythonWrapper %{__python} > InstallPythonWrapper %{__python3} > %endif # with_python3 > >-make DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}%{_libdir}" BINDIR="%{buildroot}%{_bindir}" SBINDIR="%{buildroot}%{_sbindir}" RUBYINSTALL=%{buildroot}%{ruby_sitearch} install install-rubywrap >+make DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}%{_libdir}" BINDIR="%{buildroot}%{_bindir}" SBINDIR="%{buildroot}%{_sbindir}" RUBYINSTALL=%{buildroot}%{ruby_vendorarchdir} install install-rubywrap > > # Nuke the files we don't want to distribute > rm -f %{buildroot}%{_sbindir}/compute_* >@@ -238,7 +237,7 @@ rm -rf %{buildroot} > > %files ruby > %defattr(-,root,root,-) >-%{ruby_sitearch}/selinux.so >+%{ruby_vendorarchdir}/selinux.so > > %changelog > * Wed Mar 20 2013 VÃt Ondruch <vondruch@redhat.com> - 2.1.13-11 >-- >1.8.1.4 >
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 923649
: 713138