This commit is contained in:
parent
d5351fc938
commit
dadf635914
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8657a0a2bf8c6bdbc1067a12bf51e4a3b593ea9332280558ec9aa6ecfadb5ca6
|
||||
size 571825
|
3
libcanberra-0.11.tar.bz2
Normal file
3
libcanberra-0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c74967c84def9e95f9e32942c5258bbcfc1e61691f930d30324193abb3f3d1
|
||||
size 425612
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 11:14:31 EST 2009 - hfiguiere@suse.de
|
||||
|
||||
- Review changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 02:04:42 WET 2009 - lmedinas@gmail.com
|
||||
|
||||
- Update to version 0.11:
|
||||
+ major GStreamer backend fixes
|
||||
+ update to libtool 2.2
|
||||
+ a few other fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 17:22:20 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcanberra (Version 0.10)
|
||||
# spec file for package libcanberra (Version 0.11)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -23,8 +23,8 @@ Summary: Portable sound event library
|
||||
BuildRequires: alsa-devel gconf2-devel gstreamer-0_10-devel gtk-doc gtk2-devel libpulse-devel >= 0.9.11 libvorbis-devel lynx update-desktop-files
|
||||
Url: http://0pointer.de/lennart/projects/libcanberra/
|
||||
License: LGPL v2.0 or later
|
||||
Version: 0.10
|
||||
Release: 2
|
||||
Version: 0.11
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
Source: libcanberra-%{version}.tar.bz2
|
||||
Source1: libcanberra-gtk-module.sh
|
||||
@ -183,7 +183,6 @@ Authors:
|
||||
%suse_update_desktop_file $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/libcanberra-login-sound.desktop
|
||||
find $RPM_BUILD_ROOT \( -name *.a -o -name *.la \) -exec rm {} \;
|
||||
install -D -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libcanberra/libcanberra-multi.so
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/doc/libcanberra/README
|
||||
%find_gconf_schemas
|
||||
|
||||
@ -207,12 +206,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc README LGPL
|
||||
%{_libdir}/libcanberra.so.*
|
||||
%dir %{_libdir}/libcanberra
|
||||
%{_libdir}/libcanberra/libcanberra-alsa.so
|
||||
%{_libdir}/libcanberra/libcanberra-gstreamer.so
|
||||
%{_libdir}/libcanberra/libcanberra-null.so
|
||||
%{_libdir}/libcanberra/libcanberra-oss.so
|
||||
%{_libdir}/libcanberra/libcanberra-pulse.so
|
||||
%dir %{_libdir}/libcanberra-0.11
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-alsa.so
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-gstreamer.so
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-multi.so
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-null.so
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-oss.so
|
||||
%{_libdir}/libcanberra-0.11/libcanberra-pulse.so
|
||||
|
||||
%files gtk0
|
||||
%defattr(-,root,root)
|
||||
@ -242,6 +242,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libcanberra.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 06 2009 hfiguiere@suse.de
|
||||
- Review changes.
|
||||
* Tue Jan 27 2009 lmedinas@gmail.com
|
||||
- Update to version 0.11:
|
||||
+ major GStreamer backend fixes
|
||||
+ update to libtool 2.2
|
||||
+ a few other fixes
|
||||
* Tue Nov 25 2008 sbrabec@suse.cz
|
||||
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
|
||||
* Fri Oct 10 2008 sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user