Accepting request 69102 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=24
This commit is contained in:
commit
83a8423665
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad6d41a3eccbf6f73eaf9e65bce514cc3c7643eb53c013d8f63567574c4cbff9
|
||||
size 363362
|
3
libcanberra-0.28.tar.bz2
Normal file
3
libcanberra-0.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5fc8f94769fb36763a2e7fb29b50e66959ed73fe606fd4f82f38d1411f5ac9
|
||||
size 384121
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 15:34:08 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Fix directory ownership of
|
||||
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules in
|
||||
gtk-module-common.
|
||||
- Remove --disable-rpath configure option: it's obsolete.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 16:06:54 CET 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.28:
|
||||
+ enable gtk module by default in gnome3
|
||||
+ update login autostart files for gnome3
|
||||
- Stop making libcanberra-gtk-module-common noarch as there's a
|
||||
file in %{_libdir}.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 12:28:26 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.27:
|
||||
+ add utility to play boot up sound
|
||||
+ systemd: add unit for bootup and shutdown sounds
|
||||
+ cache: don't use $HOME when it is not set
|
||||
+ gtk3: skip gtk_quit_add() for now
|
||||
- Remove libcanberra-gtkquit.patch: fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 15:47:54 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Enable gtk+ 3 build by setting build_gtk3 to 1.
|
||||
- Add libcanberra-gtkquit.patch: do not use removed GTK+ 3 API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 10:26:51 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcanberra (Version 0.26)
|
||||
# spec file for package libcanberra
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define build_gtk3 0
|
||||
%define build_gtk3 1
|
||||
|
||||
Name: libcanberra
|
||||
Version: 0.26
|
||||
Version: 0.28
|
||||
Release: 1
|
||||
License: LGPLv2.0+
|
||||
Summary: Portable sound event library
|
||||
@ -104,7 +104,6 @@ Recommends: %{name}-gtk2-module
|
||||
%if %build_gtk3
|
||||
Recommends: %{name}-gtk3-module
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description gtk-module-common
|
||||
@ -135,8 +134,6 @@ event sounds.
|
||||
%if %build_gtk3
|
||||
|
||||
%package gtk3-module
|
||||
|
||||
|
||||
Summary: Portable sound event library -- GTK+ 3 Module
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-gtk-module-common = %{version}
|
||||
@ -193,7 +190,7 @@ This package provides the development files for libcanberra.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static --disable-rpath --enable-pulse --enable-alsa --enable-null --with-builtin=dso
|
||||
%configure --with-pic --disable-static --enable-pulse --enable-alsa --enable-null --with-builtin=dso V=1
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -257,6 +254,9 @@ rm -rf %{buildroot}
|
||||
%dir %{_sysconfdir}/X11/xinit
|
||||
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
|
||||
%dir %{_libdir}/gnome-settings-daemon-3.0
|
||||
%dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
|
||||
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
|
||||
|
||||
%files gtk2-module
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user