Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24607/devel
Modified Files:
.cvsignore sources
Added Files:
amrwb.spec
Log Message:
initial amrwb import
--- NEW FILE amrwb.spec ---
Name: amrwb
Version: 7.0.0.3
Release: 2%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
URL:
http://www.penguin.cz/~utx/amr
Source0:
http://ftp.penguin.cz/pub/users/utx/amr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wget unzip
%description
Adaptive Multi-Rate Wideband decoder and encoder library.
(3GPP TS 26.204 V7.0.0)
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
%package tools
Group: Applications/Multimedia
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec tools
Requires: %{name} = %{version}-%{release}
%description tools
Adaptive Multi-Rate Wideband decoding and encoding tools.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr (-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
%{_libdir}/*.so.*
%files tools
%defattr (-,root,root,-)
%{_bindir}/*
%files devel
%defattr (-,root,root,-)
%{_includedir}/amrwb
%{_libdir}/*.so
%changelog
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-2
- Fix rpath on x86_64
- Put tools in a seperate -tools package
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-1
- Initial rpmfusion package based on upstream specfile
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:39:10 -0000 1.1
+++ .cvsignore 25 Jul 2008 20:04:09 -0000 1.2
@@ -0,0 +1 @@
+amrwb-7.0.0.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:39:10 -0000 1.1
+++ sources 25 Jul 2008 20:04:09 -0000 1.2
@@ -0,0 +1 @@
+5ffbc49146b0bb09b5d7f0ec68de1fe7 amrwb-7.0.0.3.tar.bz2