Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
>
libdca
> libdca.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libdca.spec of Package libdca
%lib_package dca 0 Summary: A free DTS Coherent Acoustics decoder Name: libdca Version: 0.0.5 Release: 4%{?dist} License: GPLv2 Group: System Environment/Libraries URL: http://www.videolan.org/developers/libdca.html Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Patch0: libdca-0.0.5-relsymlinks.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description libdca is a free library for decoding DTS Coherent Acoustics streams. %devel_extra_Requires pkgconfig %devel_extra_Obsoletes libdts-devel < %{evr} %devel_extra_Provides libdts-devel = %{evr} %prep %setup -q %patch0 -p1 -b .relsymlinks iconv -f iso8859-1 -t utf8 -o AUTHORS2 AUTHORS mv AUTHORS2 AUTHORS %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}/dcadec %{_bindir}/dtsdec %{_bindir}/extract_dca %{_bindir}/extract_dts %{_mandir}/man1/dcadec.1* %{_mandir}/man1/dtsdec.1* %{_mandir}/man1/extract_dca.1* %{_mandir}/man1/extract_dts.1* #%{_includedir}/dts.h #%{_libdir}/libdts.a #%{_libdir}/libdts_pic.a #%{_libdir}/pkgconfig/libdts.pc %changelog