Remove shared library build logic to comply with OpenPKG standard.

Tue, 06 Jan 2009 23:48:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2009 23:48:47 +0100
changeset 19
c6c9e9bf76fd
parent 18
9115bae56135
child 20
8adc5213fd55

Remove shared library build logic to comply with OpenPKG standard.

sox/sox.spec file | annotate | diff | comparison | revisions
     1.1 --- a/sox/sox.spec	Tue Jan 06 23:48:04 2009 +0100
     1.2 +++ b/sox/sox.spec	Tue Jan 06 23:48:47 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Audio
     1.5  License:      LGPL
     1.6  Version:      14.1.0
     1.7 -Release:      20080730
     1.8 +Release:      20090105
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://switch.dl.sourceforge.net/sourceforge/sox/sox-%{version}.tar.gz
    1.12 @@ -73,7 +73,9 @@
    1.13      esac
    1.14      ./configure \
    1.15          --prefix=%{l_prefix} \
    1.16 -        --mandir=%{l_prefix}/man
    1.17 +        --mandir=%{l_prefix}/man \
    1.18 +        --disable-shared
    1.19 +
    1.20      %{l_make} %{l_mflags -O}
    1.21  
    1.22  %install

mercurial