Summary: Fast Assembly MPEG Encoding library. Name: libfame Version: 0.9.1 Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://fame.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/fame/%{name}-%{version}.tar.gz Patch0: http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1.patch BuildRoot: %{_tmppath}/%{name}-root PreReq: /sbin/ldconfig %description A library for fast (real-time) MPEG video encoding, written in C and assembly. It currently allows encoding of fast MPEG-1 video, as well as MPEG-4 (OpenDivX compatible) rectangular and arbitrary shaped video. %package devel Summary: Development files and static libraries for libfame. Group: Development/Libraries Requires: %{name} = %{eversion} %description devel A library for fast (real-time) MPEG video encoding, written in C and assembly. It currently allows encoding of fast MPEG-1 video, as well as MPEG-4 (OpenDivX compatible) rectangular and arbitrary shaped video. This package contains the files necessary to build programs that use the libfame library. %prep %setup -q %patch0 -p1 %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS BUGS CHANGES COPYING README TODO %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_bindir}/%{name}-config %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_includedir}/* %{_datadir}/aclocal/%{name}.m4 %{_mandir}/man3/*.3* %changelog * Thu Apr 15 2004 Axel Thimm - Update to 0.9.1. * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. - Exclude .la files. * Mon Oct 28 2002 Matthias Saou - Spec file cleanup. * Mon Jun 17 2002 Thomas Vander Stichele - release 2 * Mon Jun 03 2002 Thomas Vander Stichele - adapted from PLD spec file for GStreamer packaging