update to 0.1.3 [release 0.1.3-1mamba;Sat Dec 01 2012]

This commit is contained in:
Automatic Build System 2024-01-06 05:17:18 +01:00
parent 49aed2f1ae
commit 96bac2d005
2 changed files with 71 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libopencore-amr
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband speech codec.

69
libopencore-amr.spec Normal file
View File

@ -0,0 +1,69 @@
Name: libopencore-amr
Version: 0.1.3
Release: 1mamba
Summary: Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband speech codec
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://opencore-amr.sourceforge.net/
Source: http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband speech codec.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband speech codec.
This package contains static libraries and header files need for development.
%prep
%setup -q -n opencore-amr-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libopencore-amrnb.so.*
%{_libdir}/libopencore-amrwb.so.*
%doc AUTHORS COPYING ChangeLog LICENSE README
%files devel
%defattr(-,root,root)
%{_includedir}/opencore-amrnb/*.h
%{_includedir}/opencore-amrwb/*.h
%{_libdir}/libopencore-amrnb.a
%{_libdir}/libopencore-amrnb.la
%{_libdir}/libopencore-amrnb.so
%{_libdir}/libopencore-amrwb.a
%{_libdir}/libopencore-amrwb.la
%{_libdir}/libopencore-amrwb.so
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.1.3-1mamba
- update to 0.1.3
* Thu Nov 19 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
- package created by autospec