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
|
Name: libdca
|
||||||
Version: 0.0.6
|
Version: 0.0.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free library for decoding DTS Coherent Acoustics streams
|
Summary: A free library for decoding DTS Coherent Acoustics streams
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -36,9 +36,11 @@ Provides: libdts-tools
|
|||||||
%description tools
|
%description tools
|
||||||
Various tools that use %{name}.
|
Various tools that use %{name}.
|
||||||
|
|
||||||
%prep
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./bootstrap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -48,13 +50,16 @@ Various tools that use %{name}.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_libdir}/libdts.a
|
||||||
|
ln -s libdca.a %{buildroot}%{_libdir}/libdts.a
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdca.so.*
|
%{_libdir}/libdca.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -64,6 +69,7 @@ Various tools that use %{name}.
|
|||||||
%{_libdir}/libdts.a
|
%{_libdir}/libdts.a
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
@ -71,12 +77,15 @@ Various tools that use %{name}.
|
|||||||
%{_bindir}/dtsdec
|
%{_bindir}/dtsdec
|
||||||
%{_bindir}/extract_dca
|
%{_bindir}/extract_dca
|
||||||
%{_bindir}/extract_dts
|
%{_bindir}/extract_dts
|
||||||
%{_mandir}/man1/dcadec.1.gz
|
%{_mandir}/man1/dcadec.1*
|
||||||
%{_mandir}/man1/dtsdec.1.gz
|
%{_mandir}/man1/dtsdec.1*
|
||||||
%{_mandir}/man1/extract_dca.1.gz
|
%{_mandir}/man1/extract_dca.1*
|
||||||
%{_mandir}/man1/extract_dts.1.gz
|
%{_mandir}/man1/extract_dts.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 0.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user