rebuilt with debug package and without .la files [release 0.30-9mamba;Mon May 06 2024]

This commit is contained in:
Automatic Build System 2024-05-07 00:45:28 +02:00
parent f41fb10a23
commit 9d23989127

View File

@ -1,6 +1,6 @@
Name: libcanberra Name: libcanberra
Version: 0.30 Version: 0.30
Release: 8mamba Release: 9mamba
Summary: Portable Sound Event Library Summary: Portable Sound Event Library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -113,7 +113,6 @@ Requires: %{name} = %{version}-%{release}
%description gtk3 %description gtk3
%{name} is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable. %{name} is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable.
This package contains Gtk3 bindings for %{name}. This package contains Gtk3 bindings for %{name}.
%package apidocs %package apidocs
@ -124,24 +123,24 @@ Requires: %{name} = %{version}-%{release}
%description apidocs %description apidocs
%{name} is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable. %{name} is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable.
This package contains %{name} API documentation. This package contains %{name} API documentation.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch -p1
%build %build
%configure \ %configure \
--disable-static \ --disable-static \
--enable-alsa \ --enable-alsa \
--enable-null \ --enable-null \
--enable-gstreamer \ --enable-gstreamer \
--enable-pulse \ --enable-pulse \
--enable-oss \ --enable-oss \
--with-builtin=dso \ --with-builtin=dso \
--disable-schemas-install \ --disable-schemas-install \
--with-systemdsystemunitdir=%{_unitdir} --with-systemdsystemunitdir=%{_unitdir}
# --enable-gtk-doc # --enable-gtk-doc
@ -202,9 +201,6 @@ rm -rf %{buildroot}%{_datadir}/doc/libcanberra
%{_libdir}/libcanberra-gtk.so %{_libdir}/libcanberra-gtk.so
%{_libdir}/libcanberra-gtk3.so %{_libdir}/libcanberra-gtk3.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/libcanberra-%{version}/libcanberra-*.la
%{_libdir}/gtk-2.0/modules/libcanberra-gtk-module.la
%{_libdir}/*.la
%files system-bootup-sounds %files system-bootup-sounds
%defattr(-,root,root) %defattr(-,root,root)
@ -234,11 +230,13 @@ rm -rf %{buildroot}%{_datadir}/doc/libcanberra
%{_datadir}/gtk-doc/html/libcanberra/*.png %{_datadir}/gtk-doc/html/libcanberra/*.png
%{_datadir}/gtk-doc/html/libcanberra/*.html %{_datadir}/gtk-doc/html/libcanberra/*.html
%{_datadir}/gtk-doc/html/libcanberra/*.sgml %{_datadir}/gtk-doc/html/libcanberra/*.sgml
#%{_datadir}/gtk-doc/html/libcanberra/libcanberra.devhelp
%{_datadir}/gtk-doc/html/libcanberra/libcanberra.devhelp2 %{_datadir}/gtk-doc/html/libcanberra/libcanberra.devhelp2
%{_datadir}/gtk-doc/html/libcanberra/style.css %{_datadir}/gtk-doc/html/libcanberra/style.css
%changelog %changelog
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 0.30-9mamba
- rebuilt with debug package and without .la files
* Sun Oct 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30-8mamba * Sun Oct 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30-8mamba
- package system-bootup sounds services apart - package system-bootup sounds services apart