libvo-aacenc/libvo-aacenc.spec

70 lines
1.8 KiB
RPMSpec
Raw Permalink Normal View History

Name: libvo-aacenc
Version: 0.1.3
Release: 1mamba
Summary: An Advanced Audio Coding (AAC) encoder
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/opencore-amr/
Source: http://downloads.sourceforge.net/project/opencore-amr/vo-aacenc/vo-aacenc-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
An Advanced Audio Coding (AAC) encoder.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
## note: you can add this requirement if .pc files are provided by this package
#Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n vo-aacenc-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libvo-aacenc.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/vo-aacenc
%{_includedir}/vo-aacenc/*.h
%{_libdir}/libvo-aacenc.a
%{_libdir}/libvo-aacenc.la
%{_libdir}/libvo-aacenc.so
%{_libdir}/pkgconfig/vo-aacenc.pc
%doc ChangeLog README
%changelog
* Tue Feb 09 2021 Automatic Build System <autodist@mambasoft.it> 0.1.3-1mamba
- automatic version update by autodist
* Fri Jan 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
- package created by silvan using the webbuild interface