forked from pool/libcanberra
Accepting request 121450 from GNOME:Factory
push G:F OBS-URL: https://build.opensuse.org/request/show/121450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcanberra?expand=0&rev=30
This commit is contained in:
commit
5c81a36a5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5fc8f94769fb36763a2e7fb29b50e66959ed73fe606fd4f82f38d1411f5ac9
|
||||
size 384121
|
3
libcanberra-0.29.tar.xz
Normal file
3
libcanberra-0.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72
|
||||
size 315728
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 06:11:59 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.29:
|
||||
+ Drop GConf usage.
|
||||
+ A couple of bugfixes.
|
||||
- Drop pkgconfig(gconf-2.0) BuildRequires and gconf schemas
|
||||
packaging, as GConf usage got removed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 13:45:30 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcanberra
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,16 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define build_gtk3 1
|
||||
|
||||
Name: libcanberra
|
||||
Version: 0.28
|
||||
Version: 0.29
|
||||
Release: 0
|
||||
Summary: Portable sound event library
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||
Source: libcanberra-%{version}.tar.bz2
|
||||
Source: http://0pointer.de/lennart/projects/libcanberra/%{name}-%{version}.tar.xz
|
||||
Source1: libcanberra-gtk-module.sh
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: gtk-doc
|
||||
@ -32,7 +33,6 @@ BuildRequires: libltdl-devel
|
||||
BuildRequires: lynx
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
%if %build_gtk3
|
||||
@ -99,7 +99,6 @@ Recommends: %{name}-gtk2-module
|
||||
%if %build_gtk3
|
||||
Recommends: %{name}-gtk3-module
|
||||
%endif
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description gtk-module-common
|
||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||
@ -192,7 +191,6 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop
|
||||
install -D -m755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
|
||||
rm %{buildroot}%{_datadir}/doc/libcanberra/README
|
||||
%find_gconf_schemas
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -212,12 +210,6 @@ rm -rf %{buildroot}
|
||||
%postun gtk3-0 -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%pre gtk-module-common -f %{name}.schemas_pre
|
||||
|
||||
%preun gtk-module-common -f %{name}.schemas_preun
|
||||
|
||||
%posttrans gtk-module-common -f %{name}.schemas_posttrans
|
||||
|
||||
%files -n libcanberra0
|
||||
%defattr(-,root,root)
|
||||
%doc README LGPL
|
||||
@ -241,7 +233,7 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libcanberra-gtk3.so.*
|
||||
%endif
|
||||
|
||||
%files gtk-module-common -f %{name}.schemas_list
|
||||
%files gtk-module-common
|
||||
%defattr(-, root, root)
|
||||
%dir %{_sysconfdir}/X11/xinit
|
||||
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user