package created by silvan using the webbuild interface [release 0.1.2-1mamba;Fri Jan 11 2013]
This commit is contained in:
parent
b24a7ac835
commit
889f2f7780
66
libvo-aacenc.spec
Normal file
66
libvo-aacenc.spec
Normal file
@ -0,0 +1,66 @@
|
||||
Name: libvo-aacenc
|
||||
Version: 0.1.2
|
||||
Release: 1mamba
|
||||
Summary: An Advanced Audio Coding (AAC) encoder
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://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
|
||||
* Fri Jan 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
|
||||
- package created by silvan using the webbuild interface
|
Loading…
Reference in New Issue
Block a user