]> git.pld-linux.org Git - packages/wavpack.git/blobdiff - wavpack.spec
- updated to 5.3.0
[packages/wavpack.git] / wavpack.spec
index b0f8fe8523a9bfbb4b62a69582a646a6252ae3eb..699307793cc283bd5897679e338419cc0dd110f5 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Open audio compression codec
 Summary(pl.UTF-8):     Otwarty kodek kompresji dźwięku
 Name:          wavpack
-Version:       4.75.2
+Version:       5.3.0
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: http://www.wavpack.com/downloads.html
-Source0:       http://www.wavpack.com/%{name}-%{version}.tar.bz2
-# Source0-md5: e8bbc4c3382f9148918ad7b896e10ac1
+Source0:       http://www.wavpack.com/%{name}-%{version}.tar.xz
+# Source0-md5: 18e524a9af1526afd13a39406dae9c8e
 URL:           http://www.wavpack.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -15,6 +15,8 @@ BuildRequires:        docbook-dtd412-xml
 BuildRequires: docbook-style-xsl
 BuildRequires: libtool
 BuildRequires: libxslt-progs
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -110,7 +112,8 @@ Statyczna biblioteka Wavpack.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-legacy
 %{__make}
 
 %install
@@ -129,20 +132,22 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/wavpack
 %attr(755,root,root) %{_bindir}/wvgain
+%attr(755,root,root) %{_bindir}/wvtag
 %attr(755,root,root) %{_bindir}/wvunpack
 %{_mandir}/man1/wavpack.1*
 %{_mandir}/man1/wvgain.1*
+%{_mandir}/man1/wvtag.1*
 %{_mandir}/man1/wvunpack.1*
 
 %files libs
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS COPYING ChangeLog README.md
 %attr(755,root,root) %{_libdir}/libwavpack.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libwavpack.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/{file_format,library_use}.txt
+%doc doc/{WavPack*.pdf,wavpack_doc.html,style.css}
 %attr(755,root,root) %{_libdir}/libwavpack.so
 %{_libdir}/libwavpack.la
 %{_includedir}/wavpack
This page took 0.049101 seconds and 4 git commands to generate.