Ship libcanberra-gtk-module.sh directly in CVS
This commit is contained in:
parent
16e504a56e
commit
05c2ca5201
10
libcanberra-gtk-module.sh
Executable file
10
libcanberra-gtk-module.sh
Executable 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
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: libcanberra
|
Name: libcanberra
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Portable Sound Event Library
|
Summary: Portable Sound Event Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://0pointer.de/public/libcanberra-%{version}.tar.gz
|
Source0: http://0pointer.de/public/libcanberra-%{version}.tar.gz
|
||||||
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libcanberra.pc
|
%{_libdir}/pkgconfig/libcanberra.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.5-2
|
||||||
- Fix build
|
- Fix build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user