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 160035 Details for
Bug 249712
[PATCH] Fix broken build when ruby is installed
[?]
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 fix the specfile
obexftp.spec.diff (text/plain), 1.56 KB, created by
Andy Shevchenko
on 2007-07-26 16:14:46 UTC
(
hide
)
Description:
Patch to fix the specfile
Filename:
MIME Type:
Creator:
Andy Shevchenko
Created:
2007-07-26 16:14:46 UTC
Size:
1.56 KB
patch
obsolete
>--- obexftp.spec.orig 2007-03-26 15:04:29.000000000 +0300 >+++ obexftp.spec 2007-07-26 19:26:53.000000000 +0300 >@@ -1,5 +1,6 @@ > %define python_sitelib %(%{__python} -c "from distutils import sysconfig; print sysconfig.get_python_lib()") > %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') >+%define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]') > > %define pre pre4 > >@@ -53,6 +54,20 @@ > memory to store and retrieve e.g. your phonebook, logos, ringtones, music, > pictures and alike. > >+%package -n ruby-%{name} >+Summary: Ruby library to access devices via the OBEX protocol >+Group: Development/Libraries >+BuildRequires: ruby, ruby-devel >+Requires: ruby(abi) = 1.8 >+Requires: %{name} = %{version}-%{release} >+ >+%description -n ruby-%{name} >+The overall goal of this project is to make mobile devices featuring the OBEX >+protocol and adhering to the OBEX FTP standard accessible by an open source >+implementation. The common usage for ObexFTP is to access your mobile phones >+memory to store and retrieve e.g. your phonebook, logos, ringtones, music, >+pictures and alike. >+ > %package devel > Summary: Header files and libraries for %{name} > Group: Development/Libraries >@@ -121,6 +136,10 @@ > %dir %{perl_vendorarch}/*/OBEXFTP > %{perl_vendorarch}/*/OBEXFTP/OBEXFTP.so > >+%files -n ruby-%{name} >+%defattr(-, root, root, -) >+%{ruby_sitearch}/obexftp.so >+ > %changelog > * Mon Mar 26 2007 Dominik Mierzejewski <rpm@greysector.net> - 0.22-0.2.pre4 > - fix segfault in obexftpd (patch by Jan Kratochvil), closes (#230991)
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 249712
: 160035