]> git.pld-linux.org Git - packages/a52dec.git/commitdiff
- cosmetics.
authorkloczek <kloczek@pld-linux.org>
Thu, 17 Jan 2002 23:51:53 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a52dec.spec -> 1.5

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.02648 seconds and 4 git commands to generate.