rpms/libcanberra/devel libcanberra.spec,1.15,1.16

Lennart Poettering lennart at fedoraproject.org
Fri Oct 10 15:42:38 UTC 2008


Author: lennart

Update of /cvs/pkgs/rpms/libcanberra/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1460

Modified Files:
	libcanberra.spec 
Log Message:
Drop libcanberra-gtk-module.sh since the gconf stuff is supported just fine in current gnome-session already.


Index: libcanberra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcanberra/devel/libcanberra.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libcanberra.spec	6 Oct 2008 02:36:30 -0000	1.15
+++ libcanberra.spec	10 Oct 2008 15:42:07 -0000	1.16
@@ -1,10 +1,9 @@
 Name: libcanberra
 Version: 0.10
-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
-Source1: libcanberra-gtk-module.sh
 License: LGPLv2+
 Url: http://git.0pointer.de/?p=libcanberra.git;a=summary
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -78,7 +77,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
@@ -100,7 +98,6 @@
 %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
@@ -117,6 +114,9 @@
 %{_libdir}/pkgconfig/libcanberra.pc
 
 %changelog
+* Fri Oct 10 2008 Lennart Poettering <lpoetter at redhat.com> 0.10.2
+- Drop libcanberra-gtk-module.sh since the gconf stuff is supported just fine in current gnome-session already.
+
 * Mon Oct 6 2008 Lennart Poettering <lpoetter at redhat.com> 0.10-1
 - New version
 




More information about the scm-commits mailing list