]> git.pld-linux.org Git - packages/sox.git/commitdiff
- Updated to 12.17.4-pre2
authoradgor <adgor@pld-linux.org>
Tue, 18 Feb 2003 20:15:10 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sox.spec -> 1.27

sox.spec

index 3f750f607bd0b011f3217648515880287fbee344..ac9d0a29bf9a6cc37bc12eaf1a4e900d0e8f44f4 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -2,6 +2,9 @@
 # Conditional build:
 # _without_alsa - without ALSA support
 #
+
+%define                _pre            pre2
+
 Summary:       A general purpose sound file conversion tool
 Summary(de):   Mehrzweck-Sounddatei-Konvertierungs-Tool
 Summary(es):   Herramienta para conversión de archivos de sonido
@@ -12,11 +15,11 @@ Summary(ru):        
 Summary(tr):   Genel amaçlý ses dosyasý çevirme aracý
 Summary(uk):   õÔÉ̦ÔÁ ÚÁÇÁÌØÎÏÇÏ ÐÒÉÚÎÁÞÅÎÎÑ ÄÌÑ ÒÏÂÏÔÉ ¦Ú Ú×ÕËÏ×ÉÍÉ ÆÁÊÌÁÍÉ
 Name:          sox
-Version:       12.17.3
-Release:       9
+Version:       12.17.4
+Release:       0.%{_pre}.1
 License:       distributable
 Group:         Applications/Sound
-Source0:       http://prdownloads.sourceforge.net/sox/%{name}-%{version}.tar.gz
+Source0:       http://sox.sourceforge.net/%{name}-%{version}-%{_pre}.tar.gz
 Patch0:                %{name}-play.patch
 Patch1:                %{name}-soundcard.patch
 Patch2:                %{name}-install.patch
@@ -95,7 +98,7 @@ Bibliotecas que podem ser usadas para compilar aplica
 bibliotecas do sox.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -127,16 +130,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc monkey.* Changelog README TODO INSTALL
-%attr(755,root,root) %{_bindir}/sox
-%attr(755,root,root) %{_bindir}/soxmix
-%attr(755,root,root) %{_bindir}/play
-%attr(755,root,root) %{_bindir}/rec
-%attr(755,root,root) %{_bindir}/soxplay
+%doc monkey.* Changelog README TODO
+%attr(755,root,root) %{_bindir}/[!l]*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/libst-config
 %{_libdir}/libst.a
 %{_includedir}/*.h
 %{_mandir}/man3/*
This page took 0.08222 seconds and 4 git commands to generate.