]> git.pld-linux.org Git - packages/wavpack.git/blobdiff - wavpack.spec
- updated to 5.3.0
[packages/wavpack.git] / wavpack.spec
index 0a839ec956fe131cc2ecb779439981c9e44b9b91..699307793cc283bd5897679e338419cc0dd110f5 100644 (file)
@@ -1,16 +1,22 @@
 Summary:       Open audio compression codec
 Summary(pl.UTF-8):     Otwarty kodek kompresji dźwięku
 Name:          wavpack
-Version:       4.60.1
+Version:       5.3.0
 Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       http://www.wavpack.com/%{name}-%{version}.tar.bz2
-# Source0-md5: 7bb1528f910e4d0003426c02db856063
+#Source0Download: http://www.wavpack.com/downloads.html
+Source0:       http://www.wavpack.com/%{name}-%{version}.tar.xz
+# Source0-md5: 18e524a9af1526afd13a39406dae9c8e
 URL:           http://www.wavpack.com/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+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)
 
@@ -106,7 +112,8 @@ Statyczna biblioteka Wavpack.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-legacy
 %{__make}
 
 %install
@@ -123,22 +130,24 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README license.txt
 %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.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.087174 seconds and 4 git commands to generate.