]> git.pld-linux.org Git - packages/wavpack.git/commitdiff
- updated to 4.60.1 auto/th/wavpack-4.60.1-1 auto/th/wavpack-4_60_1-1 auto/ti/wavpack-4_60_1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 14 Jan 2010 21:50:02 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed License (BSD)

Changed files:
    wavpack.spec -> 1.11

wavpack.spec

index f404e778510de7c8fd7d87645340fabbac40f8f4..0a839ec956fe131cc2ecb779439981c9e44b9b91 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Open audio compression codec
 Summary(pl.UTF-8):     Otwarty kodek kompresji dźwięku
 Name:          wavpack
-Version:       4.41.0
-Release:       2
-License:       other
+Version:       4.60.1
+Release:       1
+License:       BSD
 Group:         Libraries
 Source0:       http://www.wavpack.com/%{name}-%{version}.tar.bz2
-# Source0-md5: 6a13edeae437498db78fe528d9e95144
+# Source0-md5: 7bb1528f910e4d0003426c02db856063
 URL:           http://www.wavpack.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -124,19 +124,26 @@ 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}/wvunpack
+%{_mandir}/man1/wavpack.1*
+%{_mandir}/man1/wvgain.1*
+%{_mandir}/man1/wvunpack.1*
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%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/{file_format,library_use}.txt
+%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.106263 seconds and 4 git commands to generate.