From 4ff03b4725acf2429dbfdf10c1ca33eb948a2b35 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 17 Jan 2002 23:51:53 +0000 Subject: [PATCH] - cosmetics. Changed files: a52dec.spec -> 1.5 --- a52dec.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/a52dec.spec b/a52dec.spec index a75b5ff..c51160e 100644 --- a/a52dec.spec +++ b/a52dec.spec @@ -14,6 +14,9 @@ BuildRequires: automake BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man + %description liba52 is a free library for decoding ATSC A/52 streams. It is released under the terms of the GPL license. The A/52 standard is used @@ -85,11 +88,13 @@ Pliki dla programist %setup -q %build +rm -f missing libtoolize --copy --force aclocal autoconf automake -a -c -%configure --enable-shared +%configure \ + --enable-shared %{__make} %install -- 2.44.0