Ship libcanberra-gtk-module.sh directly in CVS

This commit is contained in:
Lennart Poettering 2008-07-29 23:09:33 +00:00
parent 16e504a56e
commit 05c2ca5201
2 changed files with 14 additions and 1 deletions

10
libcanberra-gtk-module.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module"
else
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
fi
export GTK_MODULES

View File

@ -1,6 +1,6 @@
Name: libcanberra
Version: 0.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Portable Sound Event Library
Group: System Environment/Libraries
Source0: http://0pointer.de/public/libcanberra-%{version}.tar.gz
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libcanberra.pc
%changelog
* Wed Jul 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.5-3
- Ship libcanberra-gtk-module.sh directly in CVS
* Wed Jul 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.5-2
- Fix build