Files
libvo-aacenc/libvo-aacenc.spec

67 lines
1.8 KiB
RPMSpec

Name: libvo-aacenc
Version: 0.1.3
Release: 3mamba
Summary: An Advanced Audio Coding (AAC) encoder
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan@openmamba.org>
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
%description
An Advanced Audio Coding (AAC) encoder.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q -n vo-aacenc-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%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.so
%{_libdir}/pkgconfig/vo-aacenc.pc
%doc ChangeLog README
%changelog
* Thu Feb 26 2026 Automatic Build System <autodist@openmamba.org> 0.1.3-3mamba
- automatic rebuild by autodist
* Thu Feb 26 2026 Automatic Build System <autodist@openmamba.org> 0.1.3-2mamba
- automatic rebuild by autodist
* 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