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 290526 Details for
Bug 426436
python binding for libgsf: "No module named _gsf"
[?]
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.
hackaround in .spec
thediff.patch (text/plain), 1.77 KB, created by
Caolan McNamara
on 2007-12-29 15:19:21 UTC
(
hide
)
Description:
hackaround in .spec
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2007-12-29 15:19:21 UTC
Size:
1.77 KB
patch
obsolete
>Index: libgsf.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/libgsf/devel/libgsf.spec,v >retrieving revision 1.50 >retrieving revision 1.52 >diff -u -r1.50 -r1.52 >--- libgsf.spec 14 Sep 2007 05:39:01 -0000 1.50 >+++ libgsf.spec 21 Dec 2007 09:32:48 -0000 1.52 >@@ -4,7 +4,7 @@ > Summary: GNOME Structured File library > Name: libgsf > Version: 1.14.7 >-Release: 1%{?dist} >+Release: 2%{?dist} > Group: System Environment/Libraries > License: LGPLv2 > Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2 >@@ -70,15 +70,10 @@ > rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la > rm -f $RPM_BUILD_ROOT/%{python_lib_sitearch}/gsf/*.la > >-#%pre >-#if [ "$1" -gt 1 ]; then >-# export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >-# gconftool-2 --makefile-uninstall-rule \ >-# %{_sysconfdir}/gconf/schemas/gsf-office-thumbnailer.schemas >/dev/null >-# # If the schema file has ever been renamed:: >-# #gconftool-2 --makefile-uninstall-rule \ >-# # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null >-#fi >+if [ "%{python_py_sitearch}" != "%{python_lib_sitearch}" ]; then >+ mv $RPM_BUILD_ROOT/%{python_py_sitearch}/gsf/* $RPM_BUILD_ROOT/%{python_lib_sitearch}/gsf >+ rm -r $RPM_BUILD_ROOT/%{python_py_sitearch}/gsf >+fi > > %post > /sbin/ldconfig >@@ -132,15 +127,15 @@ > > %files python > %defattr(-,root,root,-) >-%dir %{python_py_sitearch}/gsf >-%{python_py_sitearch}/gsf/__init__.* >-%dir %{python_lib_sitearch}/gsf >-%{python_lib_sitearch}/gsf/*.so >+%{python_lib_sitearch}/gsf/ > > %clean > rm -r $RPM_BUILD_ROOT > > %changelog >+* Fri Dec 21 2007 Caolan McNamara <caolanm@redhat.com> 1.14.7-2 >+- Resolves: rhbz#426436 fix up python x86_64 import gsf >+ > * Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> 1.14.7-1 > - Update to 1.14.7 >
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 426436
: 290526