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 316772 Details for
Bug 462377
Use gnome-settings-daemon for setting gtk-modules
[?]
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]
specfile patch
spec.patch (text/plain), 2.62 KB, created by
Matthias Clasen
on 2008-09-15 18:51:31 UTC
(
hide
)
Description:
specfile patch
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2008-09-15 18:51:31 UTC
Size:
2.62 KB
patch
obsolete
>Index: libcanberra.spec >=================================================================== >RCS file: /cvs/extras/rpms/libcanberra/devel/libcanberra.spec,v >retrieving revision 1.14 >diff -u -r1.14 libcanberra.spec >--- libcanberra.spec 9 Sep 2008 15:09:53 -0000 1.14 >+++ libcanberra.spec 15 Sep 2008 18:50:00 -0000 >@@ -1,6 +1,6 @@ > Name: libcanberra > Version: 0.9 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Portable Sound Event Library > Group: System Environment/Libraries > Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz >@@ -16,9 +16,12 @@ > BuildRequires: pulseaudio-libs-devel >= 0.9.11-1 > BuildRequires: gstreamer-devel > BuildRequires: libtdb-devel >+BuildRequires: GConf2-devel > Requires: sound-theme-freedesktop > Requires: pulseaudio-libs >= 0.9.11-1 > >+Patch0: schemas.patch >+ > %description > A small and lightweight implementation of the XDG Sound Theme Specification > (http://0pointer.de/public/sound-theme-spec.html). >@@ -45,11 +48,33 @@ > %post -p /sbin/ldconfig > %postun -p /sbin/ldconfig > >-%post gtk2 -p /sbin/ldconfig >+%post gtk2 >+/sbin/ldconfig >+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/libcanberra.schemas > /dev/null || : >+ > %postun gtk2 -p /sbin/ldconfig > >+%pre gtk2 >+if [ "$1" -gt 1 ]; then >+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >+ gconftool-2 --makefile-uninstall-rule \ >+ %{_sysconfdir}/gconf/schemas/libcanberra.schemas >& /dev/null || : >+fi >+ >+%preun gtk2 >+if [ "$1" -eq 0 ]; then >+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` >+ gconftool-2 --makefile-uninstall-rule \ >+ %{_sysconfdir}/gconf/schemas/libcanberra.schemas >& /dev/null || : >+fi >+ >+ > %prep > %setup -q >+%patch0 -p1 -b .schemas >+ >+autoreconf > > %build > %configure --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso >@@ -59,7 +84,6 @@ > rm -rf $RPM_BUILD_ROOT > make DESTDIR=$RPM_BUILD_ROOT install > find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \; >-install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh > rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README > > %clean >@@ -81,10 +105,10 @@ > %defattr(-,root,root) > %{_libdir}/libcanberra-gtk.so.* > %{_libdir}/gtk-2.0/modules/libcanberra-gtk-module.so >-%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh > %{_bindir}/canberra-gtk-play > %{_datadir}/gnome/autostart/libcanberra-login-sound.desktop > %{_datadir}/gnome/shutdown/libcanberra-logout-sound.sh >+%{_sysconfdir}/gconf/schemas/libcanberra.schemas > > %files devel > %defattr(-,root,root)
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 462377
:
316771
| 316772