]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- remove upper-bound of libgpod BR.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 4 Oct 2006 18:43:56 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  -Wl,--as-needed just breaks itdb_get_mountpoint() detection.

Changed files:
    amarok.spec -> 1.138

amarok.spec

index 8ebc329bcda0db7ac338d634a6d2d3ed5fac87c0..16d0d6b935ca51f3d3507a255f27a23b8b2ef8c6 100644 (file)
@@ -48,7 +48,6 @@ BuildRequires:        kdebase-devel
 %{?with_akode:BuildRequires:   kdemultimedia-akode}
 BuildRequires: kdemultimedia-devel >= 9:3.1.93
 %{?with_mp3players:BuildRequires:      libgpod-devel >= 0.2.0}
-%{?with_mp3players:BuildRequires:      libgpod-devel < 0.3.1}
 %{?with_mp3players:BuildRequires:      libifp-devel}
 %{?with_mp3players:BuildRequires:      libmtp-devel}
 %{?with_mp3players:BuildRequires:      libnjb-devel}
@@ -75,6 +74,9 @@ Requires:     kdemultimedia-audiocd >= 9:3.1.93
 Obsoletes:     amarok-arts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# temporary hack for proper libgpod::itdb_get_mountpoint() detection.
+%define                filterout_ld    -Wl,--as-needed
+
 %description
 A KDE audio player.
 
This page took 0.033973 seconds and 4 git commands to generate.