automatic version update by autodist [release 5.2.0-1mamba;Sat Jan 18 2020]
This commit is contained in:
parent
1785da5510
commit
1dbdd5f069
@ -1,5 +1,5 @@
|
||||
Name: libwavpack
|
||||
Version: 5.1.0
|
||||
Version: 5.2.0
|
||||
Release: 1mamba
|
||||
Summary: Lossless Audio compressor
|
||||
Group: System/Libraries
|
||||
@ -49,6 +49,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
This package contains static libraries and header files needed for development with libwavpack.
|
||||
|
||||
%package tools
|
||||
Group: Applications/Multimedia
|
||||
Summary: Tools provided with %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains tools provided with libwavpack.
|
||||
|
||||
%package static
|
||||
Summary: Static libraries for %{name}
|
||||
Group: Development/Libraries
|
||||
@ -57,8 +65,9 @@ Requires: %{name} = %{version}
|
||||
%description static
|
||||
This package contains static libraries needed for development with libwavpack.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n wavpack-%{version}
|
||||
|
||||
%build
|
||||
@ -77,30 +86,37 @@ This package contains static libraries needed for development with libwavpack.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwavpack.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/wavpack
|
||||
%{_bindir}/wvgain
|
||||
%{_bindir}/wvtag
|
||||
%{_bindir}/wvunpack
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man1/wavpack.1*
|
||||
%{_mandir}/man1/wvgain.1*
|
||||
%{_mandir}/man1/wvtag.1*
|
||||
%{_mandir}/man1/wvunpack.1*
|
||||
%doc ChangeLog README
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/wavpack
|
||||
%{_includedir}/wavpack/*.h
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libwavpack.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/libwavpack.a
|
||||
%{_libdir}/libwavpack.la
|
||||
|
||||
%changelog
|
||||
* Sat Jan 18 2020 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user