From c8735bab6225680029198e4f87bfa770131729c4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:05:56 +0100 Subject: [PATCH] automatic version update by autodist [release 0.0.7-1mamba;Fri Apr 03 2020] --- libdca.spec | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/libdca.spec b/libdca.spec index be4ef0e..c929529 100644 --- a/libdca.spec +++ b/libdca.spec @@ -1,5 +1,5 @@ Name: libdca -Version: 0.0.6 +Version: 0.0.7 Release: 1mamba Summary: A free library for decoding DTS Coherent Acoustics streams Group: System/Libraries @@ -36,9 +36,11 @@ Provides: libdts-tools %description tools Various tools that use %{name}. -%prep +%debug_package +%prep %setup -q +./bootstrap %build %configure @@ -48,13 +50,16 @@ Various tools that use %{name}. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +rm -f %{buildroot}%{_libdir}/libdts.a +ln -s libdca.a %{buildroot}%{_libdir}/libdts.a + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/libdca.so.* -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%doc AUTHORS COPYING %files devel %defattr(-,root,root) @@ -64,6 +69,7 @@ Various tools that use %{name}. %{_libdir}/libdts.a %{_includedir}/*.h %{_libdir}/pkgconfig/*.pc +%doc ChangeLog NEWS README TODO %files tools %defattr(0644,root,root,0755) @@ -71,12 +77,15 @@ Various tools that use %{name}. %{_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 +%{_mandir}/man1/dcadec.1* +%{_mandir}/man1/dtsdec.1* +%{_mandir}/man1/extract_dca.1* +%{_mandir}/man1/extract_dts.1* %changelog +* Fri Apr 03 2020 Automatic Build System 0.0.7-1mamba +- automatic version update by autodist + * Wed Jun 20 2018 Automatic Build System 0.0.6-1mamba - automatic version update by autodist