automatic version update by autodist [release 2.77.3-1mamba;Sat Dec 28 2024]
This commit is contained in:
parent
118b7b5634
commit
c328a5890b
11
faust.spec
11
faust.spec
@ -1,5 +1,5 @@
|
||||
Name: faust
|
||||
Version: 2.74.6
|
||||
Version: 2.77.3
|
||||
Release: 1mamba
|
||||
Summary: Functional programming language for signal processing and sound synthesis
|
||||
Group: Applications/Development
|
||||
@ -17,10 +17,12 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libllvm-devel
|
||||
BuildRequires: libmicrohttpd-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libllvm-devel >= 14.0.3
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -101,8 +103,6 @@ rm -rvf %{buildroot}%{_datadir}/faust/android/app/{lib,oboe} %{buildroot}%{_data
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -142,6 +142,9 @@ rm -rvf %{buildroot}%{_datadir}/faust/android/app/{lib,oboe} %{buildroot}%{_data
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 28 2024 Automatic Build System <autodist@openmamba.org> 2.77.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 22 2024 Automatic Build System <autodist@openmamba.org> 2.74.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user