new version
This commit is contained in:
parent
308d848ea2
commit
37747dac27
@ -1 +1 @@
|
|||||||
libcanberra-0.9.tar.gz
|
libcanberra-0.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libcanberra
|
Name: libcanberra
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Portable Sound Event Library
|
Summary: Portable Sound Event Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,6 +16,7 @@ BuildRequires: gtk-doc
|
|||||||
BuildRequires: pulseaudio-libs-devel >= 0.9.11-1
|
BuildRequires: pulseaudio-libs-devel >= 0.9.11-1
|
||||||
BuildRequires: gstreamer-devel
|
BuildRequires: gstreamer-devel
|
||||||
BuildRequires: libtdb-devel
|
BuildRequires: libtdb-devel
|
||||||
|
BuildRequires: GConf2-devel
|
||||||
Requires: sound-theme-freedesktop
|
Requires: sound-theme-freedesktop
|
||||||
Requires: pulseaudio-libs >= 0.9.11-1
|
Requires: pulseaudio-libs >= 0.9.11-1
|
||||||
|
|
||||||
@ -45,9 +46,27 @@ Development Files for libcanberra Client Development
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -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
|
%postun gtk2 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%pre gtk2
|
||||||
|
if [ "$1" -gt 1 ]; then
|
||||||
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
|
gconftool-2 --makefile-install-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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -85,6 +104,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/canberra-gtk-play
|
%{_bindir}/canberra-gtk-play
|
||||||
%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
|
%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
|
||||||
%{_datadir}/gnome/shutdown/libcanberra-logout-sound.sh
|
%{_datadir}/gnome/shutdown/libcanberra-logout-sound.sh
|
||||||
|
%{_sysconfdir}/gconf/schemas/libcanberra.schemas
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -97,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libcanberra.pc
|
%{_libdir}/pkgconfig/libcanberra.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 6 2008 Lennart Poettering <lpoetter@redhat.com> 0.10-1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Thu Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9-1
|
* Thu Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9-1
|
||||||
- New version
|
- New version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user