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
Version: 0.30
Release: 8mamba
Release: 9mamba
Summary: Portable Sound Event Library
Group: System/Libraries
Vendor: openmamba
@ -113,7 +113,6 @@ Requires: %{name} = %{version}-%{release}
%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.
This package contains Gtk3 bindings for %{name}.
%package apidocs
@ -124,24 +123,24 @@ Requires: %{name} = %{version}-%{release}
%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.
This package contains %{name} API documentation.
%debug_package
%prep
%setup -q
#%patch -p1
%build
%configure \
--disable-static \
--enable-alsa \
--enable-null \
--enable-gstreamer \
--enable-pulse \
--enable-oss \
--with-builtin=dso \
--disable-schemas-install \
--with-systemdsystemunitdir=%{_unitdir}
--disable-static \
--enable-alsa \
--enable-null \
--enable-gstreamer \
--enable-pulse \
--enable-oss \
--with-builtin=dso \
--disable-schemas-install \
--with-systemdsystemunitdir=%{_unitdir}
# --enable-gtk-doc
@ -202,9 +201,6 @@ rm -rf %{buildroot}%{_datadir}/doc/libcanberra
%{_libdir}/libcanberra-gtk.so
%{_libdir}/libcanberra-gtk3.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libcanberra-%{version}/libcanberra-*.la
%{_libdir}/gtk-2.0/modules/libcanberra-gtk-module.la
%{_libdir}/*.la
%files system-bootup-sounds
%defattr(-,root,root)
@ -234,11 +230,13 @@ rm -rf %{buildroot}%{_datadir}/doc/libcanberra
%{_datadir}/gtk-doc/html/libcanberra/*.png
%{_datadir}/gtk-doc/html/libcanberra/*.html
%{_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/style.css
%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
- package system-bootup sounds services apart