update to 3.0.4 [release 3.0.4-1mamba;Tue Nov 21 2023]
This commit is contained in:
parent
41b063e399
commit
4450f07867
40
libilbc.spec
40
libilbc.spec
@ -1,19 +1,21 @@
|
|||||||
Name: libilbc
|
Name: libilbc
|
||||||
Version: rfc3951
|
Epoch: 1
|
||||||
|
Version: 3.0.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Internet Low Bitrate Codec (iLBC) library
|
Summary: Internet Low Bitrate Codec (iLBC) library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.ilbcfreeware.org
|
URL: https://github.com/TimothyGu/libilbc/
|
||||||
Source: http://simon.morlat.free.fr/download/1.1.x/source/ilbc-%{version}.tar.gz
|
Source: https://github.com/TimothyGu/libilbc.git/v%{version}/libilbc-%{version}.tar.bz2
|
||||||
Source1: ilbc-pkgconfig
|
Source1: ilbc-pkgconfig
|
||||||
License: Freeware
|
License: Freeware
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Internet Low Bitrate Codec (iLBC) library.
|
Internet Low Bitrate Codec (iLBC) library.
|
||||||
@ -26,17 +28,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ilbc-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake
|
||||||
%make
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/ilbc.pc
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -51,16 +55,18 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/ilbc.pc
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/ilbc
|
%{_bindir}/ilbc_test
|
||||||
%{_includedir}/ilbc/iLBC_decode.h
|
%{_includedir}/ilbc.h
|
||||||
%{_includedir}/ilbc/iLBC_define.h
|
%{_includedir}/ilbc_export.h
|
||||||
%{_includedir}/ilbc/iLBC_encode.h
|
|
||||||
%{_libdir}/libilbc.a
|
|
||||||
%{_libdir}/libilbc.la
|
|
||||||
%{_libdir}/libilbc.so
|
%{_libdir}/libilbc.so
|
||||||
%{_datadir}/pkgconfig/ilbc.pc
|
%{_libdir}/pkgconfig/libilbc.pc
|
||||||
%doc README
|
%dir %{_docdir}/libilbc
|
||||||
|
%{_docdir}/libilbc/*
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-1mamba
|
||||||
|
- update to 3.0.4
|
||||||
|
|
||||||
* Tue Feb 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> rfc3951-1mamba
|
* Tue Feb 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> rfc3951-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user