]> git.pld-linux.org Git - packages/vorbis-tools.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 May 2001 01:14:04 +0000 (01:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vorbis-tools.spec -> 1.2

vorbis-tools.spec

index 196b96905cd1830b88eb17b09ca6162e94b48678..32b9986d324894c46b56ae3335f9e979710493de 100644 (file)
@@ -1,25 +1,27 @@
-Summary:       The OGG Vorbis lossy audio compression codec.
-Name:                  vorbis-tools
-Version:       1.0.0_cvs2000.10.29
-Release:       1
-Copyright:     GPL
+Summary:       The OGG Vorbis lossy audio compression codec
+Summary(pl):   Codec do stratnej kompresji d¼wiêku Vorbis OGG
+Name:          vorbis-tools
+Version:       1.0.0_cvs2000.10.29
+Release:       1
+License:       GPL
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
-URL:           http://www.xiph.org/vorbis/index.html
-Source:                ftp://www.xiph.org/ogg/vorbis/download/vorbis_nightly_cvs.tgz
+URL:           http://www.xiph.org/vorbis/index.html
+Source0:       ftp://www.xiph.org/ogg/vorbis/download/vorbis_nightly_cvs.tgz
 Patch0:                %{name}-make.patch
-BuildRequires:  libvorbis-devel
-BuildRequires:  libao-devel
+BuildRequires: libvorbis-devel
+BuildRequires: libao-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description 
 Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
-general-purpose compressed audio format for high quality (44.1-48.0kHz,
-16+ bit, polyphonic) audio and music at fixed and variable bitrates
-from 16 to 128 kbps/channel. This places Vorbis in the same class as
-audio representations including MPEG-1 audio layer 3, MPEG-4
-audio (AAC and TwinVQ), and PAC.
+general-purpose compressed audio format for high quality
+(44.1-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
+variable bitrates from 16 to 128 kbps/channel. This places Vorbis in
+the same class as audio representations including MPEG-1 audio layer
+3, MPEG-4 audio (AAC and TwinVQ), and PAC.
 
 %prep
 %setup -q -n vorbis-tools
@@ -27,9 +29,9 @@ audio (AAC and TwinVQ), and PAC.
 
 %build
 if [ ! -f configure ]; then
-  CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix}
+  CFLAGS="%{rpmcflags}" ./autogen.sh --prefix=%{_prefix}
 else
-  CFLAGS="$RPM_OPT_FLAGS" %configure --prefix=%{_prefix}
+  %configure --prefix=%{_prefix}
 fi
 %{__make}
 
This page took 0.097155 seconds and 4 git commands to generate.