rebuilt [release 1.1.8-2mamba;Wed Nov 19 2025]
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
Name: alsa-oss
|
||||
Version: 1.1.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) wrapper for OSS
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.alsa-project.org/
|
||||
URL: https://www.alsa-project.org/wiki/Main_Page
|
||||
Source: ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-%{version}.tar.bz2
|
||||
Patch0: alsa-oss-1.0.12-aoss.patch
|
||||
Patch1: alsa-oss-1.0.14-glibc-open.patch
|
||||
License: GPL
|
||||
# AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This package contains the compatibility library and wrapper script for running legacy OSS applications through ALSA. Unlike the kernel driver, this has the advantage of supporting DMIX software mixing.
|
||||
@@ -33,7 +32,7 @@ Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: %{name}-devel
|
||||
Obsoletes: %{name}-devel
|
||||
Obsoletes: %{name}-devel < 1.1.8-2mamba
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files need for development.
|
||||
@@ -43,15 +42,15 @@ Summary: Static libraries package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: %{name}-static
|
||||
Obsoletes: %{name}-static
|
||||
Obsoletes: %{name}-static < 1.1.8-2mamba
|
||||
|
||||
%description -n lib%{name}-static
|
||||
This package contains static libraries need for development.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch 0 -p1
|
||||
%patch 1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@@ -64,13 +63,10 @@ This package contains static libraries need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/aoss
|
||||
%{_mandir}/man1/aoss.1.gz
|
||||
%{_mandir}/man1/aoss.1*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
@@ -82,11 +78,8 @@ This package contains static libraries need for development.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libalsatoss.la
|
||||
%{_libdir}/libalsatoss.so
|
||||
%{_libdir}/libaoss.la
|
||||
%{_libdir}/libaoss.so
|
||||
%{_libdir}/libossredir.la
|
||||
%doc oss-redir/README
|
||||
|
||||
%files -n lib%{name}-static
|
||||
@@ -96,6 +89,9 @@ This package contains static libraries need for development.
|
||||
%{_libdir}/libossredir.a
|
||||
|
||||
%changelog
|
||||
* Wed Nov 19 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-2mamba
|
||||
- rebuilt
|
||||
|
||||
* Sat Jan 12 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user