automatic version update by autodist [release 0.0.7-1mamba;Fri Apr 03 2020]
This commit is contained in:
parent
cadc83381b
commit
c8735bab62
23
libdca.spec
23
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 <autodist@mambasoft.it> 0.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 0.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user