]> git.pld-linux.org Git - packages/a52dec.git/blobdiff - a52dec.spec
- cosmetics.
[packages/a52dec.git] / a52dec.spec
index a75b5ff65cd64bd61eadf1f422c861accb89f71f..c51160e0792dd98dad04996d54b951c66af6c1d7 100644 (file)
@@ -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
This page took 0.036791 seconds and 4 git commands to generate.