]> git.pld-linux.org Git - packages/wavpack.git/blobdiff - wavpack.spec
- updated to 5.3.0
[packages/wavpack.git] / wavpack.spec
index 03d55ba2536bb356cdb9195f823f1df3ef4b495d..699307793cc283bd5897679e338419cc0dd110f5 100644 (file)
@@ -1,16 +1,22 @@
 Summary:       Open audio compression codec
-Summary(pl.UTF-8):   Otwarty kodek kompresji dźwięku
+Summary(pl.UTF-8):     Otwarty kodek kompresji dźwięku
 Name:          wavpack
-Version:       4.40.0
+Version:       5.3.0
 Release:       1
-License:       other
+License:       BSD
 Group:         Libraries
-Source0:       http://www.wavpack.com/%{name}-%{version}.tar.bz2
-# Source0-md5: d41daa63926ad731df2a2922626819e9
+#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)
 
@@ -64,7 +70,7 @@ bezstratną a stratną.
 
 %package libs
 Summary:       Wavpack library
-Summary(pl.UTF-8):   Biblioteka Wavpack
+Summary(pl.UTF-8):     Biblioteka Wavpack
 Group:         Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 
@@ -76,7 +82,7 @@ Biblioteka Wavpack.
 
 %package devel
 Summary:       Header files for Wavpack
-Summary(pl.UTF-8):   Pliki nagłówkowe Wavpack
+Summary(pl.UTF-8):     Pliki nagłówkowe Wavpack
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
 
@@ -88,7 +94,7 @@ Pliki nagłówkowe biblioteki Wavpack.
 
 %package static
 Summary:       Static Wavpack library
-Summary(pl.UTF-8):   Statyczna biblioteka Wavpack
+Summary(pl.UTF-8):     Statyczna biblioteka Wavpack
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -106,7 +112,8 @@ Statyczna biblioteka Wavpack.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-legacy
 %{__make}
 
 %install
@@ -123,20 +130,29 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README license.txt
-%attr(755,root,root) %{_bindir}/*
+%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)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%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)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%doc doc/{WavPack*.pdf,wavpack_doc.html,style.css}
+%attr(755,root,root) %{_libdir}/libwavpack.so
+%{_libdir}/libwavpack.la
 %{_includedir}/wavpack
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/wavpack.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libwavpack.a
This page took 0.059464 seconds and 4 git commands to generate.