]> git.pld-linux.org Git - packages/sox.git/blobdiff - sox.spec
- added missing header file - sox-devel was unusable without it
[packages/sox.git] / sox.spec
index 74e9bc107aa60fb5fd48e40dac270694ff221c30..67d6004eba10901223c0c04fbcb9ea3d3b5e59c5 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -2,7 +2,6 @@
 # Conditional build:
 # _without_alsa - without ALSA support
 #
-
 Summary:       A general purpose sound file conversion tool
 Summary(de):   Mehrzweck-Sounddatei-Konvertierungs-Tool
 Summary(es):   Herramienta para conversión de archivos de sonido
@@ -14,17 +13,18 @@ Summary(tr):        Genel ama
 Summary(uk):   õÔÉ̦ÔÁ ÚÁÇÁÌØÎÏÇÏ ÐÒÉÚÎÁÞÅÎÎÑ ÄÌÑ ÒÏÂÏÔÉ ¦Ú Ú×ÕËÏ×ÉÍÉ ÆÁÊÌÁÍÉ
 Name:          sox
 Version:       12.17.3
-Release:       5
+Release:       9
 License:       distributable
 Group:         Applications/Sound
 Source0:       http://prdownloads.sourceforge.net/sox/%{name}-%{version}.tar.gz
 Patch0:                %{name}-play.patch
 Patch1:                %{name}-soundcard.patch
 Patch2:                %{name}-install.patch
-URL:           http://sox.sourceforge.net
+URL:           http://sox.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libgsm-devel
+BuildRequires: libvorbis-devel >= 1:1.0
 %ifnarch sparc sparc64
 %{!?_without_alsa:BuildRequires:       alsa-driver-devel}
 %endif
@@ -122,14 +122,12 @@ echo "#!/bin/sh" > $RPM_BUILD_ROOT%{_bindir}/soxplay
 echo "" >> $RPM_BUILD_ROOT%{_bindir}/soxplay
 echo '%{_bindir}/sox $1 -t .au - > /dev/audio' >> $RPM_BUILD_ROOT%{_bindir}/soxplay
 
-gzip -9nf Changelog README TODO INSTALL
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz monkey.*
+%doc monkey.* Changelog README TODO INSTALL
 %attr(755,root,root) %{_bindir}/sox
 %attr(755,root,root) %{_bindir}/soxmix
 %attr(755,root,root) %{_bindir}/play
@@ -140,5 +138,5 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/libst.a
-%{_includedir}/st.h
+%{_includedir}/*.h
 %{_mandir}/man3/*
This page took 0.02553 seconds and 4 git commands to generate.