added tools subpackage again [release 0.0.5-2mamba;Tue May 27 2008]
This commit is contained in:
parent
a18c587b42
commit
ba991bd8cd
@ -1,2 +1,4 @@
|
||||
# libdca
|
||||
|
||||
LibDCA is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the ETSI, is available here (look for DTS Coherent Acoustics).
|
||||
|
||||
|
90
libdca.spec
Normal file
90
libdca.spec
Normal file
@ -0,0 +1,90 @@
|
||||
Name: libdca
|
||||
Version: 0.0.5
|
||||
Release: 2mamba
|
||||
Summary: A free library for decoding DTS Coherent Acoustics streams
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.libdca.org/
|
||||
Source: http://download.videolan.org/pub/videolan/libdca/%{version}/libdca-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LibDCA is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the ETSI, is available here (look for DTS Coherent Acoustics).
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
LibDCA is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the ETSI, is available here (look for DTS Coherent Acoustics).
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package tools
|
||||
Summary: Various tools for use with %{name}
|
||||
Group: Applications/Multimedia
|
||||
Obsoletes: libdts-tools
|
||||
Provides: libdts-tools
|
||||
|
||||
%description tools
|
||||
Various tools that use %{name}.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdca.so.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdca.a
|
||||
%{_libdir}/libdca.la
|
||||
%{_libdir}/libdca.so
|
||||
%{_libdir}/libdts.a
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files tools
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_bindir}/dcadec
|
||||
%{_bindir}/dtsdec
|
||||
%{_bindir}/extract_dca
|
||||
%{_bindir}/extract_dts
|
||||
%{_mandir}/man1/dcadec.1.gz
|
||||
%{_mandir}/man1/dtsdec.1.gz
|
||||
%{_mandir}/man1/extract_dca.1.gz
|
||||
%{_mandir}/man1/extract_dts.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.5-2mamba
|
||||
- added tools subpackage again
|
||||
|
||||
* Mon May 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.5-1mamba
|
||||
- update to 0.0.5
|
||||
|
||||
* Tue Jun 28 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.0.3-2qilnx
|
||||
- rebuild and renamed from libdts to libdca
|
||||
|
||||
* Mon Jun 27 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.0.3-1qilnx
|
||||
- Update to the new release
|
Loading…
Reference in New Issue
Block a user