]> git.pld-linux.org Git - packages/adplay.git/commitdiff
- added lib64 workaround master
authorKrzysztof Krakowiak <evil@pld-linux.org>
Wed, 15 Dec 2010 08:41:59 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed --disable-sdl and added BR: SDL-devel

Changed files:
    adplay.spec -> 1.6

adplay.spec

index f2842e7e96a434ab234ca572af53454fb9aa741e..eef85c3e53846c3d3d283588e58baf24083bd8eb 100644 (file)
@@ -6,12 +6,13 @@ Summary:      AdLib music player for the command line
 Summary(pl.UTF-8):     Odtwarzacz muzyki AdLib działający z linii poleceń
 Name:          adplay
 Version:       1.7
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       http://downloads.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
 # Source0-md5: 651b301b21f08a7519ce8ed3742a0081
 URL:           http://adplug.sourceforge.net/
+BuildRequires: SDL-devel
 BuildRequires: adplug-devel >= 2.2
 BuildRequires: alsa-lib-devel >= 0.9.1
 %{?with_esd:BuildRequires:     esound-devel >= 0.2.8}
@@ -40,8 +41,8 @@ różnych urządzeniach wyjściowych.
 
 %build
 %configure \
+       --libdir=%{_libdir} \
        %{!?with_esd:--disable-output-esound} \
-       --disable-output-sdl \
        --disable-output-qsa
 %{__make}
 
This page took 0.062352 seconds and 4 git commands to generate.