]> git.pld-linux.org Git - packages/sox.git/commitdiff
- spec adapterized,
authorkloczek <kloczek@pld-linux.org>
Sun, 4 Feb 2001 19:57:16 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed Group in main to Applications/Sound,
- few cosmetics.

Changed files:
    sox.spec -> 1.8

sox.spec

index 7a033d4a190688c9b2255754ae15fa98adc99f3d..1435b11877cffbc68af30be093c3ba8e1dec3ed0 100644 (file)
--- a/sox.spec
+++ b/sox.spec
@@ -1,35 +1,39 @@
 #
-# Conditional build:
+# Conditional build:   
 # bcond_off_alsa - without ALSA support
 #
-Summary:       A general purpose sound file conversion tool.
+Summary:       A general purpose sound file conversion tool
 Name:          sox
 Version:       12.17
 Release:       1
-Copyright:     distributable
-Group:         Applications/Multimedia
-Source:                http://home.sprynet.com/sprynet/cbagwell/%{name}-%{version}.tar.gz
+LIcense:       Distributable
+Group:         Applications/Sound
+Group(de):     Applikationen/Laut
+Group(pl):     Aplikacje/D¼wiêk
+Source0:       http://home.sprynet.com/sprynet/cbagwell/%{name}-%{version}.tar.gz
 Url:           http://home.sprynet.com/sprynet/cbagwell/
-Patch0:                sox-12.15-paths.patch
-Patch1:                sox-makefile.patch
-Patch2:                sox-play.patch 
+Patch0:                %{name}-12.15-paths.patch
+Patch1:                %{name}-makefile.patch
+Patch2:                %{name}-play.patch
 BuildRequires: libgsm-devel
 %{!?bcond_off_alsa:BuildRequires:      alsa-driver-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-SoX (Sound eXchange) is a sound file format converter for Linux,
-UNIX and DOS PCs. The self-described 'Swiss Army knife of sound
-tools,' SoX can convert between many different digitized sound
-formats and perform simple sound manipulation functions,
-including sound effects.
+SoX (Sound eXchange) is a sound file format converter for Linux, UNIX
+and DOS PCs. The self-described 'Swiss Army knife of sound tools,' SoX
+can convert between many different digitized sound formats and perform
+simple sound manipulation functions, including sound effects.
 
-Install the sox package if you'd like to convert sound file formats
-or manipulate some sounds.
+Install the sox package if you'd like to convert sound file formats or
+manipulate some sounds.
 
 %package devel
 Summary:       The SoX sound file format converter libraries.
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
 
 %description devel 
 This package contains the library needed for compiling applications
@@ -48,11 +52,10 @@ SoX.
 %configure --with-oss-dsp \
        %{!?bcond_off_alsa:--with-alsa-dsp}
 
-%{__make} PREFIX=%{_prefix} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" 
+%{__make} PREFIX=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}/man{1,3}}
 
 %{__make} install install-lib \
@@ -69,7 +72,6 @@ echo '%{_bindir}/sox $1 -t .au - > /dev/audio' >> $RPM_BUILD_ROOT%{_bindir}/soxp
 
 echo .so play.1 >$RPM_BUILD_ROOT%{_mandir}/man1/rec.1
 
-
 gzip -9nf Changelog README TODO INSTALL
 
 %clean
@@ -77,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {Changelog,README,TODO}.gz monkey.*
+%doc *.gz monkey.*
 %attr(755,root,root) %{_bindir}/sox
 %attr(755,root,root) %{_bindir}/play   
 %attr(755,root,root) %{_bindir}/rec  
This page took 0.041988 seconds and 4 git commands to generate.