Summary: A free DTS Coherent Acoustics decoder Name: libdca Version: 0.0.2 Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://developers.videolan.org/libdca.html Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Obsoletes: libdts-devel < %{evr}, libdca-devel < %{evr} Provides: libdts-devel = %{evr}, libdca-devel = %{evr} %description libdca is a free library for decoding DTS Coherent Acoustics streams. %prep %setup -q -n libdts-%{version} %build %ifarch x86_64 CFLAGS="%{optflags} -fPIC" %endif %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README TODO AUTHORS NEWS ChangeLog %{_bindir}/dtsdec %{_bindir}/extract_dts %{_mandir}/man1/dtsdec.1.gz %{_mandir}/man1/extract_dts.1.gz %{_includedir}/dts.h %{_libdir}/libdts.a %{_libdir}/libdts_pic.a %{_libdir}/pkgconfig/libdts.pc %changelog * Sun Mar 12 2006 Axel Thimm - Initial build.